Package cammons

Class TRect

java.lang.Object
cammons.TRect

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • left

      public int left
      Creates a new instance of TRect
    • top

      public int top
    • bottom

      public int bottom
  • Constructor Details

    • TRect

      public TRect()