Uses of Class
org.apache.pivot.charts.ChartView.Category
-
Packages that use ChartView.Category Package Description org.apache.pivot.charts Contains a collection of components for use in charting applications.org.apache.pivot.charts.skin Contains abstract base classes for chart view skins. -
-
Uses of ChartView.Category in org.apache.pivot.charts
Methods in org.apache.pivot.charts that return ChartView.Category Modifier and Type Method Description ChartView.CategoryChartView.CategorySequence. get(int index)ChartView.CategoryChartView.CategorySequence. update(int index, ChartView.Category category)Methods in org.apache.pivot.charts that return types with arguments of type ChartView.Category Modifier and Type Method Description Sequence<ChartView.Category>ChartView.CategorySequence. remove(int index, int count)Methods in org.apache.pivot.charts with parameters of type ChartView.Category Modifier and Type Method Description intChartView.CategorySequence. add(ChartView.Category category)intChartView.CategorySequence. indexOf(ChartView.Category category)voidChartView.CategorySequence. insert(ChartView.Category category, int index)intChartView.CategorySequence. remove(ChartView.Category category)ChartView.CategoryChartView.CategorySequence. update(int index, ChartView.Category category)Method parameters in org.apache.pivot.charts with type arguments of type ChartView.Category Modifier and Type Method Description voidChartViewCategoryListener. categoriesRemoved(ChartView chartView, int index, Sequence<ChartView.Category> categories)Fired when a category is removed from a chart view.voidChartViewCategoryListener.Listeners. categoriesRemoved(ChartView chartView, int index, Sequence<ChartView.Category> categories) -
Uses of ChartView.Category in org.apache.pivot.charts.skin
Method parameters in org.apache.pivot.charts.skin with type arguments of type ChartView.Category Modifier and Type Method Description voidChartViewSkin. categoriesRemoved(ChartView chartView, int index, Sequence<ChartView.Category> categories)
-