Package org.jppf.ui.monitoring.charts

Classes for creating, configuring, displaying and updating charts.

See:
          Description

Interface Summary
ChartHandler Common interface for all chart handlers, which configure, create, initially poppulate and update various types of charts.
 

Class Summary
AreaChartHandler Instances of this class are used to create and update 3D bar charts with a horizontal orientation.
AreaChartHandler.CategorySeriesLabelGeneratorInvocationHandler Invocation handler for a dynamic proxy to a org.jppf.ui.monitoring.charts.PlotXYChartHandler.LegendLabelGenerator implementation.
Bar3DChartHandler Instances of this class are used to create and update 3D bar charts with an horizontal orientation.
Bar3DChartHandler.CategoryItemLabelGeneratorInvocationHandler Invocation handler for a dynamic proxy to a org.jppf.ui.monitoring.charts.PlotXYChartHandler.LegendLabelGenerator implementation.
DifferenceChartHandler Instances of this class are used to create and update line charts with an horizontal orientation.
Pie3DChartHandler Instances of this class are used to create and update 3D pie charts.
PlotXYChartHandler Instances of this class are used to create and update line charts with an horizontal orientation.
PlotXYChartHandler.LegendLabelGeneratorInvocationHandler Invocation handler for a dynamic proxy to a org.jppf.ui.monitoring.charts.PlotXYChartHandler.LegendLabelGenerator implementation.
RingChartHandler Instances of this class are used to create and update ring charts.
 

Enum Summary
ChartType Type-safe enumeration of all available types of charts.
 

Package org.jppf.ui.monitoring.charts Description

Classes for creating, configuring, displaying and updating charts.



Copyright © 2005-2010 JPPF Team.