|
|||||||||||
| 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.histogram.HistogramSeries
The serie defines a histogram series containing the entries of a set.
(c) copyright 2002-2004 Delft
University of Technology , the Netherlands.
See for project information
www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
| Constructor Summary | |
HistogramSeries(java.lang.String name,
double[] domain,
double[] range,
int numberOfBins)
constructs a new HistogramSeries |
|
| Method Summary | |
int |
getBinCount()
returns the number of bins in the histogram |
java.lang.Number |
getEndXValue(int bin)
returns the maxX value for bin |
java.lang.Number |
getEndYValue(int bin)
returns the maxY value |
java.lang.String |
getName()
returns the name of the serie |
java.lang.Number |
getStartXValue(int bin)
returns the minimumX value |
java.lang.Number |
getStartYValue(int bin)
returns the minimumY value |
java.lang.Number |
getXValue(int bin)
returns the x value |
java.lang.Number |
getYValue(int bin)
returns the Y value |
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 |
| Constructor Detail |
public HistogramSeries(java.lang.String name,
double[] domain,
double[] range,
int numberOfBins)
name - the name of the datasetdomain - the domain of the serierange - the range of the serienumberOfBins - the number of bins to be used| Method Detail |
public java.lang.String getName()
public java.lang.Number getEndXValue(int bin)
bin - the bin number
public java.lang.Number getEndYValue(int bin)
bin - the bin number
public java.lang.Number getStartXValue(int bin)
bin - the bin number
public java.lang.Number getStartYValue(int bin)
bin - the bin number
public int getBinCount()
public java.lang.Number getXValue(int bin)
bin - the bin number
public java.lang.Number getYValue(int bin)
bin - the bin number
public void notify(nl.tudelft.simulation.event.EventInterface event)
notify in interface nl.tudelft.simulation.event.EventListenerInterface#notify(nl.tudelft.simulation.event.EventInterface)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||