Class CustomInsets


  • public class CustomInsets
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CustomInsets​(int top, int right, int bottom, int left)  
    • Constructor Detail

      • CustomInsets

        public CustomInsets​(int top,
                            int right,
                            int bottom,
                            int left)
    • Method Detail

      • getTop

        public int getTop()
      • setTop

        public void setTop​(int top)
      • getRight

        public int getRight()
      • setRight

        public void setRight​(int right)
      • getBottom

        public int getBottom()
      • setBottom

        public void setBottom​(int bottom)
      • getLeft

        public int getLeft()
      • setLeft

        public void setLeft​(int left)