Uses of Class
org.apache.pivot.charts.ChartView.Category

Packages that use ChartView.Category
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
 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
 Sequence<ChartView.Category> ChartView.CategorySequence.remove(int index, int count)
           
 

Methods in org.apache.pivot.charts with parameters of type ChartView.Category
 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
 void ChartViewCategoryListener.categoriesRemoved(ChartView chartView, int index, Sequence<ChartView.Category> categories)
          Fired when a category is removed from a chart view.
 

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
 void ChartViewSkin.categoriesRemoved(ChartView chartView, int index, Sequence<ChartView.Category> categories)