Package cammons

Class TRect


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

      Fields 
      Modifier and Type Field Description
      int bottom  
      int left
      Creates a new instance of TRect
      int right  
      int top  
    • Constructor Summary

      Constructors 
      Constructor Description
      TRect()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • left

        public int left
        Creates a new instance of TRect
      • top

        public int top
      • bottom

        public int bottom
      • right

        public int right
    • Constructor Detail

      • TRect

        public TRect()