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 classMultiCascadeSeveral 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 interfaceInstructionA MapCSS Instruction.Classes in org.openstreetmap.josm.gui.mappaint.mapcss that implement StyleKeys Modifier and Type Class Description static classInstruction.AssignmentInstructionAn 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 classAreaElementThis is the style that defines how an area is filled.classAreaIconElementThis class defines how an icon is rendered onto the area.classBoxTextElementText style attached to a style with a bounding box, like an icon or a symbol.classDefaultStylesDefault element styles.classLineElementThis is the style definition for a simple line.classNodeElementapplies for Nodes and turn restriction relationsclassRepeatImageElementStyle element that displays a repeated image pattern along a way.classStyleElementClass that defines how objects (OsmPrimitive) should be drawn on the map.classTextElementThe text that is drawn for a way/area.classTextLabelRepresents the rendering style for a textual label placed somewhere on the map.
-