|
ION Java User's Guide: ION Java Class and Method Reference |
|
The IONGrPlot() method constructs an object of the IONGrPlot class.
public IONGrPlot()
public IONGrPlot(int X[])
public IONGrPlot(float X[])
public IONGrPlot(double X[])
public IONGrPlot(String sName)
public IONGrPlot(int X[], int Y[])
public IONGrPlot(float X[], float Y[])
public IONGrPlot(double X[], double Y[])
public IONGrPlot(String sXName, String sYName)
X values of the plot.
Y values of the plot.
The name of an IDL variable to use for the X values in this plot.
The name of an IDL variable to use for the Y values in this plot.
None.
IDL Online Help (March 06, 2007)