Interface LineConnectingFigure

All Superinterfaces:
ConnectingFigure, Figure, PropertyBean, StyleableBean, StyleablePropertyBean, TreeNode<Figure>
All Known Implementing Classes:
AbstractElbowLineConnectionWithMarkersFigure, AbstractLineConnectionFigure, AbstractPathConnectionWithMarkersFigure, AbstractStraightLineConnectionWithMarkersFigure, LineConnectionFigure, LineConnectionWithMarkersFigure

public interface LineConnectingFigure extends ConnectingFigure
LineConnectingFigure.
Author:
Werner Randelshofer
  • Field Details

  • Method Details

    • isStartConnected

      default boolean isStartConnected()
    • isEndConnected

      default boolean isEndConnected()
    • getStartTargetPoint

      default javafx.geometry.Point2D getStartTargetPoint()
      Gets the start target point or the start point if the start target point is not present.
      Returns:
      start target point or start point.
    • getEndTargetPoint

      default javafx.geometry.Point2D getEndTargetPoint()
      Gets the end target point or the end point if the end target point is not present.
      Returns:
      end target point or end point.