Class FlatEmptyBorder

    • Field Summary

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

        bottom, left, right, top
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Insets getBorderInsets()  
      java.awt.Insets getBorderInsets​(java.awt.Component c, java.awt.Insets insets)  
      • Methods inherited from class javax.swing.border.EmptyBorder

        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

      • FlatEmptyBorder

        public FlatEmptyBorder()
      • FlatEmptyBorder

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

        public FlatEmptyBorder​(java.awt.Insets insets)
    • Method Detail

      • getBorderInsets

        public java.awt.Insets getBorderInsets()
        Overrides:
        getBorderInsets in class javax.swing.border.EmptyBorder
      • getBorderInsets

        public java.awt.Insets getBorderInsets​(java.awt.Component c,
                                               java.awt.Insets insets)
        Overrides:
        getBorderInsets in class javax.swing.border.EmptyBorder