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

Packages that use StyleCache.StyleList
org.openstreetmap.josm.gui.mappaint   
 

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

Fields in org.openstreetmap.josm.gui.mappaint declared as StyleCache.StyleList
static StyleCache.StyleList NodeElemStyle.DEFAULT_NODE_STYLELIST
           
static StyleCache.StyleList NodeElemStyle.DEFAULT_NODE_STYLELIST_TEXT
           
 

Fields in org.openstreetmap.josm.gui.mappaint with type parameters of type StyleCache.StyleList
(package private)  java.util.ArrayList<StyleCache.StyleList> StyleCache.data
           
 

Methods in org.openstreetmap.josm.gui.mappaint that return StyleCache.StyleList
 StyleCache.StyleList StyleCache.get(double scale)
          looks up styles for a certain scale value
 StyleCache.StyleList ElemStyles.get(OsmPrimitive osm, double scale, NavigatableComponent nc)
          Create the list of styles for one primitive.
 

Methods in org.openstreetmap.josm.gui.mappaint that return types with arguments of type StyleCache.StyleList
 Pair<StyleCache.StyleList,Range> ElemStyles.generateStyles(OsmPrimitive osm, double scale, OsmPrimitive multipolyOuterWay, boolean pretendWayIsClosed)
          Create the list of styles and its valid scale range for one primitive.
private  Pair<StyleCache.StyleList,Range> ElemStyles.getImpl(OsmPrimitive osm, double scale, NavigatableComponent nc)
          Create the list of styles and its valid scale range for one primitive.
 Pair<StyleCache.StyleList,Range> ElemStyles.getStyleCacheWithRange(OsmPrimitive osm, double scale, NavigatableComponent nc)
          Create the list of styles and its valid scale range for one primitive.
 Pair<StyleCache.StyleList,Range> StyleCache.getWithRange(double scale)
          looks up styles for a certain scale value and additionally returns the scale range for the returned styles
 

Methods in org.openstreetmap.josm.gui.mappaint with parameters of type StyleCache.StyleList
 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)
           
private  void StyleCache.putImpl(StyleCache.StyleList sl, double lower, double upper)
          ASCII-art explanation: data[i] --|-------|---------|-- bd[i-1] bd[i] bd[i+1] (--------] lower upper
 

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



JOSM