|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.rednels.ofcgwt.client.model.elements.Element
com.rednels.ofcgwt.client.model.elements.BarChart
com.rednels.ofcgwt.client.model.elements.FilledBarChart
public class FilledBarChart
Class for an OFC filled bar chart (outlined) that extends BarChart
BarChart| Nested Class Summary | |
|---|---|
static class |
FilledBarChart.Bar
Class for OFC filled bar chart bars, extends BarChart.Bar |
| Nested classes/interfaces inherited from class com.rednels.ofcgwt.client.model.elements.BarChart |
|---|
BarChart.BarStyle |
| Constructor Summary | |
|---|---|
FilledBarChart()
Creates a new filled bar chart. |
|
FilledBarChart(java.lang.String colour,
java.lang.String outlineColour)
Creates a new filled bar chart. |
|
| 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 |
|---|
addBars, addBars, addValues, addValues, getColour, setColour |
| Methods inherited from class com.rednels.ofcgwt.client.model.elements.Element |
|---|
addKeyOnClickListener, addNull, addOnClickListener, getFontSize, getKeyOnClick, getOnClick, getText, getTooltip, getType, getValues, setFontSize, setKeyOnClick, setKeys, setKeys, setKeyToggleOnClick, setOnClick, setText, setTooltip, setValues |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilledBarChart()
public FilledBarChart(java.lang.String colour,
java.lang.String outlineColour)
colour - the colouroutlineColour - the outline colour| Method Detail |
|---|
public com.google.gwt.json.client.JSONValue buildJSON()
JSONizable
buildJSON in interface JSONizablebuildJSON in class BarChartpublic 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 | ||||||||