Style Intelligence v12.0

inetsoft.graph.aesthetic
Class RainbowColorFrame

java.lang.Object
  extended by inetsoft.graph.aesthetic.VisualFrame
      extended by inetsoft.graph.aesthetic.ColorFrame
          extended by inetsoft.graph.aesthetic.LinearColorFrame
              extended by inetsoft.graph.aesthetic.RGBCubeColorFrame
                  extended by inetsoft.graph.aesthetic.RainbowColorFrame
All Implemented Interfaces:
Serializable, Cloneable

public class RainbowColorFrame
extends RGBCubeColorFrame

This class defines a color frame for continuous numeric values using the rainbow color space.

See Also:
Serialized Form

Constructor Summary
RainbowColorFrame()
          Create a color frame.
RainbowColorFrame(String field)
          Create a color frame.
 
Method Summary
 
Methods inherited from class inetsoft.graph.aesthetic.RGBCubeColorFrame
clone, equals, getColor, getMaxRatio, getMinRatio
 
Methods inherited from class inetsoft.graph.aesthetic.LinearColorFrame
getColor, getColor
 
Methods inherited from class inetsoft.graph.aesthetic.ColorFrame
getBrightness, isGrayscale, process, setBrightness, setGrayscale
 
Methods inherited from class inetsoft.graph.aesthetic.VisualFrame
createComparator, getField, getLabels, getLegendFrame, getLegendSpec, getScale, getScaleOption, getTitle, getValues, hashCode, init, isValid, isVisible, setField, setLegendFrame, setLegendSpec, setScale, setScaleOption, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RainbowColorFrame

public RainbowColorFrame()
Create a color frame. The field needs to be set by calling setField.


RainbowColorFrame

public RainbowColorFrame(String field)
Create a color frame.

Parameters:
field - field to get value to map to color.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.