|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cascade | |
---|---|
org.openstreetmap.josm.gui.mappaint | |
org.openstreetmap.josm.gui.mappaint.mapcss |
Uses of Cascade in org.openstreetmap.josm.gui.mappaint |
---|
Fields in org.openstreetmap.josm.gui.mappaint declared as Cascade | |
---|---|
static Cascade |
Cascade.EMPTY_CASCADE
|
Fields in org.openstreetmap.josm.gui.mappaint with type parameters of type Cascade | |
---|---|
private java.util.Map<java.lang.String,Cascade> |
MultiCascade.layers
|
Methods in org.openstreetmap.josm.gui.mappaint that return Cascade | |
---|---|
Cascade |
Cascade.clone()
|
Cascade |
MultiCascade.getCascade(java.lang.String layer)
Read-only version of getOrCreateCascade. |
Cascade |
MultiCascade.getOrCreateCascade(java.lang.String layer)
Return the cascade with the given name. |
Methods in org.openstreetmap.josm.gui.mappaint that return types with arguments of type Cascade | |
---|---|
java.util.Collection<java.util.Map.Entry<java.lang.String,Cascade>> |
MultiCascade.getLayers()
|
Methods in org.openstreetmap.josm.gui.mappaint with parameters of type Cascade | |
---|---|
protected static LabelCompositionStrategy |
TextElement.buildLabelCompositionStrategy(Cascade c,
boolean defaultAnnotate)
Derives a suitable label composition strategy from the style properties in c . |
static AreaElemStyle |
AreaElemStyle.create(Cascade c)
|
static TextElement |
TextElement.create(Cascade c,
java.awt.Color defaultTextColor,
boolean defaultAnnotate)
Builds a text element from style properties in c and the
default text color defaultTextColor |
protected static java.awt.Font |
ElemStyle.getFont(Cascade c)
|
protected static java.lang.Float |
ElemStyle.getWidth(Cascade c,
java.lang.String key,
java.lang.Float relativeTo)
Get a property value of type Width |
Constructors in org.openstreetmap.josm.gui.mappaint with parameters of type Cascade | |
---|---|
AreaElemStyle(Cascade c,
java.awt.Color color,
MapImage fillImage,
TextElement text)
|
|
BoxTextElemStyle(Cascade c,
TextElement text,
BoxTextElemStyle.BoxProvider boxProvider,
java.awt.Rectangle box,
BoxTextElemStyle.HorizontalTextAlignment hAlign,
BoxTextElemStyle.VerticalTextAlignment vAlign)
|
|
ElemStyle(Cascade c,
float default_major_z_index)
|
|
LineElemStyle(Cascade c,
float default_major_z_index,
java.awt.BasicStroke line,
java.awt.Color color,
java.awt.BasicStroke dashesLine,
java.awt.Color dashesBackground,
float offset,
float realWidth)
|
|
LinePatternElemStyle(Cascade c,
MapImage pattern)
|
|
LineTextElemStyle(Cascade c,
TextElement text)
|
|
NodeElemStyle(Cascade c,
MapImage mapImage,
NodeElemStyle.Symbol symbol,
float default_major_z_index)
|
Uses of Cascade in org.openstreetmap.josm.gui.mappaint.mapcss |
---|
Methods in org.openstreetmap.josm.gui.mappaint.mapcss that return Cascade | |
---|---|
private Cascade |
MapCSSStyleSource.constructSpecial(java.lang.String type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |