Interface TextEditableFigure

All Superinterfaces:
Figure, PropertyBean, StyleableBean, StyleablePropertyBean, TreeNode<Figure>
All Known Implementing Classes:
LabelFigure, TextAreaFigure, TextFigure

public interface TextEditableFigure extends Figure
Interface for figures that support text editing at one or more locations on the figure.
  • Method Details

    • getTextEditorDataFor

      TextEditableFigure.TextEditorData getTextEditorDataFor(@Nullable javafx.geometry.Point2D pointInLocal, @Nullable javafx.scene.Node node)
      Returns text editor data for the given point in local.
      Parameters:
      pointInLocal - a point in local, or null to return the default text editor data
      Returns:
      text editor data or null if no text can be edited at the given point