|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jaret.util.ui.timebars.model.TBRect
public class TBRect
Simple struct holding the information about a region in the time bar viewer.
| 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 |
|---|
public de.jaret.util.date.JaretDate startDate
public de.jaret.util.date.JaretDate endDate
public TimeBarRow startRow
public TimeBarRow endRow
| Constructor Detail |
|---|
public TBRect()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||