Package rma.util

Class CategoricalColorContour

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

public class CategoricalColorContour extends ColorContour
This class is intended to map comparable objects to colors, and support the use of indexed values for accessing the categories. This was originally intended to work in a similar fashion as the BandedColorContour, except that the BandedColorContour always used doubles. In this case, doubles are used to access the category by index. The index repeats as it's i % size.
See Also: