de.jaret.util.ui.timebars.model
Class TBRect

java.lang.Object
  extended by de.jaret.util.ui.timebars.model.TBRect

public class TBRect
extends java.lang.Object

Simple struct holding the information about a region in the time bar viewer.

Version:
$Id: TBRect.java 800 2008-12-27 22:27:33Z kliem $
Author:
kliem

Field Summary
 de.jaret.util.date.JaretDate endDate
          ending date.
 TimeBarRow endRow
          last row.
 de.jaret.util.date.JaretDate startDate
          staring date.
 TimeBarRow startRow
          first row.
 
Constructor Summary
TBRect()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startDate

public de.jaret.util.date.JaretDate startDate
staring date.


endDate

public de.jaret.util.date.JaretDate endDate
ending date.


startRow

public TimeBarRow startRow
first row.


endRow

public TimeBarRow endRow
last row.

Constructor Detail

TBRect

public TBRect()


Copyright © 2012. All Rights Reserved.