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.ShapeMarkers. m_Shapethe marker shape.Methods in adams.gui.visualization.segmentation.layer that return Markers.Shape Modifier and Type Method Description Markers.ShapeMarkers. getShape()Returns the shape in use for markers.static Markers.ShapeMarkers.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 voidMarkers. setShape(Markers.Shape value)Sets the shape to use for markers.
-