Uses of Interface
org.openstreetmap.josm.gui.mappaint.StyleKeys
-
Packages that use StyleKeys Package Description 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.org.openstreetmap.josm.gui.mappaint.mapcss Drawing system based on MapCSS map styles.org.openstreetmap.josm.gui.mappaint.styleelement Style elements defining how a map paint style is rendered. -
-
Uses of StyleKeys in org.openstreetmap.josm.gui.mappaint
Classes in org.openstreetmap.josm.gui.mappaint that implement StyleKeys Modifier and Type Class Description class
MultiCascade
Several layers / cascades, e.g. -
Uses of StyleKeys in org.openstreetmap.josm.gui.mappaint.mapcss
Subinterfaces of StyleKeys in org.openstreetmap.josm.gui.mappaint.mapcss Modifier and Type Interface Description interface
Instruction
A MapCSS Instruction.Classes in org.openstreetmap.josm.gui.mappaint.mapcss that implement StyleKeys Modifier and Type Class Description static class
Instruction.AssignmentInstruction
An instruction that assigns a given value to a variable on evaluation -
Uses of StyleKeys in org.openstreetmap.josm.gui.mappaint.styleelement
Classes in org.openstreetmap.josm.gui.mappaint.styleelement that implement StyleKeys Modifier and Type Class Description class
AreaElement
This is the style that defines how an area is filled.class
AreaIconElement
This class defines how an icon is rendered onto the area.class
BoxTextElement
Text style attached to a style with a bounding box, like an icon or a symbol.class
DefaultStyles
Default element styles.class
LineElement
This is the style definition for a simple line.class
NodeElement
applies for Nodes and turn restriction relationsclass
RepeatImageElement
Style element that displays a repeated image pattern along a way.class
StyleElement
Class that defines how objects (OsmPrimitive
) should be drawn on the map.class
TextElement
The text that is drawn for a way/area.class
TextLabel
Represents the rendering style for a textual label placed somewhere on the map.
-