|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.achartengine.model.XYSeries
org.achartengine.model.TimeSeries
public class TimeSeries
A series for the date / time charts.
Constructor Summary | |
---|---|
TimeSeries(java.lang.String title)
Builds a new date / time series. |
Method Summary | |
---|---|
void |
add(java.util.Date x,
double y)
Adds a new value to the series. |
Methods inherited from class org.achartengine.model.XYSeries |
---|
add, clear, getItemCount, getMaxX, getMaxY, getMinX, getMinY, getScaleNumber, getTitle, getX, getY, remove, setTitle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeSeries(java.lang.String title)
title
- the series titleMethod Detail |
---|
public void add(java.util.Date x, double y)
x
- the date / time value for the X axisy
- the value for the Y axis
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |