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