Uses of Class
adams.gui.visualization.object.objectannotations.label.Anchored.AnchorReference
-
Packages that use Anchored.AnchorReference Package Description adams.gui.visualization.object.objectannotations.label -
-
Uses of Anchored.AnchorReference in adams.gui.visualization.object.objectannotations.label
Fields in adams.gui.visualization.object.objectannotations.label declared as Anchored.AnchorReference Modifier and Type Field Description protected Anchored.AnchorReference
Anchored. m_Reference
the anchor reference.Methods in adams.gui.visualization.object.objectannotations.label that return Anchored.AnchorReference Modifier and Type Method Description Anchored.AnchorReference
Anchored. getReference()
Returns the reference for the anchor.static Anchored.AnchorReference
Anchored.AnchorReference. valueOf(String name)
Returns the enum constant of this type with the specified name.static Anchored.AnchorReference[]
Anchored.AnchorReference. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.visualization.object.objectannotations.label with parameters of type Anchored.AnchorReference Modifier and Type Method Description void
Anchored. setReference(Anchored.AnchorReference value)
Sets the reference for the anchor.
-