Uses of Class
adams.gui.visualization.object.annotator.SAMMarkers.Shape
-
Packages that use SAMMarkers.Shape Package Description adams.gui.visualization.object.annotator -
-
Uses of SAMMarkers.Shape in adams.gui.visualization.object.annotator
Fields in adams.gui.visualization.object.annotator declared as SAMMarkers.Shape Modifier and Type Field Description protected SAMMarkers.Shape
SAMMarkers. m_Shape
the marker shape.Methods in adams.gui.visualization.object.annotator that return SAMMarkers.Shape Modifier and Type Method Description SAMMarkers.Shape
SAMMarkers. getShape()
Returns the shape in use for markers.static SAMMarkers.Shape
SAMMarkers.Shape. valueOf(String name)
Returns the enum constant of this type with the specified name.static SAMMarkers.Shape[]
SAMMarkers.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 SAMMarkers.Shape Modifier and Type Method Description void
SAMMarkers. setShape(SAMMarkers.Shape value)
Sets the shape to use for markers.
-