public class ComplexCarpet extends ComplexInterpolatedPlot
image, visible, xmax, xmin, ymax, yminCONTOUR_PLOT, GRID_PLOT, INTERPOLATED_PLOT, SURFACE_PLOT| Constructor and Description |
|---|
ComplexCarpet(GridData griddata) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearData() |
void |
setAutoscaleZ(boolean isAutoscale,
double floor,
double ceil)
Sets the autoscale flag and the floor and ceiling values for the colors.
|
void |
setTopRow(double[][] line) |
checkImage, draw, getCeiling, getFloor, getGridData, getLoader, indexToX, indexToY, isAutoscaleZ, isMeasured, recolorImage, setAll, setAll, setAutoscaleZ, setColorPalette, setExpandedZ, setFloorCeilColor, setGridData, setGridLineColor, setIndexes, setPaletteType, setShowGridLines, showLegend, update, xToIndex, yToIndexgetXMax, getXMin, getYMax, getYMin, setImage, setMinMax, setVisible, setXMax, setXMin, setYMax, setYMinclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetVisiblegetXMax, getXMin, getYMax, getYMinpublic ComplexCarpet(GridData griddata)
public void clearData()
public void setTopRow(double[][] line)
public void setAutoscaleZ(boolean isAutoscale,
double floor,
double ceil)
setAutoscaleZ in interface Plot2DsetAutoscaleZ in class ComplexInterpolatedPlotisAutoscale - floor - ceil -