Class Rect


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

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

      Constructors 
      Constructor Description
      Rect()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int height()  
      int width()  
      • Methods inherited from class java.lang.Object

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

      • bottom

        public int bottom
      • left

        public int left
      • right

        public int right
      • top

        public int top
    • Constructor Detail

      • Rect

        public Rect()
    • Method Detail

      • width

        public int width()
      • height

        public int height()