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