Class LongRect


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

      Fields 
      Modifier and Type Field Description
      long bottom  
      long left  
      long right  
      long top  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • left

        public long left
      • top

        public long top
      • right

        public long right
      • bottom

        public long bottom
    • Constructor Detail

      • LongRect

        public LongRect()
      • LongRect

        public LongRect​(long l,
                        long t,
                        long r,
                        long b)
      • LongRect

        public LongRect​(LongRect ir)