Package 

Class CustomInsets

    • Field Summary

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

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

      Modifier and Type Method Description
      int getTop()
      void setTop(int top)
      int getRight()
      void setRight(int right)
      int getBottom()
      void setBottom(int bottom)
      int getLeft()
      void setLeft(int left)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait