Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint | |
org.openstreetmap.josm.gui.mappaint.mapcss | |
org.openstreetmap.josm.gui.mappaint.xml |
Modifier and Type | Field and Description |
---|---|
Range |
MultiCascade.range |
static Range |
Range.ZERO_TO_INFINITY |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Pair<StyleCache.StyleList,Range> |
ElemStyles.generateStyles(OsmPrimitive osm,
double scale,
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
Range |
Selector.OptimizedGeneralSelector.range |
Modifier and Type | Method and Description |
---|---|
static Range |
Selector.OptimizedGeneralSelector.fromLevel(int a,
int b) |
Range |
Selector.getRange() |
Range |
Selector.ChildOrParentSelector.getRange() |
Range |
Selector.LinkSelector.getRange() |
Range |
Selector.OptimizedGeneralSelector.getRange() |
Constructor and Description |
---|
OptimizedGeneralSelector(java.lang.String base,
Range range,
java.util.List<Condition> conds,
Subpart subpart) |
Modifier and Type | Field and Description |
---|---|
Range |
Prototype.range |
Constructor and Description |
---|
AreaPrototype(AreaPrototype a,
Range range) |
IconPrototype(IconPrototype i,
Range range) |
LinemodPrototype(LinemodPrototype s,
Range range) |
LinePrototype(LinePrototype s,
Range range) |
Prototype(Range range) |