Class RoundedLineBorder

java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.LineBorder
org.flexdock.plaf.common.border.RoundedLineBorder
All Implemented Interfaces:
Serializable, Border

public class RoundedLineBorder extends LineBorder
See Also:
  • Constructor Details

    • RoundedLineBorder

      public RoundedLineBorder(Color color, int arcWidthHeight)
    • RoundedLineBorder

      public RoundedLineBorder(Color color, int arcWidthHeight, int thickness)
  • Method Details