Package rma.util

Class GrayscaleColorContour

java.lang.Object
rma.util.ColorContour
rma.util.GrayscaleColorContour
All Implemented Interfaces:
AsciiSerializable, FieldAccessor, Serializable, Cloneable

public class GrayscaleColorContour extends ColorContour
See Also:
  • Constructor Details

    • GrayscaleColorContour

      public GrayscaleColorContour()
  • Method Details

    • getRGB0

      protected double[] getRGB0(double val, double min, double max)
      Specified by:
      getRGB0 in class ColorContour
    • getRGB0

      protected void getRGB0(double[] rgb, double val, double min, double max)
      Specified by:
      getRGB0 in class ColorContour
    • getFieldObject

      public Object getFieldObject(Field fld)
      Description copied from interface: FieldAccessor
      This method allows access to java.lang.reflect.Field objects within the implementing class.
      Specified by:
      getFieldObject in interface FieldAccessor
      Overrides:
      getFieldObject in class ColorContour
      Parameters:
      fld - The field to get.
      Returns:
      The data object that is stored in the given field
    • setFieldObject

      public boolean setFieldObject(Field fld, Object fobj)
      Description copied from interface: FieldAccessor
      This allows access to fields withing the implementing object to set there data.
      Specified by:
      setFieldObject in interface FieldAccessor
      Overrides:
      setFieldObject in class ColorContour
      Parameters:
      fld - The java field object representing the member field to be set
      fobj - The data to set in that field
      Returns:
      returns true if successful