|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jfree.data.AbstractDataset
nl.tudelft.simulation.jstats.charts.xy.XYSeries
The xySerie specifies an xySerie for XY Plots in DSOL.
(c) copyright 2003 Delft
University of Technology , the Netherlands.
See for project information
www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
| Field Summary | |
static nl.tudelft.simulation.event.EventType |
LOWER_RANGE_EVENT
LOWER_RANGE_EVENT is fired on a range change |
static nl.tudelft.simulation.event.EventType |
UPPER_RANGE_EVENT
UPPER_RANGE_EVENT is fired on a range change |
| Constructor Summary | |
XYSeries(java.lang.String name,
short axisType)
constructs a new XYSeries. |
|
| Method Summary | |
int |
getItemCount()
returns the number of items in this seris |
java.lang.String |
getSeriesName()
returns the name of this serie |
java.lang.Number |
getXValue(int item)
returns the X value |
java.lang.Number |
getYValue(int item)
returns the yValue |
void |
notify(nl.tudelft.simulation.event.EventInterface event)
|
| Methods inherited from class org.jfree.data.AbstractDataset |
addChangeListener, clone, fireDatasetChanged, getGroup, notifyListeners, removeChangeListener, setGroup, validateObject |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final nl.tudelft.simulation.event.EventType LOWER_RANGE_EVENT
public static final nl.tudelft.simulation.event.EventType UPPER_RANGE_EVENT
| Constructor Detail |
public XYSeries(java.lang.String name,
short axisType)
name - the name of the series.axisType - whether this serie is logarithmic (x=0 & y=0 are
neglected)| Method Detail |
public void notify(nl.tudelft.simulation.event.EventInterface event)
notify in interface nl.tudelft.simulation.event.EventListenerInterface#notify(nl.tudelft.simulation.event.EventInterface)public int getItemCount()
public java.lang.Number getXValue(int item)
item - the item
public java.lang.Number getYValue(int item)
item - the item
public java.lang.String getSeriesName()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||