Class ComplexCarpet

All Implemented Interfaces:
Drawable, Measurable, ICarpet, Plot2D

public class ComplexCarpet extends ComplexInterpolatedPlot implements ICarpet
  • Constructor Details

    • ComplexCarpet

      public ComplexCarpet(GridData griddata)
      Constructor ComplexCarpet
      Parameters:
      griddata -
  • Method Details

    • clearData

      public void clearData()
      Specified by:
      clearData in interface ICarpet
    • setTopRow

      public void setTopRow(double[][] line)
      Specified by:
      setTopRow in interface ICarpet
    • setAutoscaleZ

      public void setAutoscaleZ(boolean isAutoscale, double floor, double ceil)
      Sets the autoscale flag and the floor and ceiling values for the colors. If autoscaling is true, then the min and max values of z span the colors. If autoscaling is false, then floor and ceiling values limit the colors. Values below min map to the first color; values above max map to the last color.
      Specified by:
      setAutoscaleZ in interface Plot2D
      Overrides:
      setAutoscaleZ in class ComplexInterpolatedPlot
      Parameters:
      isAutoscale -
      floor -
      ceil -