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.ShapeSAMMarkers. m_Shapethe marker shape.Methods in adams.gui.visualization.object.annotator that return SAMMarkers.Shape Modifier and Type Method Description SAMMarkers.ShapeSAMMarkers. getShape()Returns the shape in use for markers.static SAMMarkers.ShapeSAMMarkers.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 voidSAMMarkers. setShape(SAMMarkers.Shape value)Sets the shape to use for markers.
-