Class FlatEmptyBorder

    • Field Summary

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

        bottom, left, right, top
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object applyStyleProperty​(java.awt.Insets insets)  
      java.awt.Insets getBorderInsets()  
      java.awt.Insets getBorderInsets​(java.awt.Component c, java.awt.Insets insets)  
      java.awt.Insets getStyleableValue()  
      java.awt.Insets getUnscaledBorderInsets()  
      protected static java.awt.Insets scaleInsets​(java.awt.Component c, java.awt.Insets insets, int top, int left, int bottom, int right)  
      • 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
      • scaleInsets

        protected static java.awt.Insets scaleInsets​(java.awt.Component c,
                                                     java.awt.Insets insets,
                                                     int top,
                                                     int left,
                                                     int bottom,
                                                     int right)
      • getUnscaledBorderInsets

        public java.awt.Insets getUnscaledBorderInsets()
      • applyStyleProperty

        public java.lang.Object applyStyleProperty​(java.awt.Insets insets)
      • getStyleableValue

        public java.awt.Insets getStyleableValue()
        Since:
        2.5