Package | Description |
---|---|
org.openstreetmap.josm.data.osm.visitor.paint | |
org.openstreetmap.josm.gui.mappaint |
Modifier and Type | Method and Description |
---|---|
protected void |
StyledMapRenderer.drawArea(OsmPrimitive osm,
Path2D.Double path,
Color color,
MapImage fillImage,
TextElement text) |
void |
StyledMapRenderer.drawArea(Relation r,
Color color,
MapImage fillImage,
TextElement text) |
void |
StyledMapRenderer.drawArea(Way w,
Color color,
MapImage fillImage,
TextElement text) |
void |
StyledMapRenderer.drawRestriction(Relation r,
MapImage icon) |
Modifier and Type | Field and Description |
---|---|
MapImage |
AreaElemStyle.fillImage |
MapImage |
NodeElemStyle.mapImage |
MapImage |
LinePatternElemStyle.pattern
Deprecated.
|
MapImage |
RepeatImageElemStyle.pattern |
Modifier and Type | Method and Description |
---|---|
static MapImage |
NodeElemStyle.createIcon(Environment env,
String[] keys) |
private MapImage |
MapImage.MapImageBoxProvider.getParent() |
Constructor and Description |
---|
AreaElemStyle(Cascade c,
Color color,
MapImage fillImage,
TextElement text) |
LinePatternElemStyle(Cascade c,
MapImage pattern)
Deprecated.
|
NodeElemStyle(Cascade c,
MapImage mapImage,
NodeElemStyle.Symbol symbol,
float default_major_z_index) |
RepeatImageElemStyle(Cascade c,
MapImage pattern,
float offset,
float spacing,
float phase,
RepeatImageElemStyle.LineImageAlignment align) |