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.Category
ChartView.CategorySequence. get(int index)
ChartView.Category
ChartView.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 int
ChartView.CategorySequence. add(ChartView.Category category)
int
ChartView.CategorySequence. indexOf(ChartView.Category category)
void
ChartView.CategorySequence. insert(ChartView.Category category, int index)
int
ChartView.CategorySequence. remove(ChartView.Category category)
ChartView.Category
ChartView.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 void
ChartViewCategoryListener. categoriesRemoved(ChartView chartView, int index, Sequence<ChartView.Category> categories)
Fired when a category is removed from a chart view.void
ChartViewCategoryListener.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 void
ChartViewSkin. categoriesRemoved(ChartView chartView, int index, Sequence<ChartView.Category> categories)
-