nl.tudelft.simulation.dsol.statistics.charts
Class Histogram
java.lang.Object
nl.tudelft.simulation.jstats.charts.histogram.Histogram
nl.tudelft.simulation.dsol.statistics.charts.Histogram
- All Implemented Interfaces:
- nl.tudelft.simulation.jstats.Swingable
- public class Histogram
- extends nl.tudelft.simulation.jstats.charts.histogram.Histogram
The Histogram extends the Histogram and links this it to the dsol framework
(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
- Version:
- 1.0 18.08.2003
- Author:
- Peter
Jacobs
| Fields inherited from class nl.tudelft.simulation.jstats.charts.histogram.Histogram |
chart, dataset, LABEL_X_AXIS, LABEL_Y_AXIS |
|
Constructor Summary |
Histogram(SimulatorInterface simulator,
java.lang.String title,
double[] domain,
double[] range,
int numberofBins)
constructs a new Histogram |
Histogram(SimulatorInterface simulator,
java.lang.String title,
double[] domain,
int numberofBins)
constructs a new Histogram |
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class nl.tudelft.simulation.jstats.charts.histogram.Histogram |
add, add, getChart, getDataset, getSwingPanel |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Histogram
public Histogram(SimulatorInterface simulator,
java.lang.String title,
double[] domain,
double[] range,
int numberofBins)
- constructs a new Histogram
- Parameters:
simulator - the simulatortitle - the title of the plotdomain - the domain of the plotrange - the range of the plotnumberofBins - the number of bins in this plot
Histogram
public Histogram(SimulatorInterface simulator,
java.lang.String title,
double[] domain,
int numberofBins)
- constructs a new Histogram
- Parameters:
simulator - the simulatortitle - the titledomain - the domainnumberofBins - the number of bins
toString
public java.lang.String toString()
- See Also:
Object.toString()
Copyright © 2002-2004 Delft University of Technology, the Netherlands. All Rights Reserved.