Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint.xml |
Drawing system based on XML map styles.
|
Modifier and Type | Class and Description |
---|---|
class |
LinemodPrototype |
Modifier and Type | Field and Description |
---|---|
private LinePrototype |
XmlStyleSourceHandler.RuleElem.line |
LinePrototype |
XmlStyleSource.WayPrototypesRecord.line |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,LinePrototype> |
XmlStyleSource.lines |
protected java.util.List<LinePrototype> |
XmlStyleSource.linesList |
Modifier and Type | Method and Description |
---|---|
private void |
XmlStyleSourceHandler.startElementLine(java.lang.String qName,
org.xml.sax.Attributes atts,
LinePrototype line) |
Constructor and Description |
---|
LinePrototype(LinePrototype s,
Range range) |