Uses of Package
org.openstreetmap.josm.gui.mappaint.mapcss
-
Packages that use org.openstreetmap.josm.gui.mappaint.mapcss Package Description org.openstreetmap.josm.data.osm.search Provides classes allowing to search OSM primitives in a dataset using textual queries.org.openstreetmap.josm.data.validation.tests Provides the classes for JOSM data validation tests.org.openstreetmap.josm.gui.mappaint Drawing system allowing to display and render OSM map data in a user-friendly and customizable way, through map styles.
Two implementations are provided: XML: this was the system used by default JOSM map style for a long time.org.openstreetmap.josm.gui.mappaint.mapcss Drawing system based on MapCSS map styles.org.openstreetmap.josm.gui.mappaint.mapcss.parsergen -
Classes in org.openstreetmap.josm.gui.mappaint.mapcss used by org.openstreetmap.josm.data.osm.search Class Description Selector MapCSS selector. -
Classes in org.openstreetmap.josm.gui.mappaint.mapcss used by org.openstreetmap.josm.data.validation.tests Class Description Instruction.AssignmentInstruction An instruction that assigns a given value to a variable on evaluationMapCSSRule A MapCSS rule.MapCSSStyleIndex Selector MapCSS selector. -
Classes in org.openstreetmap.josm.gui.mappaint.mapcss used by org.openstreetmap.josm.gui.mappaint Class Description Condition.Context Context, where the condition applies.Selector MapCSS selector. -
Classes in org.openstreetmap.josm.gui.mappaint.mapcss used by org.openstreetmap.josm.gui.mappaint.mapcss Class Description Condition This is a condition that needs to be fulfilled in order to apply a MapCSS style.Condition.Context Context, where the condition applies.Condition.TagCondition This is a condition that can be converted to a tagConditionFactory.ClassCondition Class condition.ConditionFactory.ExpressionCondition A condition that is fulfilled whenever the expression is evaluated to be true.ConditionFactory.KeyMatchType This defines howConditionFactory.KeyConditionmatches a given key.ConditionFactory.KeyValueCondition Represents a key/value condition which is either applied to a primitive.ConditionFactory.KeyValueRegexpCondition This condition requires a fixed key to match a given regexpConditionFactory.Op This is the operation thatConditionFactory.KeyValueConditionuses to match.ConditionFactory.PseudoClassCondition Pseudo class condition.Declaration A declaration is a list ofInstructionsExpression A MapCSS Expression.ExpressionFactory.Factory ExpressionFactory.NullableArguments Marks functions which should be executed also when one or more arguments are null.ExpressionFactory.NullExpression Expression that always evaluates to null.ExpressionFactory.QuadFunction Represents a function that accepts four arguments and produces a result.ExpressionFactory.TriFunction Represents a function that accepts three arguments and produces a result.Instruction A MapCSS Instruction.MapCSSRule A MapCSS rule.MapCSSRuleIndex A collection ofMapCSSRules, that are indexed by tag key and value.MapCSSRuleIndex.MapCSSKeyRules This is a map of all rules that are only applied if the primitive has a given key (and possibly value)MapCSSStyleIndex Selector MapCSS selector.Selector.AbstractSelector Super class ofSelector.GeneralSelectorandSelector.LinkSelector.Selector.ChildOrParentSelector.AbstractFinder Selector.ChildOrParentSelectorType The type of child of parent selector.Selector.GeneralSelector General selector.Selector.LinkSelector In a child selector, conditions on the link between a parent and a child object.Subpart A subpart identifies different rendering layers (::subpartsyntax). -
Classes in org.openstreetmap.josm.gui.mappaint.mapcss used by org.openstreetmap.josm.gui.mappaint.mapcss.parsergen Class Description Condition This is a condition that needs to be fulfilled in order to apply a MapCSS style.Condition.Context Context, where the condition applies.Declaration A declaration is a list ofInstructionsExpression A MapCSS Expression.MapCSSException MapCSS parsing error, with line/column information in error message.MapCSSStyleSource This is a mappaint style that is based on MapCSS rules.Selector MapCSS selector.Subpart A subpart identifies different rendering layers (::subpartsyntax).