|
ION Java User's Guide: ION Java Class and Method Reference |
|
The IONPlot() method constructs an object of the IONPlot class.
| Note The following is the syntax for the IONPlot() method. For the IONJPlot() method, replace IONPlot with IONJPlot. |
public IONPlot(int iWidth, int iHeight)
public IONPlot(int iWidth, int iHeight, int X[])
public IONPlot(int iWidth, int iHeight, float X[])
public IONPlot(int iWidth, int iHeight, double X[])
public IONPlot(int iWidth, int iHeight, String sName)
public IONPlot(int iWidth, int iHeight, int X[], int Y[])
public IONPlot(int iWidth, int iHeight, float X[], float Y[])
public IONPlot(int iWidth, int iHeight, double X[], double Y[])
public IONPlot(int iWidth, int iHeight, String sXName, String sYName)
The width of the plot.
The height of the plot.
The X values of the plot.
The Y values of the plot.
The name of an IDL variable to use for the X values of this plot.
The name of an IDL variable to use for the Y values of this plot.
None.
IDL Online Help (March 06, 2007)