|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.statcvs.reportmodel.TimePoint
public class TimePoint
Encapsulates a data point in a TimeLine
| Constructor Summary | |
|---|---|
TimePoint(java.util.Date date,
int value,
int delta)
Creates a new TimePoint |
|
| Method Summary | |
|---|---|
java.util.Date |
getDate()
|
int |
getDelta()
|
int |
getValue()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimePoint(java.util.Date date,
int value,
int delta)
date - the time point's datevalue - the time point's valuedelta - the time point's change relative to the previous value| Method Detail |
|---|
public java.util.Date getDate()
public int getDelta()
public int getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||