Package | Description |
---|---|
org.zkoss.zkmax.zul |
Components and UI utitilies available in ZK EE.
|
org.zkoss.zul |
ZUL component set that are used for HTML-based clients.
|
org.zkoss.zul.event |
Events of ZUL Component Set.
|
Modifier and Type | Method and Description |
---|---|
ChartModel |
Fusionchart.getModel()
Returns the chart model associated with this chart, or null
if this chart is not associated with any chart data model.
|
Modifier and Type | Method and Description |
---|---|
void |
Fusionchart.setModel(ChartModel model)
Sets the chart model associated with this chart.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CategoryModel
A catetory chart data model.
|
interface |
HiLoModel
A HiLo chart data model (date, open, close, high, low, volumn) usually used in
stock market.
|
interface |
PieModel
A Pie chart data model.
|
interface |
SingleValueCategoryModel
A Pie chart data model.
|
interface |
XYModel
A XY chart data model.
|
interface |
XYZModel
A XYZ chart data model.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractChartModel
A skeletal implementation for
ChartModel . |
class |
DialModel
A data model to be used with dial chart.
|
class |
GanttModel
A data model for Gantt chart.
|
class |
SimpleCategoryModel
A Category data model implementation of
CategoryModel . |
class |
SimpleHiLoModel
A HiLo data model implementation of
HiLoModel . |
class |
SimplePieModel
A Pie chart data model implementation of
PieModel . |
class |
SimpleSingleValueCategoryModel
A Pie chart data model implementation of
SingleValueCategoryModel . |
class |
SimpleXYModel
A XY data model implementation of
XYModel . |
class |
SimpleXYZModel
A XYZ data model implementation of
XYZModel . |
class |
WaferMapModel
A semiconductor wafer map data model to be used with wafermap chart.
|
Modifier and Type | Method and Description |
---|---|
ChartModel |
Chart.getModel()
Returns the chart model associated with this chart, or null
if this chart is not associated with any chart data model.
|
Modifier and Type | Method and Description |
---|---|
void |
Chart.setModel(ChartModel model)
Sets the chart model associated with this chart.
|
Modifier and Type | Method and Description |
---|---|
ChartModel |
ChartDataEvent.getModel()
Returns the chart model that fires this event.
|
Constructor and Description |
---|
ChartDataEvent(ChartModel model,
int type,
java.lang.Comparable series,
java.lang.Comparable category,
int seriesIndex,
int categoryIndex,
java.lang.Object data) |
DialChartDataEvent(ChartModel model,
int type,
java.lang.String prop,
java.lang.Object data) |
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.