org.openstreetmap.josm.gui.mappaint.xml
Class XmlStyleSourceHandler.RuleElem

java.lang.Object
  extended by org.openstreetmap.josm.gui.mappaint.xml.XmlStyleSourceHandler.RuleElem
Enclosing class:
XmlStyleSourceHandler

static class XmlStyleSourceHandler.RuleElem
extends java.lang.Object


Field Summary
(package private)  AreaPrototype area
           
(package private)  XmlCondition cond
           
(package private)  java.util.Collection<XmlCondition> conditions
           
(package private)  IconPrototype icon
           
(package private)  LinePrototype line
           
(package private)  LinemodPrototype linemod
           
(package private)  double scaleMax
           
(package private)  double scaleMin
           
 
Constructor Summary
XmlStyleSourceHandler.RuleElem()
           
 
Method Summary
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cond

XmlCondition cond

conditions

java.util.Collection<XmlCondition> conditions

scaleMax

double scaleMax

scaleMin

double scaleMin

line

LinePrototype line

linemod

LinemodPrototype linemod

area

AreaPrototype area

icon

IconPrototype icon
Constructor Detail

XmlStyleSourceHandler.RuleElem

XmlStyleSourceHandler.RuleElem()
Method Detail

init

public void init()


JOSM