Uses of Class
org.openstreetmap.josm.gui.mappaint.styleelement.Symbol
-
Packages that use Symbol 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.styleelement Style elements defining how a map paint style is rendered. -
-
Uses of Symbol in org.openstreetmap.josm.data.osm.visitor.paint
Methods in org.openstreetmap.josm.data.osm.visitor.paint with parameters of type Symbol Modifier and Type Method Description void
StyledMapRenderer. drawNodeSymbol(INode n, Symbol s, java.awt.Color fillColor, java.awt.Color strokeColor)
Draw the symbol and possibly a highlight marking on a given node. -
Uses of Symbol in org.openstreetmap.josm.gui.mappaint.styleelement
Fields in org.openstreetmap.josm.gui.mappaint.styleelement declared as Symbol Modifier and Type Field Description Symbol
NodeElement. symbol
The symbol that should be used for drawing this node.Methods in org.openstreetmap.josm.gui.mappaint.styleelement that return Symbol Modifier and Type Method Description private static Symbol
NodeElement. createSymbol(Environment env)
Create a symbol for the environmentConstructors in org.openstreetmap.josm.gui.mappaint.styleelement with parameters of type Symbol Constructor Description NodeElement(Cascade c, MapImage mapImage, Symbol symbol, float defaultMajorZindex, RotationAngle rotationAngle)
-