Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint.mapcss |
Modifier and Type | Class and Description |
---|---|
static class |
Subpart.ExpressionSubpart
Subpart identifier given by an expression.
|
static class |
Subpart.StringSubpart
Simple static subpart identifier.
|
Modifier and Type | Field and Description |
---|---|
static Subpart |
Subpart.DEFAULT_SUBPART |
Subpart |
Selector.OptimizedGeneralSelector.subpart |
Modifier and Type | Method and Description |
---|---|
Subpart |
Selector.getSubpart() |
Subpart |
Selector.ChildOrParentSelector.getSubpart() |
Subpart |
Selector.LinkSelector.getSubpart() |
Subpart |
Selector.OptimizedGeneralSelector.getSubpart() |
Constructor and Description |
---|
Selector.GeneralSelector(String base,
Pair<Integer,Integer> zoom,
List<Condition> conds,
Subpart subpart) |
Selector.OptimizedGeneralSelector(String base,
Pair<Integer,Integer> zoom,
List<Condition> conds,
Subpart subpart) |
Selector.OptimizedGeneralSelector(String base,
Range range,
List<Condition> conds,
Subpart subpart) |