|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.rednels.ofcgwt.client.model.elements.StackedBarChart.StackValue
public static class StackedBarChart.StackValue
Base class for OFC stack bar chart values
| Constructor Summary | |
|---|---|
StackedBarChart.StackValue(java.lang.Number value)
Creates a new stack value. |
|
StackedBarChart.StackValue(java.lang.Number value,
java.lang.String colour)
Creates a new stack value. |
|
| Method Summary | |
|---|---|
com.google.gwt.json.client.JSONValue |
buildJSON()
Build (and return) a JSONObject that contains all the items of this object. |
java.lang.String |
getColour()
Gets the colour. |
java.lang.Number |
getValue()
Gets the value. |
void |
setColour(java.lang.String colour)
Sets the colour in HTML hex format (#ffffff) |
void |
setValue(java.lang.Number val)
Sets the value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StackedBarChart.StackValue(java.lang.Number value)
value - the value
public StackedBarChart.StackValue(java.lang.Number value,
java.lang.String colour)
value - the valuecolour - the colour| Method Detail |
|---|
public com.google.gwt.json.client.JSONValue buildJSON()
JSONizable
buildJSON in interface JSONizablepublic java.lang.String getColour()
public java.lang.Number getValue()
public void setColour(java.lang.String colour)
colour - the new colourpublic void setValue(java.lang.Number val)
val - the new value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||