Interface ElbowableLineFigure

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

public interface ElbowableLineFigure extends Figure
A figure which supports drawing an elbow.
Author:
Werner Randelshofer
  • Field Details

    • ELBOW_OFFSET

      static final @Nullable NullableCssSizeStyleableKey ELBOW_OFFSET
      The offset of the elbow with respect of the end of the line.
  • Method Details

    • getElbowOffset

      default @Nullable CssSize getElbowOffset()
      The offset of the elbow from the end of the line.

      If the value is null, or less or equal 0, then a straight line is drawn instead of an elbow.

      Returns:
      an offset