Class Borders


  • public class Borders
    extends Object
    • Constructor Detail

      • Borders

        public Borders​(int left,
                       int top,
                       int right,
                       int bottom)
      • Borders

        public Borders()
    • Method Detail

      • getLeft

        public int getLeft()
      • getTop

        public int getTop()
      • getRight

        public int getRight()
      • getBottom

        public int getBottom()
      • getHorizontal

        public int getHorizontal()
      • getVertical

        public int getVertical()