public class ComplexCarpet extends ComplexInterpolatedPlot
image, visible, xmax, xmin, ymax, ymin
CONTOUR_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, yToIndex
getXMax, getXMin, getYMax, getYMin, setImage, setMinMax, setVisible, setXMax, setXMin, setYMax, setYMin
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setVisible
getXMax, getXMin, getYMax, getYMin
public ComplexCarpet(GridData griddata)
public void clearData()
public void setTopRow(double[][] line)
public void setAutoscaleZ(boolean isAutoscale, double floor, double ceil)
setAutoscaleZ
in interface Plot2D
setAutoscaleZ
in class ComplexInterpolatedPlot
isAutoscale
- floor
- ceil
-