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

Packages that use Range
org.openstreetmap.josm.gui.mappaint   
org.openstreetmap.josm.gui.mappaint.mapcss   
org.openstreetmap.josm.gui.mappaint.xml   
 

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

Fields in org.openstreetmap.josm.gui.mappaint declared as Range
 Range MultiCascade.range
           
 

Methods in org.openstreetmap.josm.gui.mappaint that return Range
static Range Range.cut(Range a, Range b)
          provides the intersection of 2 overlapping ranges
 Range Range.reduceAround(double x, Range other)
          under the premise, that x is within this range, and not within the other range, it shrinks this range in a way to exclude the other range, but still contain x.
 

Methods in org.openstreetmap.josm.gui.mappaint that return types with arguments of type Range
 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 Range
static Range Range.cut(Range a, Range b)
          provides the intersection of 2 overlapping ranges
 StyleCache StyleCache.put(StyleCache.StyleList sl, Range r)
           
 Range Range.reduceAround(double x, Range other)
          under the premise, that x is within this range, and not within the other range, it shrinks this range in a way to exclude the other range, but still contain x.
 

Uses of Range in org.openstreetmap.josm.gui.mappaint.mapcss
 

Fields in org.openstreetmap.josm.gui.mappaint.mapcss declared as Range
 Range Selector.GeneralSelector.range
           
 

Methods in org.openstreetmap.josm.gui.mappaint.mapcss that return Range
static Range Selector.GeneralSelector.fromLevel(int a, int b)
           
 Range Selector.getRange()
           
 Range Selector.ChildOrParentSelector.getRange()
           
 Range Selector.LinkSelector.getRange()
           
 Range Selector.GeneralSelector.getRange()
           
 

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

Fields in org.openstreetmap.josm.gui.mappaint.xml declared as Range
 Range Prototype.range
           
 

Constructors in org.openstreetmap.josm.gui.mappaint.xml with parameters of type Range
AreaPrototype(AreaPrototype a, Range range)
           
IconPrototype(IconPrototype i, Range range)
           
LinemodPrototype(LinemodPrototype s, Range range)
           
LinePrototype(LinePrototype s, Range range)
           
Prototype(Range range)
           
 



JOSM