|
|||||||||
| 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
com.rednels.ofcgwt.client.model.elements.SketchBarChart.SketchBar
public static class SketchBarChart.SketchBar
Class for OFC sketch bar chart bars, extends FilledBarChart.Bar
FilledBarChart.Bar| Constructor Summary | |
|---|---|
SketchBarChart.SketchBar(java.lang.Number top)
Creates a new bar. |
|
SketchBarChart.SketchBar(java.lang.Number top,
java.lang.Integer offset)
Creates a new bar. |
|
SketchBarChart.SketchBar(java.lang.Number top,
java.lang.Number bottom,
java.lang.Integer offset)
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.Integer |
getOffset()
Gets the offset. |
void |
setOffset(java.lang.Integer offset)
Sets the offset (the fun factor). |
| Methods inherited from class com.rednels.ofcgwt.client.model.elements.FilledBarChart.Bar |
|---|
getOutlineColour, setOutlineColour |
| 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 SketchBarChart.SketchBar(java.lang.Number top)
top - the top
public SketchBarChart.SketchBar(java.lang.Number top,
java.lang.Integer offset)
top - the topoffset - the offset
public SketchBarChart.SketchBar(java.lang.Number top,
java.lang.Number bottom,
java.lang.Integer offset)
top - the topbottom - the bottomoffset - the offset| Method Detail |
|---|
public com.google.gwt.json.client.JSONValue buildJSON()
JSONizable
buildJSON in interface JSONizablebuildJSON in class FilledBarChart.Barpublic java.lang.Integer getOffset()
public void setOffset(java.lang.Integer offset)
offset - the new offset
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||