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

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

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

Fields in org.openstreetmap.josm.gui.mappaint.xml declared as IconPrototype
(package private)  IconPrototype XmlStyleSourceHandler.RuleElem.icon
           
 

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

Methods in org.openstreetmap.josm.gui.mappaint.xml that return IconPrototype
private  IconPrototype XmlStyleSource.getNode(OsmPrimitive primitive, java.lang.Double scale, MultiCascade mc)
           
 

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



JOSM