com.sencha.gxt.chart.client.draw
Class Hue
java.lang.Object
com.sencha.gxt.chart.client.draw.Color
com.sencha.gxt.chart.client.draw.Hue
- Direct Known Subclasses:
- HSL, HSV
public abstract class Hue
- extends Color
Abstract color representing hue and saturation values.
| Fields inherited from class com.sencha.gxt.chart.client.draw.Color |
NONE |
|
Constructor Summary |
Hue()
|
|
Method Summary |
double |
getHue()
Returns the hue value. |
double |
getSaturation()
Returns the saturation value. |
void |
setHue(double hue)
Sets the hue value. |
void |
setSaturation(double saturation)
Sets the saturation value. |
Hue
public Hue()
getHue
public double getHue()
- Returns the hue value.
- Returns:
- the hue value
getSaturation
public double getSaturation()
- Returns the saturation value.
- Returns:
- the saturation value
setHue
public void setHue(double hue)
- Sets the hue value.
- Parameters:
hue - the hue value
setSaturation
public void setSaturation(double saturation)
- Sets the saturation value.
- Parameters:
saturation - the saturation value
Copyright © 2011. All Rights Reserved.