Uses of Class
org.openstreetmap.josm.gui.mappaint.StyleCache

Packages that use StyleCache
org.openstreetmap.josm.data.osm   
org.openstreetmap.josm.gui.mappaint   
 

Uses of StyleCache in org.openstreetmap.josm.data.osm
 

Fields in org.openstreetmap.josm.data.osm declared as StyleCache
 StyleCache OsmPrimitive.mappaintStyle
           
 

Uses of StyleCache in org.openstreetmap.josm.gui.mappaint
 

Fields in org.openstreetmap.josm.gui.mappaint declared as StyleCache
static StyleCache StyleCache.EMPTY_STYLECACHE
           
 

Fields in org.openstreetmap.josm.gui.mappaint with type parameters of type StyleCache
private static Storage<StyleCache> StyleCache.internPool
           
 

Methods in org.openstreetmap.josm.gui.mappaint that return StyleCache
 StyleCache StyleCache.intern()
          Like String.intern() (reduce memory consumption).
 StyleCache StyleCache.put(StyleCache.StyleList sl, double lower, double upper)
          add a new styles to the cache.
 StyleCache StyleCache.put(StyleCache.StyleList sl, Range r)
           
 

Constructors in org.openstreetmap.josm.gui.mappaint with parameters of type StyleCache
StyleCache(StyleCache s)
           
 



JOSM