Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint.mapcss |
Modifier and Type | Class and Description |
---|---|
static class |
Selector.AbstractSelector
Super class of
Selector.GeneralSelector and Selector.LinkSelector |
static class |
Selector.ChildOrParentSelector
Represents a child selector or a parent selector.
|
static class |
Selector.GeneralSelector |
static class |
Selector.LinkSelector |
Modifier and Type | Field and Description |
---|---|
private Selector |
Selector.ChildOrParentSelector.left |
private Selector |
Selector.ChildOrParentSelector.right |
Modifier and Type | Field and Description |
---|---|
List<Selector> |
MapCSSRule.selectors |
Constructor and Description |
---|
ChildOrParentSelector(Selector a,
Selector.LinkSelector link,
Selector b,
boolean parentSelector) |
Constructor and Description |
---|
MapCSSRule(List<Selector> selectors,
List<Instruction> declaration) |