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 VertexShapePolygonVertices. m_Shapethe marker shape.protected VertexShapeRectangleVertices. m_Shapethe marker shape.Methods in adams.gui.visualization.object.objectannotations.outline that return VertexShape Modifier and Type Method Description VertexShapePolygonVertices. getShape()Returns the shape in use for vertices.VertexShapeRectangleVertices. getShape()Returns the shape in use for vertices.static VertexShapeVertexShape. 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 voidPolygonVertices. setShape(VertexShape value)Sets the shape to use for vertices.voidRectangleVertices. setShape(VertexShape value)Sets the shape to use for vertices.
-