Class ContentInset


  • public class ContentInset
    extends Object
    • Constructor Detail

      • ContentInset

        public ContentInset()
      • ContentInset

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

      • getTop

        public int getTop()
      • setTop

        public void setTop​(int top)
      • getLeft

        public int getLeft()
      • setLeft

        public void setLeft​(int left)
      • getBottom

        public int getBottom()
      • setBottom

        public void setBottom​(int bottom)
      • getRight

        public int getRight()
      • setRight

        public void setRight​(int right)