Interface MarkerEndableFigure

All Superinterfaces:
Figure, PropertyBean, StyleableBean, StyleablePropertyBean, TreeNode<Figure>
All Known Implementing Classes:
LineConnectionWithMarkersFigure

public interface MarkerEndableFigure extends Figure
A figure which supports end markers.
Author:
Werner Randelshofer
  • Field Details

    • MARKER_END_SHAPE

      static final NullableFXPathElementsStyleableKey MARKER_END_SHAPE
      Marker end is an SVG path that points to the right, with coordinate 0,0 at the tail of the path.
    • MARKER_END_SCALE_FACTOR

      static final DoubleStyleableKey MARKER_END_SCALE_FACTOR
  • Method Details

    • getMarkerEndShape

      default @Nullable ImmutableList<javafx.scene.shape.PathElement> getMarkerEndShape()
    • getMarkerEndScaleFactor

      default double getMarkerEndScaleFactor()