Class MigLayoutVisualPadding.FlatMigInsets

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable
    Enclosing class:
    MigLayoutVisualPadding

    private static class MigLayoutVisualPadding.FlatMigInsets
    extends java.awt.Insets
    Marker class to identify our visual paddings and leave paddings set from outside untouched.
    • Field Summary

      • Fields inherited from class java.awt.Insets

        bottom, left, right, top
    • Constructor Summary

      Constructors 
      Constructor Description
      FlatMigInsets​(int top, int left, int bottom, int right)  
    • Method Summary

      • Methods inherited from class java.awt.Insets

        clone, equals, hashCode, set, toString
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FlatMigInsets

        FlatMigInsets​(int top,
                      int left,
                      int bottom,
                      int right)