Uses of Class
org.openstreetmap.josm.gui.mappaint.ElemStyles
-
Packages that use ElemStyles Package Description org.openstreetmap.josm.data.imagery.vectortile.mapbox.style Provides classes for converting Mapbox Vector Styles to JOSM MapCSS stylesheets See the style specification for more information on what the Mapbox Vector Style translation code expects.org.openstreetmap.josm.data.osm.visitor.paint Provides the classes for painting (rendering) OSM primitives on the map.org.openstreetmap.josm.data.vector Provides classes for vector data like Mapbox Vector Tiles.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 java.util.Map<Source,ElemStyles>MapboxVectorStyle. sourcesThe 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 java.util.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 ElemStylesComputeStyleListWorker. stylesprivate ElemStylesStyledMapRenderer. stylesMethods in org.openstreetmap.josm.data.osm.visitor.paint with parameters of type ElemStyles Modifier and Type Method Description voidStyledMapRenderer. setStyles(ElemStyles styles)Set theElemStylesinstance 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, java.util.List<? extends IPrimitive> input, java.util.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 ElemStylesVectorDataSet. stylesThe paint style for this layerMethods in org.openstreetmap.josm.data.vector that return ElemStyles Modifier and Type Method Description ElemStylesVectorDataSet. 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 voidVectorDataSet. setStyles(java.util.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 ElemStylesMapPaintStyles. stylesMethods in org.openstreetmap.josm.gui.mappaint that return ElemStyles Modifier and Type Method Description static ElemStylesMapPaintStyles. getStyles()Returns theElemStylessingleton instance.
-