|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzk.Object
zk.Widget
zkmax.fusionchartz.Fusionchart
public class Fusionchart
The Fusionchart component. Developers set proper chart type, data model, and the threeD (3D) attribute to draw proper chart.
| Field Summary |
|---|
| Fields inherited from class zk.Widget |
|---|
$weave, auDelay, autag, bindLevel, className, desktop, effects_, firstChild, id, insertingBefore_, inServer, lastChild, nChildren, nextSibling, parent, previousSibling, uuid, widgetName |
| Fields inherited from class zk.Object |
|---|
$class, $oid |
| Method Summary | |
|---|---|
String |
getDataXML()
Get the XML string of the chart data. |
String |
getDataXMLPath()
Get the url of the chart data .xml file. |
String |
getOrient()
Get the chart orientation (vertical or horizontal) |
String |
getType()
Get the chart's type. |
boolean |
isThreeD()
Whether a 3d chart. |
void |
setDataXML(String XMLString)
Sets the XML string for render the chart data. |
void |
setDataXMLPath(String url)
Set the url of the chart data .xml file. |
void |
setOrient(String orient)
Set the chart orientation. |
void |
setThreeD(boolean isThreeD)
Set true to show three dimensional graph (If a type of chart got no 3d peer, this is ignored). |
void |
setType(String type)
Set the chart's type (Chart.PIE, Chart.BAR, Chart.LINE, etc.). |
| Methods inherited from class zk.Object |
|---|
$init, $instanceof, $super, $super, $supers, $supers, afterInit, isAssignableFrom, isInstance, proxy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setType(String type)
Default: pie.
type - public String getType()
public void setThreeD(boolean isThreeD)
isThreeD - public boolean isThreeD()
public void setOrient(String orient)
orient - vertical or horizontal (default to vertical)public String getOrient()
public void setDataXML(String XMLString)
XMLString - public String getDataXML()
public void setDataXMLPath(String url)
url - the url path for the data xml pathpublic String getDataXMLPath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||