inetsoft.graph.aesthetic
Class HeatColorFrame
java.lang.Object
inetsoft.graph.aesthetic.VisualFrame
inetsoft.graph.aesthetic.ColorFrame
inetsoft.graph.aesthetic.LinearColorFrame
inetsoft.graph.aesthetic.RGBCubeColorFrame
inetsoft.graph.aesthetic.HeatColorFrame
- All Implemented Interfaces:
- Serializable, Cloneable
public class HeatColorFrame
- extends RGBCubeColorFrame
This class defines a color frame for continuous numeric values using the
heat color space.
- See Also:
- Serialized Form
|
Method Summary |
protected double |
getMaxRatio()
Get the maximum ratio to use in the color path. |
protected double |
getMinRatio()
Get the minimum ratio to use in the color path. |
| 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 |
HeatColorFrame
public HeatColorFrame()
- Create a color frame. The field needs to be set by calling setField.
HeatColorFrame
public HeatColorFrame(String field)
- Create a color frame.
- Parameters:
field - field to get value to map to color.
getMinRatio
protected double getMinRatio()
- Get the minimum ratio to use in the color path.
- Overrides:
getMinRatio in class RGBCubeColorFrame
getMaxRatio
protected double getMaxRatio()
- Get the maximum ratio to use in the color path.
- Overrides:
getMaxRatio in class RGBCubeColorFrame