Previous ION Java User's Guide: ION Java Class and Method Reference Next

IONPlot() / IONJPlot()

The IONPlot() method constructs an object of the IONPlot class.

Syntax


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)

Arguments

iWidth

The width of the plot.

iHeight

The height of the plot.

X

The X values of the plot.

Y

The Y values of the plot.

sXName

The name of an IDL variable to use for the X values of this plot.

sYName

The name of an IDL variable to use for the Y values of this plot.

Exceptions

None.

  IDL Online Help (March 06, 2007)