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