Uses of Class
org.openstreetmap.josm.gui.mappaint.styleelement.StyleElement
-
Packages that use StyleElement Package Description org.openstreetmap.josm.data.osm.visitor.paint Provides the classes for painting (rendering) OSM primitives on the map.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.styleelement Style elements defining how a map paint style is rendered. -
-
Uses of StyleElement in org.openstreetmap.josm.data.osm.visitor.paint
Fields in org.openstreetmap.josm.data.osm.visitor.paint declared as StyleElement Modifier and Type Field Description private StyleElementStyledMapRenderer.StyleRecord. styleMethods in org.openstreetmap.josm.data.osm.visitor.paint that return StyleElement Modifier and Type Method Description StyleElementStyledMapRenderer.StyleRecord. getStyle()Get the style for this style element.Methods in org.openstreetmap.josm.data.osm.visitor.paint with parameters of type StyleElement Modifier and Type Method Description private booleanComputeStyleListWorker. drawAreaElement(int flags, StyleElement s)Constructors in org.openstreetmap.josm.data.osm.visitor.paint with parameters of type StyleElement Constructor Description StyleRecord(StyleElement style, IPrimitive osm, int flags) -
Uses of StyleElement in org.openstreetmap.josm.gui.mappaint
Fields in org.openstreetmap.josm.gui.mappaint with type parameters of type StyleElement Modifier and Type Field Description private java.util.List<StyleElement>StyleElementList. lstMethods in org.openstreetmap.josm.gui.mappaint that return types with arguments of type StyleElement Modifier and Type Method Description java.util.Iterator<StyleElement>StyleElementList. iterator()Constructors in org.openstreetmap.josm.gui.mappaint with parameters of type StyleElement Constructor Description StyleElementList(StyleElement... init)Create a new List of style elementsStyleElementList(StyleElementList sl, StyleElement s)Create a new List of style elementsConstructor parameters in org.openstreetmap.josm.gui.mappaint with type arguments of type StyleElement Constructor Description StyleElementList(java.util.Collection<StyleElement> sl)Create a new List of style elements -
Uses of StyleElement in org.openstreetmap.josm.gui.mappaint.styleelement
Subclasses of StyleElement in org.openstreetmap.josm.gui.mappaint.styleelement 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.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.classTextElementThe text that is drawn for a way/area.
-