Package editor.util

Class RoundedMatteBorder

java.lang.Object
javax.swing.border.AbstractBorder
editor.util.RoundedMatteBorder
All Implemented Interfaces:
Serializable, Border

public class RoundedMatteBorder extends AbstractBorder
See Also:
  • Field Details

  • Constructor Details

    • RoundedMatteBorder

      public RoundedMatteBorder(int thickness, Color color)
    • RoundedMatteBorder

      public RoundedMatteBorder(int thickness, int marginThickness, Color color)
    • RoundedMatteBorder

      public RoundedMatteBorder(int top, int left, int bottom, int right, Color color)
    • RoundedMatteBorder

      public RoundedMatteBorder(int top, int left, int bottom, int right, int marginThickness, Color color)
    • RoundedMatteBorder

      public RoundedMatteBorder(int top, int left, int bottom, int right, int horzInset, int vertInset, Color color)
    • RoundedMatteBorder

      public RoundedMatteBorder(int top, int left, int bottom, int right, int topInset, int leftInset, int bottomInset, int rightInset, Color color)
  • Method Details