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

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

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

Subclasses of Prototype in org.openstreetmap.josm.gui.mappaint.xml
 class AreaPrototype
           
 class IconPrototype
           
 class LinemodPrototype
           
 class LinePrototype
           
 

Methods in org.openstreetmap.josm.gui.mappaint.xml with type parameters of type Prototype
private
<T extends Prototype>
T
XmlStyleSource.update(T current, T candidate, java.lang.Double scale, MultiCascade mc)
           
 

Methods in org.openstreetmap.josm.gui.mappaint.xml with parameters of type Prototype
 void XmlStyleSource.add(XmlCondition c, java.util.Collection<XmlCondition> conditions, Prototype prot)
           
private  boolean XmlStyleSource.requiresUpdate(Prototype current, Prototype candidate, java.lang.Double scale, MultiCascade mc)
          checks whether a certain match is better than the current match
 



JOSM