de.jaret.examples.timebars.linechart.model
Class DataPoint
java.lang.Object
de.jaret.examples.timebars.linechart.model.DataPoint
public class DataPoint
- extends java.lang.Object
Simple data point time/value.
- Version:
- $Id: DataPoint.java 764 2008-05-22 16:56:02Z kliem $
- Author:
- kliem
|
Constructor Summary |
DataPoint(de.jaret.util.date.JaretDate time,
int value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataPoint
public DataPoint(de.jaret.util.date.JaretDate time,
int value)
getTime
public de.jaret.util.date.JaretDate getTime()
setTime
public void setTime(de.jaret.util.date.JaretDate time)
getValue
public int getValue()
setValue
public void setValue(int value)
Copyright © 2012. All Rights Reserved.