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. -
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.Selector.GeneralSelector General 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. -
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.KeyCondition
matches 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.KeyValueCondition
uses to match.ConditionFactory.PseudoClassCondition Pseudo class condition.Declaration A declaration is a list ofInstruction
sExpression 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 ExpressionFactory.TriFunction Instruction A MapCSS Instruction.MapCSSRule A MapCSS rule.MapCSSRuleIndex A collection ofMapCSSRule
s, 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.GeneralSelector
andSelector.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 (::subpart
syntax).