Uses of Interface
org.zkoss.zul.ChartModel
-
Packages that use ChartModel Package Description org.zkoss.zul org.zkoss.zul.event -
-
Uses of ChartModel in org.zkoss.zul
Subinterfaces of ChartModel in org.zkoss.zul Modifier and Type Interface Description interfaceCategoryModelA catetory chart data model.interfaceHiLoModelA HiLo chart data model (date, open, close, high, low, volumn) usually used in stock market.interfacePieModelA Pie chart data model.interfaceSingleValueCategoryModelA Pie chart data model.interfaceXYModelA XY chart data model.interfaceXYZModelA XYZ chart data model.Classes in org.zkoss.zul that implement ChartModel Modifier and Type Class Description classAbstractChartModelA skeletal implementation forChartModel.classDialModelA data model to be used with dial chart.classGanttModelA data model for Gantt chart.classSimpleCategoryModelA Category data model implementation ofCategoryModel.classSimpleHiLoModelA HiLo data model implementation ofHiLoModel.classSimplePieModelA Pie chart data model implementation ofPieModel.classSimpleSingleValueCategoryModelA Pie chart data model implementation ofSingleValueCategoryModel.classSimpleXYModelA XY data model implementation ofXYModel.classSimpleXYZModelA XYZ data model implementation ofXYZModel.classWaferMapModelA semiconductor wafer map data model to be used with wafermap chart.Methods in org.zkoss.zul that return ChartModel Modifier and Type Method Description ChartModelChart. getModel()Returns the chart model associated with this chart, or null if this chart is not associated with any chart data model.Methods in org.zkoss.zul with parameters of type ChartModel Modifier and Type Method Description voidChart. setModel(ChartModel model)Sets the chart model associated with this chart. -
Uses of ChartModel in org.zkoss.zul.event
Methods in org.zkoss.zul.event that return ChartModel Modifier and Type Method Description ChartModelChartDataEvent. getModel()Returns the chart model that fires this event.Constructors in org.zkoss.zul.event with parameters of type ChartModel Constructor 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)
-