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.AnchorReferenceAnchored. m_Referencethe anchor reference.Methods in adams.gui.visualization.object.objectannotations.label that return Anchored.AnchorReference Modifier and Type Method Description Anchored.AnchorReferenceAnchored. getReference()Returns the reference for the anchor.static Anchored.AnchorReferenceAnchored.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 voidAnchored. setReference(Anchored.AnchorReference value)Sets the reference for the anchor.
-