Class PageLabelFigure

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

PageLabelFigure.
Author:
Werner Randelshofer
  • Field Details

  • Constructor Details

    • PageLabelFigure

      public PageLabelFigure()
    • PageLabelFigure

      public PageLabelFigure(javafx.geometry.Point2D position, String text)
      Creates a new instance.
      Parameters:
      position - of the label
      text - text of the label
    • PageLabelFigure

      public PageLabelFigure(double x, double y, String text, Object... keyValues)
      Creates a new instance.
      Parameters:
      x - x-coordinate of the label
      y - y-coordinate of the label
      text - text of the label
      keyValues - properties to set
  • Method Details