Uses of Interface
org.openstreetmap.josm.gui.mappaint.mapcss.Subpart
-
Packages that use Subpart Package Description org.openstreetmap.josm.gui.mappaint.mapcss Drawing system based on MapCSS map styles. -
-
Uses of Subpart in org.openstreetmap.josm.gui.mappaint.mapcss
Classes in org.openstreetmap.josm.gui.mappaint.mapcss that implement Subpart Modifier and Type Class Description static class
Subpart.ExpressionSubpart
Subpart identifier given by an expression.static class
Subpart.StringSubpart
Simple static subpart identifier.Fields in org.openstreetmap.josm.gui.mappaint.mapcss declared as Subpart Modifier and Type Field Description static Subpart
Subpart. DEFAULT_SUBPART
The default subpart for normal rulesSubpart
Selector.GeneralSelector. subpart
Methods in org.openstreetmap.josm.gui.mappaint.mapcss that return Subpart Modifier and Type Method Description Subpart
Selector.ChildOrParentSelector. getSubpart()
Subpart
Selector.GeneralSelector. getSubpart()
Subpart
Selector. getSubpart()
Returns the subpart, if supported.Subpart
Selector.LinkSelector. getSubpart()
Constructors in org.openstreetmap.josm.gui.mappaint.mapcss with parameters of type Subpart Constructor Description GeneralSelector(String base, Range range, List<Condition> conds, Subpart subpart)
-