Class SlopedTabLineBorder

All Implemented Interfaces:
Serializable, Border, ShapedBorder

public class SlopedTabLineBorder extends AbstractPolygonBorder
Since:
1.2.0
See Also:
  • Constructor Details

    • SlopedTabLineBorder

      public SlopedTabLineBorder()
    • SlopedTabLineBorder

      public SlopedTabLineBorder(float leftSlope, float rightSlope)
    • SlopedTabLineBorder

      public SlopedTabLineBorder(float leftSlope, float rightSlope, int leftHeight, int rightHeight)
    • SlopedTabLineBorder

      public SlopedTabLineBorder(float leftSlope, float rightSlope, boolean bottomLeftRounded, boolean topLeftRounded, boolean topRightRounded, boolean bottomRightRounded)
    • SlopedTabLineBorder

      public SlopedTabLineBorder(float leftSlope, float rightSlope, int leftHeight, int rightHeight, boolean bottomLeftRounded, boolean topLeftRounded, boolean topRightRounded, boolean bottomRightRounded)
    • SlopedTabLineBorder

      public SlopedTabLineBorder(ColorProvider lineColor, ColorProvider highlightColor, boolean drawBottomLine, float leftSlope, float rightSlope, int leftHeight, int rightHeight, boolean bottomLeftRounded, boolean topLeftRounded, boolean topRightRounded, boolean bottomRightRounded)
  • Method Details