Class SimpleLabelConnectionFigure

All Implemented Interfaces:
CompositableFigure, ConnectableFigure, ConnectingFigure, Figure, FillableFigure, HideableFigure, LabelConnectionFigure, LockableFigure, PaddableFigure, PathIterableFigure, ShapeableFigure, StrokableFigure, StyleableFigure, TextableFigure, TextFillableFigure, TextFontableFigure, TextLayoutableFigure, TransformableFigure, TransformCachingFigure, PropertyBean, StyleableBean, StyleablePropertyBean, TreeNode<Figure>

LabelConnectionFigure.
Author:
Werner Randelshofer
  • Field Details

    • TYPE_SELECTOR

      public static final String TYPE_SELECTOR
      The CSS type selector for a label object is "LabelConnection".
      See Also:
  • Constructor Details

    • SimpleLabelConnectionFigure

      public SimpleLabelConnectionFigure(javafx.geometry.Point2D position, String text)
    • SimpleLabelConnectionFigure

      public SimpleLabelConnectionFigure(double x, double y, String text, Object... keyValues)
  • Method Details