Plot.DefaultDataPanel| Modifier and Type | Field and Description |
|---|---|
boolean |
draw_lines |
boolean |
fill_shape |
color, coordNoted, datapanel, layers, name, note_precision, noted, plotCanvas, visible| Constructor and Description |
|---|
GridPlot3D(String n,
Color c,
double[] _X,
double[] _Y,
double[][] _Z) |
| Modifier and Type | Method and Description |
|---|---|
double[][] |
getBounds()
This method should be abstract, but for backward compatibility, here is a basic impl.
|
double[][] |
getData() |
double[] |
getDataX() |
double[] |
getDataY() |
double[][] |
getDataZ() |
double[] |
isSelected(int[] screenCoordTest,
AbstractDrawer draw) |
static void |
main(String[] args) |
void |
plot(AbstractDrawer draw,
Color c) |
void |
setData(double[][] _Z) |
void |
setDataX(double[] _X) |
void |
setDataXYZ(double[] _X,
double[] _Y,
double[][] _Z) |
void |
setDataY(double[] _Y) |
void |
setDataZ(double[][] _Z) |
addGaussQuantiles, addGaussQuantiles, addLayer, addQuantile, addQuantile, addQuantile, addQuantiles, addQuantiles, addVector, clearLayers, edit, editnote, getBounds, getColor, getDataPanel, getName, getVisible, note, noteCoord, plot, plotLayerPlots, setColor, setName, setVisiblepublic void plot(AbstractDrawer draw, Color c)
public double[][] getBounds()
Plotpublic void setDataZ(double[][] _Z)
public double[][] getDataZ()
public void setDataX(double[] _X)
public double[] getDataX()
public void setDataY(double[] _Y)
public double[] getDataY()
public void setDataXYZ(double[] _X,
double[] _Y,
double[][] _Z)
public double[] isSelected(int[] screenCoordTest,
AbstractDrawer draw)
isSelected in interface EditableisSelected in interface NoteableisSelected in class Plotpublic static void main(String[] args)
Copyright © 2015. All rights reserved.