Class CompoundEmptyBorder

java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.CompoundBorder
org.flexdock.plaf.common.border.CompoundEmptyBorder
All Implemented Interfaces:
Serializable, Border
Direct Known Subclasses:
InsetBorder

public class CompoundEmptyBorder extends CompoundBorder
Author:
Christopher Butler
See Also:
  • Field Details

    • EMPTY_INSETS

      protected static final Insets EMPTY_INSETS
    • inner

      protected boolean inner
  • Constructor Details

    • CompoundEmptyBorder

      protected CompoundEmptyBorder(Border outer, Border inner, boolean emptyInner)
  • Method Details

    • create

      public static CompoundEmptyBorder create(Border border, boolean inner)
    • create

      public static CompoundEmptyBorder create(Border border, boolean inner, Insets base)
    • setEmptyInsets

      public boolean setEmptyInsets(Insets insets)
    • setEmptyInsets

      public boolean setEmptyInsets(int top, int left, int bottom, int right)
    • getEmptyInsets

      public Insets getEmptyInsets()
    • getWrappedBorder

      public Border getWrappedBorder()