Uses of Class
org.openstreetmap.josm.gui.mappaint.StyleCache
-
Packages that use StyleCache Package Description org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives:Node,Way,RelationUsersTagsChangesetsUtilities classesorg.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 StyleCache in org.openstreetmap.josm.data.osm
Fields in org.openstreetmap.josm.data.osm declared as StyleCache Modifier and Type Field Description private StyleCacheOsmPrimitive. mappaintStyleMethods in org.openstreetmap.josm.data.osm that return StyleCache Modifier and Type Method Description StyleCacheOsmPrimitive. getCachedStyle()StyleCachePrimitiveData. getCachedStyle()StyleCacheStylable. getCachedStyle()Returns the cached style.Methods in org.openstreetmap.josm.data.osm with parameters of type StyleCache Modifier and Type Method Description voidOsmPrimitive. setCachedStyle(StyleCache mappaintStyle)voidPrimitiveData. setCachedStyle(StyleCache mappaintStyle)voidStylable. setCachedStyle(StyleCache mappaintStyle)Sets the cached style. -
Uses of StyleCache in org.openstreetmap.josm.data.vector
Fields in org.openstreetmap.josm.data.vector declared as StyleCache Modifier and Type Field Description private StyleCacheVectorPrimitive. mappaintStyleMethods in org.openstreetmap.josm.data.vector that return StyleCache Modifier and Type Method Description StyleCacheVectorPrimitive. getCachedStyle()Methods in org.openstreetmap.josm.data.vector with parameters of type StyleCache Modifier and Type Method Description voidVectorPrimitive. setCachedStyle(StyleCache mappaintStyle) -
Uses of StyleCache in org.openstreetmap.josm.gui.mappaint
Fields in org.openstreetmap.josm.gui.mappaint declared as StyleCache Modifier and Type Field Description static StyleCacheStyleCache. EMPTY_STYLECACHEAn empty style cache entryFields in org.openstreetmap.josm.gui.mappaint with type parameters of type StyleCache Modifier and Type Field Description private static java.util.Map<StyleCache,StyleCache>StyleCache. internPoolprivate static java.util.Map<StyleCache,StyleCache>StyleCache. internPoolMethods in org.openstreetmap.josm.gui.mappaint that return StyleCache Modifier and Type Method Description private StyleCacheStyleCache. intern()Like String.intern() (reduce memory consumption).StyleCacheStyleCache. put(StyleElementList o, Range r, boolean selected)Creates a new copy of this style cache with a new entry added.Constructors in org.openstreetmap.josm.gui.mappaint with parameters of type StyleCache Constructor Description StyleCache(StyleCache sc)
-