| Package | Description |
|---|---|
| org.openstreetmap.josm.data.osm.visitor.paint | |
| org.openstreetmap.josm.gui.mappaint |
| Modifier and Type | Field and Description |
|---|---|
(package private) ElemStyle |
StyledMapRenderer.StyleRecord.style |
| Constructor and Description |
|---|
StyleRecord(ElemStyle style,
OsmPrimitive osm,
int flags) |
| Modifier and Type | Class and Description |
|---|---|
class |
AreaElemStyle |
class |
BoxTextElemStyle
Text style attached to a style with a bounding box, like an icon or a symbol.
|
class |
LineElemStyle |
class |
LineTextElemStyle |
class |
NodeElemStyle
applies for Nodes and turn restriction relations
|
class |
RepeatImageElemStyle |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ElemStyle> |
StyleCache.StyleList.lst |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<ElemStyle> |
StyleCache.StyleList.iterator() |
| Constructor and Description |
|---|
StyleList(ElemStyle... init) |
StyleList(StyleCache.StyleList sl,
ElemStyle s) |
| Constructor and Description |
|---|
StyleList(java.util.Collection<ElemStyle> sl) |