Class BorderUtil


  • public class BorderUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.border.Border copy​(javax.swing.border.Border border)  
      static java.awt.Insets getInsetsOutside​(java.awt.Component c, javax.swing.border.Border border, javax.swing.border.Border outside)  
      • Methods inherited from class java.lang.Object

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

      • getInsetsOutside

        public static java.awt.Insets getInsetsOutside​(java.awt.Component c,
                                                       javax.swing.border.Border border,
                                                       javax.swing.border.Border outside)
      • copy

        public static javax.swing.border.Border copy​(javax.swing.border.Border border)