Class CompoundEmptyBorder.MutableEmptyBorder

  • All Implemented Interfaces:
    java.io.Serializable, javax.swing.border.Border
    Enclosing class:
    CompoundEmptyBorder

    protected static class CompoundEmptyBorder.MutableEmptyBorder
    extends javax.swing.border.EmptyBorder
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class javax.swing.border.EmptyBorder

        bottom, left, right, top
    • Constructor Summary

      Constructors 
      Constructor Description
      MutableEmptyBorder​(int top, int left, int bottom, int right)  
      MutableEmptyBorder​(java.awt.Insets borderInsets)  
    • Method Summary

      • Methods inherited from class javax.swing.border.EmptyBorder

        getBorderInsets, getBorderInsets, isBorderOpaque, paintBorder
      • Methods inherited from class javax.swing.border.AbstractBorder

        getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MutableEmptyBorder

        public MutableEmptyBorder​(int top,
                                  int left,
                                  int bottom,
                                  int right)
      • MutableEmptyBorder

        public MutableEmptyBorder​(java.awt.Insets borderInsets)