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

IONGrPlot()

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

Syntax

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)

Arguments

X

X values of the plot.

Y

Y values of the plot.

sXName

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

sYName

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

Exceptions

None.

  IDL Online Help (March 06, 2007)