Interface SecondStrokeCuttableFigure

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

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

    • SECOND_STROKE_CUT_START

      static final @Nullable CssSizeStyleableKey SECOND_STROKE_CUT_START
      Cuts off the specified number of pixels from the start of the stroked path.
    • SECOND_STROKE_CUT_END

      static final @Nullable CssSizeStyleableKey SECOND_STROKE_CUT_END
      Cuts off the specified number of pixels from the end of the stroked path.
    • SECOND_STROKE_CUT

      static final @Nullable SymmetricCssPoint2DStyleableMapAccessor SECOND_STROKE_CUT
      Cuts off the specified number of pixels from the start and the end of the stroked path.