Interface StrokeCuttableFigure

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

public interface StrokeCuttableFigure extends Figure
A figure which supports cutting off the start and end of a stroked path.
Author:
Werner Randelshofer
  • Field Details

  • Method Details

    • getStrokeCutStart

      default double getStrokeCutStart()
    • getStrokeCutEnd

      default double getStrokeCutEnd()