Package | Description |
---|---|
org.openstreetmap.josm.data.osm.visitor.paint |
Provides the classes for painting (rendering) OSM primitives on the map.
|
org.openstreetmap.josm.gui.mappaint |
Drawing system allowing to display and render OSM map data in a user-friendly and customizable way, through map styles.
Two implementations are provided: XML: this was the system used by default JOSM map style for a long time. |
Modifier and Type | Field and Description |
---|---|
private ElemStyles |
StyledMapRenderer.styles |
private ElemStyles |
ComputeStyleListWorker.styles |
Modifier and Type | Method and Description |
---|---|
void |
StyledMapRenderer.setStyles(ElemStyles styles)
Set the
ElemStyles instance to use for this renderer. |
Constructor and Description |
---|
ComputeStyleListWorker(double circum,
NavigatableComponent nc,
java.util.List<? extends OsmPrimitive> input,
java.util.List<StyledMapRenderer.StyleRecord> output,
int directExecutionTaskSize,
ElemStyles styles)
Constructs a new
ComputeStyleListWorker . |
Modifier and Type | Field and Description |
---|---|
private static ElemStyles |
MapPaintStyles.styles |
Modifier and Type | Method and Description |
---|---|
static ElemStyles |
MapPaintStyles.getStyles()
Returns the
ElemStyles singleton instance. |