Package org.apache.pivot.charts
Contains a collection of components for use in charting applications.
-
Interface Summary Interface Description 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 Class Description 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.ChartViewCategoryListener.Listeners Chart view category listener list.ChartViewListener.Listeners Chart view listener list.ChartViewSeriesListener.Listeners Chart view series listener list.DialView Presents a single value using a dial chart.HighLowChartView Presents chart data using "open/high/low/close" plot.HistogramView HistogramView.HistogramBin LineChartView Presents chart data using a line plot.MeterView Presents a single value using a meter chart.PieChartView Presents chart data using a pie plot.PolarChartView SingleValueChartView Base class for charts that display just a single value but with bounds and state limits (normal, warning, critical).SingleValueChartView.ValueRange SpiderWebView ThermometerView Presents a single value using a thermometer chart. -
Enum Summary Enum Description DialView.Shape SingleValueChartView.Range ThermometerView.Units -
Exception Summary Exception Description ProviderNotFoundException Thrown when a suitable chart provider cannot be located.