Interface MarkerStartableFigure

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

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

    • MARKER_START_SHAPE

      static final NullableFXPathElementsStyleableKey MARKER_START_SHAPE
      Marker start is an SVG path that points to the right, with coordinate 0,0 at the head of the path.
    • MARKER_START_SCALE_FACTOR

      static final DoubleStyleableKey MARKER_START_SCALE_FACTOR
  • Method Details

    • getMarkerStartShape

      default @Nullable ImmutableList<javafx.scene.shape.PathElement> getMarkerStartShape()
    • getMarkerStartScaleFactor

      default double getMarkerStartScaleFactor()