Package org.apache.pivot.charts

Contains a collection of components for use in charting applications.

See:
          Description

Interface Summary
ChartView.Skin Chart view skin interface.
ChartViewCategoryListener Chart view category listener interface.
ChartViewListener Chart view listener interface.
ChartViewSeriesListener Chart view series listener interface.
Provider Provides a mapping from a concrete component class to a skin class.
 

Class Summary
AreaChartView Presents chart data using an area plot.
BarChartView Presents chart data using a bar plot.
ChartView Abstract base class for chart views.
ChartView.Category Represents a chart category.
ChartView.Element Represents an element of a chart, such as a bar or a pie wedge.
HighLowChartView Presents chart data using "open/high/low/close" plot.
LineChartView Presents chart data using a line plot.
PieChartView Presents chart data using a pie plot.
 

Exception Summary
ProviderNotFoundException Thrown when a suitable chart provider cannot be located.
 

Package org.apache.pivot.charts Description

Contains a collection of components for use in charting applications.