Interface MarkerMidableFigure

All Superinterfaces:
Figure, PropertyBean, StyleableBean, StyleablePropertyBean, TreeNode<Figure>

public interface MarkerMidableFigure extends Figure
A figure which supports markers at the nodes of a path.
Author:
Werner Randelshofer
  • Field Details

    • MARKER_MID_SHAPE

      static final @Nullable NullableFXPathElementsStyleableKey MARKER_MID_SHAPE
      "Marker Mid" is an SVG path that points to the right, with coordinate 0,0 at a node of the path.
    • MARKER_MID_SCALE_FACTOR

      static final DoubleStyleableKey MARKER_MID_SCALE_FACTOR
  • Method Details

    • getMarkerMidShape

      default @Nullable ImmutableList<javafx.scene.shape.PathElement> getMarkerMidShape()
    • getMarkerMidScaleFactor

      default double getMarkerMidScaleFactor()