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 SymbolShapeSymbolShape. valueOf(java.lang.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 java.util.Optional<SymbolShape>SymbolShape. forName(java.lang.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 MapPath2DMapPath2D. shapeAround(MapViewState.MapViewPoint p, SymbolShape symbol, double size)Add the given shape centered around the given pointMapViewPathMapViewPath. shapeAround(EastNorth eastNorth, SymbolShape symbol, double size)Add the given shape centered around the current position.MapViewPathMapViewPath. shapeAround(ILatLon p1, SymbolShape symbol, double size)Add the given shape centered around the current node.MapViewPathMapViewPath. 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 SymbolShapeSymbol. symbolShapeConstructors in org.openstreetmap.josm.gui.mappaint.styleelement with parameters of type SymbolShape Constructor Description Symbol(SymbolShape symbol, int size, java.awt.Stroke stroke, java.awt.Color strokeColor, java.awt.Color fillColor)Create a new symbol
-