|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.chart.client.draw.Color
public class Color
Base color class that represents a String color value.
| Field Summary | |
|---|---|
static Color |
NONE
Represents no color value; |
| Constructor Summary | |
|---|---|
Color()
Constructs an empty color object. |
|
Color(String color)
Constructs a color using the given literal string. |
|
| Method Summary | |
|---|---|
String |
getColor()
Returns the literal string of the color. |
void |
setColor(String color)
Manually sets the color string of the color object. |
String |
toString()
Return the color in String format. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Color NONE
| Constructor Detail |
|---|
public Color()
public Color(String color)
color - the color string| Method Detail |
|---|
public String getColor()
public void setColor(String color)
color - the new literal color string to setpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||