Uses of Class
org.openstreetmap.josm.gui.mappaint.xml.AreaPrototype

Packages that use AreaPrototype
org.openstreetmap.josm.gui.mappaint.xml   
 

Uses of AreaPrototype in org.openstreetmap.josm.gui.mappaint.xml
 

Fields in org.openstreetmap.josm.gui.mappaint.xml declared as AreaPrototype
(package private)  AreaPrototype XmlStyleSourceHandler.RuleElem.area
           
 AreaPrototype XmlStyleSource.WayPrototypesRecord.area
           
 

Fields in org.openstreetmap.josm.gui.mappaint.xml with type parameters of type AreaPrototype
protected  java.util.HashMap<java.lang.String,AreaPrototype> XmlStyleSource.areas
           
protected  java.util.LinkedList<AreaPrototype> XmlStyleSource.areasList
           
 

Constructors in org.openstreetmap.josm.gui.mappaint.xml with parameters of type AreaPrototype
AreaPrototype(AreaPrototype a, Range range)
           
 



JOSM