Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint.mapcss |
Drawing system based on MapCSS map styles.
|
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 |
---|
GeneralSelector(java.lang.String base,
Pair<java.lang.Integer,java.lang.Integer> zoom,
java.util.List<Condition> conds,
Subpart subpart) |
OptimizedGeneralSelector(java.lang.String base,
Pair<java.lang.Integer,java.lang.Integer> zoom,
java.util.List<Condition> conds,
Subpart subpart) |
OptimizedGeneralSelector(java.lang.String base,
Range range,
java.util.List<Condition> conds,
Subpart subpart) |