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