|
||||||||||
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
public class XYChart
The XYPlot extends the XYPlot 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.
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,
String title)
constructs a new XYChart |
|
XYChart(SimulatorInterface simulator,
String title,
double period)
constructs a new XYChart |
|
XYChart(SimulatorInterface simulator,
String title,
double[] domain)
constructs a new XYChart |
|
XYChart(SimulatorInterface simulator,
String title,
double[] domain,
double[] range)
constructs a new XYChart |
|
XYChart(SimulatorInterface simulator,
String title,
double[] domain,
double[] range,
short axisType)
constructs a new XYChart |
|
XYChart(SimulatorInterface simulator,
String title,
double[] domain,
short axisType)
constructs a new XYChart |
|
XYChart(SimulatorInterface simulator,
String title,
double period,
double[] range)
constructs a new XYChart |
|
XYChart(SimulatorInterface simulator,
String title,
double period,
double[] range,
short axisType)
constructs a new XYChart |
|
XYChart(SimulatorInterface simulator,
String title,
double period,
short axisType)
constructs a new XYChart |
|
XYChart(SimulatorInterface simulator,
String title,
short axisType)
constructs a new XYChart |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class nl.tudelft.simulation.jstats.charts.xy.XYChart |
---|
add, add, getChart, getDataset, getSwingPanel, setFilter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XYChart(SimulatorInterface simulator, String title) throws RemoteException
simulator
- the simulatortitle
- the title
RemoteException
- on network failurepublic XYChart(SimulatorInterface simulator, String title, short axisType) throws RemoteException
simulator
- the simulatortitle
- the titleaxisType
- the axisType to use.
RemoteException
- on network failurepublic XYChart(SimulatorInterface simulator, String title, double[] domain)
simulator
- the simulatortitle
- the titledomain
- the domainpublic XYChart(SimulatorInterface simulator, String title, double period)
simulator
- the simulatortitle
- the titleperiod
- the periodpublic XYChart(SimulatorInterface simulator, String title, double[] domain, short axisType)
simulator
- the simulatortitle
- the titledomain
- the domainaxisType
- the axisType to use.public XYChart(SimulatorInterface simulator, String title, double period, short axisType)
simulator
- the simulatortitle
- the titleperiod
- the periodaxisType
- the axisType to use.public XYChart(SimulatorInterface simulator, String title, double[] domain, double[] range)
simulator
- the simulatortitle
- the titledomain
- the domainrange
- the rangepublic XYChart(SimulatorInterface simulator, String title, double period, double[] range)
simulator
- the simulatortitle
- the titleperiod
- the periodrange
- the rangepublic XYChart(SimulatorInterface simulator, String title, double[] domain, double[] range, short axisType)
simulator
- the simulatortitle
- the titledomain
- the domainrange
- the rangeaxisType
- the XYChart.axisTypepublic XYChart(SimulatorInterface simulator, String title, double period, double[] range, short axisType)
simulator
- the simulatortitle
- the titleperiod
- the periodrange
- the rangeaxisType
- the XYChart.axisTypeMethod Detail |
---|
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |