Uses of Class
adams.gui.visualization.object.annotator.DEXTRMarkers.Shape
-
Packages that use DEXTRMarkers.Shape Package Description adams.gui.visualization.object.annotator -
-
Uses of DEXTRMarkers.Shape in adams.gui.visualization.object.annotator
Fields in adams.gui.visualization.object.annotator declared as DEXTRMarkers.Shape Modifier and Type Field Description protected DEXTRMarkers.Shape
DEXTRMarkers. m_Shape
the marker shape.Methods in adams.gui.visualization.object.annotator that return DEXTRMarkers.Shape Modifier and Type Method Description DEXTRMarkers.Shape
DEXTRMarkers. getShape()
Returns the shape in use for markers.static DEXTRMarkers.Shape
DEXTRMarkers.Shape. valueOf(String name)
Returns the enum constant of this type with the specified name.static DEXTRMarkers.Shape[]
DEXTRMarkers.Shape. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.visualization.object.annotator with parameters of type DEXTRMarkers.Shape Modifier and Type Method Description void
DEXTRMarkers. setShape(DEXTRMarkers.Shape value)
Sets the shape to use for markers.
-