Inheritance diagram for org.math.plot.plots.GridPlot3D:
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 |