Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint.xml |
Drawing system based on XML map styles.
|
Modifier and Type | Class and Description |
---|---|
class |
AreaPrototype |
class |
IconPrototype |
class |
LinemodPrototype |
class |
LinePrototype |
Modifier and Type | Method and Description |
---|---|
private <T extends Prototype> |
XmlStyleSource.update(T current,
T candidate,
Double scale,
MultiCascade mc) |
Modifier and Type | Method and Description |
---|---|
void |
XmlStyleSource.add(XmlCondition c,
Collection<XmlCondition> conditions,
Prototype prot) |
private static boolean |
XmlStyleSource.requiresUpdate(Prototype current,
Prototype candidate,
Double scale,
MultiCascade mc)
checks whether a certain match is better than the current match
|