| Package | Description |
|---|---|
| org.openstreetmap.josm.gui.mappaint.mapcss |
| Modifier and Type | Field and Description |
|---|---|
Selector.ChildOrParentSelectorType |
Selector.ChildOrParentSelector.type |
| Modifier and Type | Method and Description |
|---|---|
static Selector.ChildOrParentSelectorType |
Selector.ChildOrParentSelectorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Selector.ChildOrParentSelectorType[] |
Selector.ChildOrParentSelectorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ChildOrParentSelector(Selector a,
Selector.LinkSelector link,
Selector b,
Selector.ChildOrParentSelectorType type) |