Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint.mapcss |
Drawing system based on MapCSS map styles.
|
Modifier and Type | Class and Description |
---|---|
static class |
Instruction.AssignmentInstruction
An instruction that assigns a given value to a variable on evaluation
|
Modifier and Type | Field and Description |
---|---|
java.util.List<Instruction> |
MapCSSRule.Declaration.instructions
The instructions in this declaration
|
Constructor and Description |
---|
Declaration(java.util.List<Instruction> instructions,
int idx)
Create a new
MapCSSRule.Declaration |