|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.graph.aesthetic.VisualFrame
inetsoft.graph.aesthetic.ColorFrame
inetsoft.graph.aesthetic.LinearColorFrame
inetsoft.graph.aesthetic.RGBCubeColorFrame
public class RGBCubeColorFrame
This class defines a color frame for continuous numeric values. This is the base class for color frames that using the RGB cube. The color cube is described on p285 Winkinson.
| Constructor Summary | |
|---|---|
RGBCubeColorFrame()
Constructor. |
|
RGBCubeColorFrame(double[][] colors)
Create a color frame that contains RGB ranges (path through RGB cube). |
|
| Method Summary | |
|---|---|
Object |
clone()
Create a copy of this object. |
boolean |
equals(Object obj)
Check if equals another object. |
Color |
getColor(double ratio)
Get a color at the relative scale. |
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.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 |
|---|
public RGBCubeColorFrame()
public RGBCubeColorFrame(double[][] colors)
colors - the colors on the path to form the color space.| Method Detail |
|---|
public Color getColor(double ratio)
getColor in class LinearColorFrameratio - a value from 0 to 1.public boolean equals(Object obj)
equals in class ColorFrameprotected double getMinRatio()
protected double getMaxRatio()
public Object clone()
clone in class VisualFrame
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||