Uses of Class
org.openstreetmap.josm.gui.draw.SymbolShape
-
Packages that use SymbolShape Package Description org.openstreetmap.josm.gui.draw Provides GUI classes for 2D drawing in the map.org.openstreetmap.josm.gui.mappaint.styleelement Style elements defining how a map paint style is rendered. -
-
Uses of SymbolShape in org.openstreetmap.josm.gui.draw
Methods in org.openstreetmap.josm.gui.draw that return SymbolShape Modifier and Type Method Description static SymbolShape
SymbolShape. valueOf(String name)
Returns the enum constant of this type with the specified name.static SymbolShape[]
SymbolShape. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.gui.draw that return types with arguments of type SymbolShape Modifier and Type Method Description static Optional<SymbolShape>
SymbolShape. forName(String val)
Get the shape with the given nameMethods in org.openstreetmap.josm.gui.draw with parameters of type SymbolShape Modifier and Type Method Description MapPath2D
MapPath2D. shapeAround(MapViewState.MapViewPoint p, SymbolShape symbol, double size)
Add the given shape centered around the given pointMapViewPath
MapViewPath. shapeAround(EastNorth eastNorth, SymbolShape symbol, double size)
Add the given shape centered around the current position.MapViewPath
MapViewPath. shapeAround(ILatLon p1, SymbolShape symbol, double size)
Add the given shape centered around the current node.MapViewPath
MapViewPath. shapeAround(MapViewState.MapViewPoint p, SymbolShape symbol, double size)
-
Uses of SymbolShape in org.openstreetmap.josm.gui.mappaint.styleelement
Fields in org.openstreetmap.josm.gui.mappaint.styleelement declared as SymbolShape Modifier and Type Field Description private SymbolShape
Symbol. symbolShape
Constructors in org.openstreetmap.josm.gui.mappaint.styleelement with parameters of type SymbolShape Constructor Description Symbol(SymbolShape symbol, int size, Stroke stroke, Color strokeColor, Color fillColor)
Create a new symbol
-