Class LabelAnchor

All Implemented Interfaces:
AncestorListener, ConnectionAnchor

public class LabelAnchor extends ChopboxAnchor
LabelAnchors must have an owner of type Label. The LabelAnchor behaves like ChopboxAnchor but Connections will point to the center of its owner's icon as opposed to the center of the entire owning Label.
  • Constructor Details

    • LabelAnchor

      protected LabelAnchor()
      Constructs a LabelAnchor with no owner.
      Since:
      2.0
    • LabelAnchor

      public LabelAnchor(Label label)
      Constructs a LabelAnchor with owner label.
      Parameters:
      label - This LabelAnchor's owner
      Since:
      2.0
  • Method Details

    • getBox

      protected Rectangle getBox()
      Returns the bounds of this LabelAnchor's owning Label icon.
      Overrides:
      getBox in class ChopboxAnchor
      Returns:
      The bounds of this LabelAnchor's owning Label icon
      Since:
      2.0