org.math.plot.plots.GridPlot3D Class Reference

Inheritance diagram for org.math.plot.plots.GridPlot3D:

org.math.plot.plots.Plot org.math.plot.plotObjects.Plotable org.math.plot.plotObjects.Noteable org.math.plot.plotObjects.Editable List of all members.

Detailed Description

Definition at line 11 of file GridPlot3D.java.

Public Member Functions

 GridPlot3D (String n, Color c, double[] _X, double[] _Y, double[][] _Z)
void plot (AbstractDrawer draw, Color c)
Override void setData (double[][] _Z)
Override double[][] getData ()
void setDataZ (double[][] _Z)
double[][] getDataZ ()
void setDataX (double[] _X)
double[] getDataX ()
void setDataY (double[] _Y)
double[] getDataY ()
void setDataXYZ (double[] _X, double[] _Y, double[][] _Z)
double[] isSelected (int[] screenCoordTest, AbstractDrawer draw)

Static Public Member Functions

static void main (String[] args)

Public Attributes

boolean draw_lines = true
boolean fill_shape = true

Package Attributes

double[] X
double[] Y
double[][] Z


The documentation for this class was generated from the following file:
Generated on Wed Sep 5 21:44:02 2007 for jmathplot by  doxygen 1.5.1