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

    • STROKE_CUT_START

      static final CssSizeStyleableKey STROKE_CUT_START
      Cuts off the specified number of pixels from the start of the stroked path.
    • STROKE_CUT_END

      static final CssSizeStyleableKey STROKE_CUT_END
      Cuts off the specified number of pixels from the end of the stroked path.
    • STROKE_CUT

      static final SymmetricCssPoint2DStyleableMapAccessor STROKE_CUT
      Cuts off the specified number of pixels from the start and the end of the stroked path.
  • Method Details

    • getStrokeCutStart

      default double getStrokeCutStart()
    • getStrokeCutEnd

      default double getStrokeCutEnd()