Class Insets


  • public class Insets
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int bottom  
      (package private) int left  
      (package private) int right  
      (package private) int top  
    • Constructor Summary

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

      • Methods inherited from class java.lang.Object

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

      • top

        int top
      • left

        int left
      • bottom

        int bottom
      • right

        int right
    • Constructor Detail

      • Insets

        public Insets​(int top,
                      int left,
                      int bottom,
                      int right)