Uses of Interface
org.zkoss.chart.model.ChartsModel
-
Packages that use ChartsModel Package Description org.zkoss.chart org.zkoss.chart.impl org.zkoss.chart.model -
-
Uses of ChartsModel in org.zkoss.chart
Methods in org.zkoss.chart that return ChartsModel Modifier and Type Method Description ChartsModel
Charts. getModel()
Returns the chart model associated with this chart, or null if this chart is not associated with any chart data model.ChartsModel
ChartsApi. getModel()
Returns the chart model associated with this chart, or null if this chart is not associated with any chart data model.ChartsModel
ChartsEngine. getModel()
Methods in org.zkoss.chart with parameters of type ChartsModel Modifier and Type Method Description PlotData
PlotEngine. drawPlot(ChartsModel model)
Returns the plot data format which is a JSON string.void
Charts. setModel(ChartsModel model)
Sets the chart model associated with this chart.void
ChartsApi. setModel(ChartsModel model)
Sets the chart model associated with this chart.void
ChartsEngine. setModel(ChartsModel model)
-
Uses of ChartsModel in org.zkoss.chart.impl
Methods in org.zkoss.chart.impl with parameters of type ChartsModel Modifier and Type Method Description PlotData
ArcDiagramPlotImpl. drawPlot(ChartsModel model)
PlotData
AreaPlotImpl. drawPlot(ChartsModel model)
PlotData
AreaRangePlotImpl. drawPlot(ChartsModel model)
PlotData
AreaSplinePlotImpl. drawPlot(ChartsModel model)
PlotData
AreaSplineRangePlotImpl. drawPlot(ChartsModel model)
PlotData
BarPlotImpl. drawPlot(ChartsModel model)
PlotData
BoxPlotImpl. drawPlot(ChartsModel model)
PlotData
BubblePlotImpl. drawPlot(ChartsModel model)
PlotData
BulletPlotImpl. drawPlot(ChartsModel model)
PlotData
ColumnPlotImpl. drawPlot(ChartsModel model)
PlotData
ColumnPyramidPlotImpl. drawPlot(ChartsModel model)
PlotData
ColumnRangePlotImpl. drawPlot(ChartsModel model)
PlotData
DependencyWheelPlotImpl. drawPlot(ChartsModel model)
PlotData
DumbbellPlotImpl. drawPlot(ChartsModel model)
PlotData
ErrorBarPlotImpl. drawPlot(ChartsModel model)
PlotData
FunnelPlotImpl. drawPlot(ChartsModel model)
PlotData
GaugePlotImpl. drawPlot(ChartsModel model)
PlotData
HeatmapPlotImpl. drawPlot(ChartsModel model)
PlotData
LinePlotImpl. drawPlot(ChartsModel model)
PlotData
LollipopPlotImpl. drawPlot(ChartsModel model)
PlotData
NetworkGraphPlotImpl. drawPlot(ChartsModel model)
PlotData
OrganizationPlotImpl. drawPlot(ChartsModel model)
PlotData
PiePlotImpl. drawPlot(ChartsModel model)
PlotData
PolarPlotImpl. drawPlot(ChartsModel model)
PlotData
PolygonPlotImpl. drawPlot(ChartsModel model)
PlotData
PyramidPlotImpl. drawPlot(ChartsModel model)
PlotData
SankeyPlotImpl. drawPlot(ChartsModel model)
PlotData
Scatter3DPlotImpl. drawPlot(ChartsModel model)
PlotData
ScatterPlotImpl. drawPlot(ChartsModel model)
PlotData
SplinePlotImpl. drawPlot(ChartsModel model)
PlotData
StreamGraphPlotImpl. drawPlot(ChartsModel model)
PlotData
TreegraphPlotImpl. drawPlot(ChartsModel model)
PlotData
TreemapPlotImpl. drawPlot(ChartsModel model)
PlotData
VariwidePlotImpl. drawPlot(ChartsModel model)
PlotData
WaterfallPlotImpl. drawPlot(ChartsModel model)
PlotData
WindBarbPlotImpl. drawPlot(ChartsModel model)
PlotData
WordCloudPlotImpl. drawPlot(ChartsModel model)
-
Uses of ChartsModel in org.zkoss.chart.model
Subinterfaces of ChartsModel in org.zkoss.chart.model Modifier and Type Interface Description interface
BoxPlotModel
A data model to be used with box plot.interface
CategoryModel
A category chart data model.interface
DialModel
A data model to be used with dial chart.interface
FromToModel
A (from, to) chart data model.interface
FromToWeightModel
A (from, to, weight) chart data model.interface
LowHighModel
A LowHigh data model for Dumbbell chart.interface
LowModel
A low model for Lollipop chart type.interface
PieModel
A Pie chart data model.interface
SingleValueCategoryModel
A single value category chart data model.interface
WordCloudModel
A word cloud chart data model.interface
XYModel
A XY chart data model.interface
XYZModel
A XYZ chart data model.Classes in org.zkoss.chart.model that implement ChartsModel Modifier and Type Class Description class
AbstractChartsModel
A skeletal implementation forChartsModel
.class
ChartsModelProxy
A helper class to convertChartModel
intoChartsModel
class
DefaultBoxPlotModel
class
DefaultCategoryModel
A Category data model implementation ofCategoryModel
.class
DefaultDialModel
A data model to be used with dial chart.class
DefaultFromToModel
A default implementation ofFromToModel
.class
DefaultFromToWeightModel
A default implementation ofFromToWeightModel
.class
DefaultLowHighModel
A LowHigh data model for Dumbbell chart.class
DefaultLowModel
A low model for Lollipop chart type.class
DefaultPieModel
A Pie chart data model implementation ofPieModel
.class
DefaultSingleValueCategoryModel
A Pie chart data model implementation ofSingleValueCategoryModel
.class
DefaultWordCloudModel
A word cloud chart data model implementation ofWordCloudModel
.class
DefaultXYModel
A XY data model implementation ofXYModel
.class
DefaultXYZModel
A XYZ data model implementation ofXYZModel
.Methods in org.zkoss.chart.model that return ChartsModel Modifier and Type Method Description static ChartsModel
ChartsModelProxy. getInstance(org.zkoss.zul.ChartModel model)
Returns the instance of ChartsModel which converts from ChartModelChartsModel
ChartsDataEvent. getModel()
Returns the chart model that fires this event.ChartsModel
ChartsDataEventImpl. getModel()
Constructors in org.zkoss.chart.model with parameters of type ChartsModel Constructor Description ChartsDataEventImpl(ChartsModel model, int type, Comparable series, Comparable category, int seriesIndex, int categoryIndex, Object data)
DialChartsDataEventImpl(ChartsModel model, int type, String prop, Object data)
-