Class RoundedCornerBorder

All Implemented Interfaces:
Serializable, Border, ShapedBorder
Direct Known Subclasses:
TwoColoredLineBorder

public class RoundedCornerBorder extends PolygonBorder
See Also:
  • Constructor Details

    • RoundedCornerBorder

      public RoundedCornerBorder(ColorProvider lineColor, int cType)
    • RoundedCornerBorder

      public RoundedCornerBorder(ColorProvider lineColor, int cType, boolean drawTop, boolean drawLeft, boolean drawBottom, boolean drawRight)
    • RoundedCornerBorder

      public RoundedCornerBorder(ColorProvider lineColor, ColorProvider highlightColor, int cType1, int cType2, int cType3, int cType4)
    • RoundedCornerBorder

      public RoundedCornerBorder(ColorProvider lineColor, ColorProvider highlightColor, int cType1, int cType2, int cType3, int cType4, boolean drawTop, boolean drawLeft, boolean drawBottom, boolean drawRight)
  • Method Details