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 ChartsModelCharts. getModel()Returns the chart model associated with this chart, or null if this chart is not associated with any chart data model.ChartsModelChartsApi. getModel()Returns the chart model associated with this chart, or null if this chart is not associated with any chart data model.ChartsModelChartsEngine. getModel()Methods in org.zkoss.chart with parameters of type ChartsModel Modifier and Type Method Description PlotDataPlotEngine. drawPlot(ChartsModel model)Returns the plot data format which is a JSON string.voidCharts. setModel(ChartsModel model)Sets the chart model associated with this chart.voidChartsApi. setModel(ChartsModel model)Sets the chart model associated with this chart.voidChartsEngine. 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 PlotDataArcDiagramPlotImpl. drawPlot(ChartsModel model)PlotDataAreaPlotImpl. drawPlot(ChartsModel model)PlotDataAreaRangePlotImpl. drawPlot(ChartsModel model)PlotDataAreaSplinePlotImpl. drawPlot(ChartsModel model)PlotDataAreaSplineRangePlotImpl. drawPlot(ChartsModel model)PlotDataBarPlotImpl. drawPlot(ChartsModel model)PlotDataBoxPlotImpl. drawPlot(ChartsModel model)PlotDataBubblePlotImpl. drawPlot(ChartsModel model)PlotDataBulletPlotImpl. drawPlot(ChartsModel model)PlotDataColumnPlotImpl. drawPlot(ChartsModel model)PlotDataColumnPyramidPlotImpl. drawPlot(ChartsModel model)PlotDataColumnRangePlotImpl. drawPlot(ChartsModel model)PlotDataDependencyWheelPlotImpl. drawPlot(ChartsModel model)PlotDataDumbbellPlotImpl. drawPlot(ChartsModel model)PlotDataErrorBarPlotImpl. drawPlot(ChartsModel model)PlotDataFunnelPlotImpl. drawPlot(ChartsModel model)PlotDataGaugePlotImpl. drawPlot(ChartsModel model)PlotDataHeatmapPlotImpl. drawPlot(ChartsModel model)PlotDataLinePlotImpl. drawPlot(ChartsModel model)PlotDataLollipopPlotImpl. drawPlot(ChartsModel model)PlotDataNetworkGraphPlotImpl. drawPlot(ChartsModel model)PlotDataOrganizationPlotImpl. drawPlot(ChartsModel model)PlotDataPiePlotImpl. drawPlot(ChartsModel model)PlotDataPolarPlotImpl. drawPlot(ChartsModel model)PlotDataPolygonPlotImpl. drawPlot(ChartsModel model)PlotDataPyramidPlotImpl. drawPlot(ChartsModel model)PlotDataSankeyPlotImpl. drawPlot(ChartsModel model)PlotDataScatter3DPlotImpl. drawPlot(ChartsModel model)PlotDataScatterPlotImpl. drawPlot(ChartsModel model)PlotDataSplinePlotImpl. drawPlot(ChartsModel model)PlotDataStreamGraphPlotImpl. drawPlot(ChartsModel model)PlotDataTreegraphPlotImpl. drawPlot(ChartsModel model)PlotDataTreemapPlotImpl. drawPlot(ChartsModel model)PlotDataVariwidePlotImpl. drawPlot(ChartsModel model)PlotDataWaterfallPlotImpl. drawPlot(ChartsModel model)PlotDataWindBarbPlotImpl. drawPlot(ChartsModel model)PlotDataWordCloudPlotImpl. drawPlot(ChartsModel model) -
Uses of ChartsModel in org.zkoss.chart.model
Subinterfaces of ChartsModel in org.zkoss.chart.model Modifier and Type Interface Description interfaceBoxPlotModelA data model to be used with box plot.interfaceCategoryModelA category chart data model.interfaceDialModelA data model to be used with dial chart.interfaceFromToModelA (from, to) chart data model.interfaceFromToWeightModelA (from, to, weight) chart data model.interfaceLowHighModelA LowHigh data model for Dumbbell chart.interfaceLowModelA low model for Lollipop chart type.interfacePieModelA Pie chart data model.interfaceSingleValueCategoryModelA single value category chart data model.interfaceWordCloudModelA word cloud chart data model.interfaceXYModelA XY chart data model.interfaceXYZModelA XYZ chart data model.Classes in org.zkoss.chart.model that implement ChartsModel Modifier and Type Class Description classAbstractChartsModelA skeletal implementation forChartsModel.classChartsModelProxyA helper class to convertChartModelintoChartsModelclassDefaultBoxPlotModelclassDefaultCategoryModelA Category data model implementation ofCategoryModel.classDefaultDialModelA data model to be used with dial chart.classDefaultFromToModelA default implementation ofFromToModel.classDefaultFromToWeightModelA default implementation ofFromToWeightModel.classDefaultLowHighModelA LowHigh data model for Dumbbell chart.classDefaultLowModelA low model for Lollipop chart type.classDefaultPieModelA Pie chart data model implementation ofPieModel.classDefaultSingleValueCategoryModelA Pie chart data model implementation ofSingleValueCategoryModel.classDefaultWordCloudModelA word cloud chart data model implementation ofWordCloudModel.classDefaultXYModelA XY data model implementation ofXYModel.classDefaultXYZModelA XYZ data model implementation ofXYZModel.Methods in org.zkoss.chart.model that return ChartsModel Modifier and Type Method Description static ChartsModelChartsModelProxy. getInstance(org.zkoss.zul.ChartModel model)Returns the instance of ChartsModel which converts from ChartModelChartsModelChartsDataEvent. getModel()Returns the chart model that fires this event.ChartsModelChartsDataEventImpl. 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)
-