===================== EClass FloatingLabel ===================== Defines a label that is floating. Floating labels can be freely position relative to its parent. Floating labels do not affect auto-sizing. :ePackage: :doc:`displayableObjects <./EPackage_displayableObjects>` :inherits from: :doc:`Label <./EClass_displayableObjects_Label>` :contained by: :doc:`StaticSubVertex <./EClass_displayableObjects_StaticSubVertex>` (via :doc:`Label <./EClass_displayableObjects_Label>`), :doc:`StaticVertex <./EClass_displayableObjects_StaticVertex>` (via :doc:`Label <./EClass_displayableObjects_Label>`), :doc:`SubVertex <./EClass_displayableObjects_SubVertex>` (via :doc:`Label <./EClass_displayableObjects_Label>`), :doc:`Vertex <./EClass_displayableObjects_Vertex>` (via :doc:`Label <./EClass_displayableObjects_Label>`), :doc:`VertexA <./EClass_displayableObjects_VertexA>` (via :doc:`Label <./EClass_displayableObjects_Label>`) EAttributes ############# **anchor** (:doc:`VertexAnchors <./EENum_common_VertexAnchors>`) Defines where the label is anchored at the vertex. **isMovable** (EBoolean) Defines whether this label should be movable by the user. **labelAlignment** (:doc:`HorizontalAlignment <./EENum_common_HorizontalAlignment>`) Defines the label's horizonal alignment. **labelOffsetX** (EInt) Defines a offset in x-direction that is added to the calculated position of the label. **labelOffsetY** (EInt) Defines a offset in y-direction that is added to the calculated position of the label. **labelRotation** (EDouble) Defines the rotation of the label in degrees. **labelVerticalAlignment** (:doc:`VerticalAlignment <./EENum_common_VerticalAlignment>`) Defines the label's vertical alignment. **levelOfDetail** (EDouble) Defines at which zoom level this label should be displayed. **name** (EString) Defines the label's name. EReferences ############# **segments** (:doc:`LabelSegment <./EClass_displayableObjects_LabelSegment>`) (lowerBound=0, upperBound=-1) (containment) Defines the label's segments.