|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.rednels.ofcgwt.client.model.elements.BarChart.Bar
com.rednels.ofcgwt.client.model.elements.FilledBarChart.Bar
public static class FilledBarChart.Bar
Class for OFC filled bar chart bars, extends BarChart.Bar
BarChart.Bar| Constructor Summary | |
|---|---|
FilledBarChart.Bar(java.lang.Number top)
Creates a new bar. |
|
FilledBarChart.Bar(java.lang.Number top,
java.lang.Number bottom)
Creates a new bar. |
|
FilledBarChart.Bar(java.lang.Number top,
java.lang.Number bottom,
java.lang.String colour,
java.lang.String outlineColour)
Creates a new bar. |
|
| 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 |
getOutlineColour()
Gets the outline colour. |
void |
setOutlineColour(java.lang.String outlineColour)
Sets the outline colour in HTML hex format (#ffffff) |
| Methods inherited from class com.rednels.ofcgwt.client.model.elements.BarChart.Bar |
|---|
addOnClickListener, getBottom, getColour, getOnClick, getTooltip, getTop, setBottom, setColour, setOnClick, setTooltip, setTop |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilledBarChart.Bar(java.lang.Number top)
top - the top
public FilledBarChart.Bar(java.lang.Number top,
java.lang.Number bottom)
top - the topbottom - the bottom
public FilledBarChart.Bar(java.lang.Number top,
java.lang.Number bottom,
java.lang.String colour,
java.lang.String outlineColour)
top - the topbottom - the bottomcolour - the colouroutlineColour - the outline colour| Method Detail |
|---|
public com.google.gwt.json.client.JSONValue buildJSON()
JSONizable
buildJSON in interface JSONizablebuildJSON in class BarChart.Barpublic java.lang.String getOutlineColour()
public void setOutlineColour(java.lang.String outlineColour)
outlineColour - the new outline colour
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||