Interface MarkerSegmentableFigure

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

public interface MarkerSegmentableFigure extends Figure
A figure which supports markers in the middle of a path segment.
Author:
Werner Randelshofer
  • Field Details

    • MARKER_SEGMENT_SHAPE

      static final @Nullable NullableSvgPathStyleableKey MARKER_SEGMENT_SHAPE
      "Marker Segment" is an SVG path that points to the right, with coordinate 0,0 at the center of a path segment.
    • MARKER_SEGMENT_SCALE_FACTOR

      static final DoubleStyleableKey MARKER_SEGMENT_SCALE_FACTOR
  • Method Details

    • getMarkerSegmentShape

      default @Nullable String getMarkerSegmentShape()
    • getMarkerSegmentScaleFactor

      default double getMarkerSegmentScaleFactor()