|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnl.tudelft.simulation.jstats.charts.xy.XYChart
nl.tudelft.simulation.dsol.statistics.charts.XYChart
The XYPlot extends the XYPlot 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
| Field Summary |
| Fields inherited from class nl.tudelft.simulation.jstats.charts.xy.XYChart |
axisType, chart, dataset, LABEL_X_AXIS, LABEL_Y_AXIS, XLINEAR_YLINEAR, XLINEAR_YLOGARITHMIC, XLOGARITHMIC_YLINEAR, XLOGARITHMIC_YLOGARITHMIC |
| Constructor Summary | |
XYChart(SimulatorInterface simulator,
java.lang.String title)
constructs a new XYChart |
|
XYChart(SimulatorInterface simulator,
java.lang.String title,
double[] domain)
constructs a new XYChart |
|
XYChart(SimulatorInterface simulator,
java.lang.String title,
double[] domain,
double[] range)
constructs a new XYChart |
|
XYChart(SimulatorInterface simulator,
java.lang.String title,
double[] domain,
double[] range,
short axisType)
constructs a new XYChart |
|
XYChart(SimulatorInterface simulator,
java.lang.String title,
double[] domain,
short axisType)
constructs a new XYChart |
|
XYChart(SimulatorInterface simulator,
java.lang.String title,
short axisType)
constructs a new XYChart |
|
| Method Summary | |
java.lang.String |
toString()
|
| Methods inherited from class nl.tudelft.simulation.jstats.charts.xy.XYChart |
add, add, getChart, getDataset, getSwingPanel |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public XYChart(SimulatorInterface simulator,
java.lang.String title)
throws java.rmi.RemoteException
simulator - the simulatortitle - the title
java.rmi.RemoteException - on network failure
public XYChart(SimulatorInterface simulator,
java.lang.String title,
short axisType)
throws java.rmi.RemoteException
simulator - the simulatortitle - the titleaxisType - the axisType to use.
java.rmi.RemoteException - on network failure
public XYChart(SimulatorInterface simulator,
java.lang.String title,
double[] domain)
simulator - the simulatortitle - the titledomain - the domain
public XYChart(SimulatorInterface simulator,
java.lang.String title,
double[] domain,
short axisType)
simulator - the simulatortitle - the titledomain - the domainaxisType - the axisType to use.
public XYChart(SimulatorInterface simulator,
java.lang.String title,
double[] domain,
double[] range)
simulator - the simulatortitle - the titledomain - the domainrange - the range
public XYChart(SimulatorInterface simulator,
java.lang.String title,
double[] domain,
double[] range,
short axisType)
simulator - the simulatortitle - the titledomain - the domainrange - the rangeaxisType - the XYChart.axisType| Method Detail |
public java.lang.String toString()
Object.toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||