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 Provides the classes for OSM data:Primitives:Node,Way,RelationUsersTagsChangesetsUtilities classesorg.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
Fields in org.openstreetmap.josm.data.osm with type parameters of type ElemStyles Modifier and Type Field Description private java.util.Map<ElemStyles,StyleCache>OsmPrimitive. mappaintStyleMethods in org.openstreetmap.josm.data.osm with parameters of type ElemStyles Modifier and Type Method Description voidOsmPrimitive. declareCachedStyleUpToDate(ElemStyles styles)voidPrimitiveData. declareCachedStyleUpToDate(ElemStyles styles)voidStylable. declareCachedStyleUpToDate(ElemStyles styles)Declare that the cached style for this primitive is up to date.StyleCacheOsmPrimitive. getCachedStyle(ElemStyles elemStyles)StyleCachePrimitiveData. getCachedStyle(ElemStyles styles)StyleCacheStylable. getCachedStyle(ElemStyles styles)Returns the cached style.booleanOsmPrimitive. isCachedStyleUpToDate(ElemStyles elemStyles)booleanPrimitiveData. isCachedStyleUpToDate(ElemStyles styles)booleanStylable. isCachedStyleUpToDate(ElemStyles styles)Check if the cached style for this primitive is up to date.voidOsmPrimitive. setCachedStyle(ElemStyles elemStyles, StyleCache mappaintStyle)voidPrimitiveData. setCachedStyle(ElemStyles styles, StyleCache mappaintStyle)voidStylable. setCachedStyle(ElemStyles styles, StyleCache mappaintStyle)Sets the cached style. -
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 layerFields in org.openstreetmap.josm.data.vector with type parameters of type ElemStyles Modifier and Type Field Description private java.util.Map<ElemStyles,StyleCache>VectorPrimitive. mappaintStyleMethods in org.openstreetmap.josm.data.vector that return ElemStyles Modifier and Type Method Description ElemStylesVectorDataSet. getStyles()Get the styles for this layerMethods in org.openstreetmap.josm.data.vector with parameters of type ElemStyles Modifier and Type Method Description voidVectorPrimitive. declareCachedStyleUpToDate(ElemStyles elemStyles)StyleCacheVectorPrimitive. getCachedStyle(ElemStyles elemStyles)booleanVectorPrimitive. isCachedStyleUpToDate(ElemStyles elemStyles)voidVectorPrimitive. setCachedStyle(ElemStyles elemStyles, StyleCache mappaintStyle)Method 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.
-