Uses of Class
org.openstreetmap.josm.gui.mappaint.ElemStyles
-
Packages that use ElemStyles Package Description org.openstreetmap.josm.data.imagery.vectortile.mapbox.style org.openstreetmap.josm.data.osm.visitor.paint Provides the classes for painting (rendering) OSM primitives on the map.org.openstreetmap.josm.data.vector 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. -
-
Uses of ElemStyles in org.openstreetmap.josm.data.imagery.vectortile.mapbox.style
Fields in org.openstreetmap.josm.data.imagery.vectortile.mapbox.style with type parameters of type ElemStyles Modifier and Type Field Description private Map<Source,ElemStyles>
MapboxVectorStyle. sources
The required collection of sources with a list of layers that are applicable for that sourceMethods in org.openstreetmap.josm.data.imagery.vectortile.mapbox.style that return types with arguments of type ElemStyles Modifier and Type Method Description Map<Source,ElemStyles>
MapboxVectorStyle. getSources()
Get the generated layer->style mapping -
Uses of ElemStyles in org.openstreetmap.josm.data.osm.visitor.paint
Fields in org.openstreetmap.josm.data.osm.visitor.paint declared as ElemStyles Modifier and Type Field Description private ElemStyles
ComputeStyleListWorker. styles
private ElemStyles
StyledMapRenderer. styles
Methods in org.openstreetmap.josm.data.osm.visitor.paint with parameters of type ElemStyles Modifier and Type Method Description void
StyledMapRenderer. setStyles(ElemStyles styles)
Set theElemStyles
instance to use for this renderer.Constructors in org.openstreetmap.josm.data.osm.visitor.paint with parameters of type ElemStyles Constructor Description ComputeStyleListWorker(double circum, NavigatableComponent nc, List<? extends IPrimitive> input, List<StyledMapRenderer.StyleRecord> output, int directExecutionTaskSize, ElemStyles styles)
Constructs a newComputeStyleListWorker
. -
Uses of ElemStyles in org.openstreetmap.josm.data.vector
Fields in org.openstreetmap.josm.data.vector declared as ElemStyles Modifier and Type Field Description private ElemStyles
VectorDataSet. styles
The paint style for this layerMethods in org.openstreetmap.josm.data.vector that return ElemStyles Modifier and Type Method Description ElemStyles
VectorDataSet. getStyles()
Get the styles for this layerMethod parameters in org.openstreetmap.josm.data.vector with type arguments of type ElemStyles Modifier and Type Method Description void
VectorDataSet. setStyles(Collection<ElemStyles> styles)
Set the styles for this layer -
Uses of ElemStyles in org.openstreetmap.josm.gui.mappaint
Fields in org.openstreetmap.josm.gui.mappaint declared as ElemStyles Modifier and Type Field Description private static ElemStyles
MapPaintStyles. styles
Methods in org.openstreetmap.josm.gui.mappaint that return ElemStyles Modifier and Type Method Description static ElemStyles
MapPaintStyles. getStyles()
Returns theElemStyles
singleton instance.
-