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:
- Swingable
public class Histogram
- extends Histogram
The Histogram extends the Histogram and links this it to the dsol framework
(c) copyright 2002-2005 Delft
University of Technology , the Netherlands.
See for project information
www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
- Version:
- $Revision: 1.1 $ $Date: 2007/01/06 13:21:30 $
- Author:
- Peter Jacobs
Histogram
public Histogram(SimulatorInterface simulator,
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,
String title,
double[] domain,
int numberofBins)
- constructs a new Histogram
- Parameters:
simulator
- the simulatortitle
- the titledomain
- the domainnumberofBins
- the number of bins
toString
public String toString()
- Overrides:
toString
in class Object
- See Also:
Object.toString()
Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.