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
,Relation
Users
Tags
Changesets
Utilities classesorg.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 StyleCache in org.openstreetmap.josm.data.osm
Fields in org.openstreetmap.josm.data.osm declared as StyleCache Modifier and Type Field Description private StyleCache
OsmPrimitive. mappaintStyle
Methods in org.openstreetmap.josm.data.osm that return StyleCache Modifier and Type Method Description StyleCache
OsmPrimitive. getCachedStyle()
StyleCache
PrimitiveData. getCachedStyle()
StyleCache
Stylable. getCachedStyle()
Returns the cached style.Methods in org.openstreetmap.josm.data.osm with parameters of type StyleCache Modifier and Type Method Description void
OsmPrimitive. setCachedStyle(StyleCache mappaintStyle)
void
PrimitiveData. setCachedStyle(StyleCache mappaintStyle)
void
Stylable. 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 StyleCache
VectorPrimitive. mappaintStyle
Methods in org.openstreetmap.josm.data.vector that return StyleCache Modifier and Type Method Description StyleCache
VectorPrimitive. getCachedStyle()
Methods in org.openstreetmap.josm.data.vector with parameters of type StyleCache Modifier and Type Method Description void
VectorPrimitive. 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 StyleCache
StyleCache. EMPTY_STYLECACHE
An empty style cache entryFields in org.openstreetmap.josm.gui.mappaint with type parameters of type StyleCache Modifier and Type Field Description private static Map<StyleCache,StyleCache>
StyleCache. internPool
private static Map<StyleCache,StyleCache>
StyleCache. internPool
Methods in org.openstreetmap.josm.gui.mappaint that return StyleCache Modifier and Type Method Description private StyleCache
StyleCache. intern()
Like String.intern() (reduce memory consumption).StyleCache
StyleCache. 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)
-