Package org.askalon.graph.chart.viewer

This package defines the viewer part of the askalon charts.

See:
          Description

Interface Summary
ChartPanelListener A listener for the ChartPanel to be notified if the chart changes.
ChartValueListener Listener for a ChartValueSupplier (usually an element of a chart, like a MultiCube etc.)
ChartValueSupplier Objects of this type act as "chart-entities"
LegendListener Special class to handle actions on doublebuttons.
XMLValueListener Listener for a XMLValueSupplier
XMLValueSupplier Objects of this type act as "xmlevent-entities"
 

Class Summary
ChartPanel this class represents a wrapper for the GUI component supporting the actual rendering process.
DefaultFooter The defaultfooter used by charts.
DefaultHeader Default header used by charts.
Footer Footer is the abstract superclass for the chart's footer.
FPSFooter  
GraphicsPanel The graphicspanel is the glue between header, chartPanel (containing chart and legend) and footer.
Header Header is the abstract superclass for the chart's header.
HierarchyLegend  
InfoFrame  
Legend All legend's parent.
LegendEvent  
LegendPanel The legendPanel gives a scrollbar and some other nice things to a legend.
MemFooter The defaultfooter used by charts.
StandardLegend StandardLegend also called section legend displaying one line per legend.
SurfaceLegend  
ViewerChartMenu The default menu every chart may use.
XMLInfoFrame  
 

Enum Summary
LegendEvent.TYPE  
StandardLegend.ToAdd Like the static int values just a bit more modern.
ViewPosition  
 

Package org.askalon.graph.chart.viewer Description

This package defines the viewer part of the askalon charts.
Although the charts and their creation is done in the org.askalon.graph.chart package, the viewer-components needed are defined in this package. This includes the GraphicsPanel (a renderer independent class) and the ChartPanel (a renderer specific class, therefor created by the specific ChartFactory).

For more detailed information consult the documentation.



Part of:
Askalon_Logo
ASKALON Visualisation Diagrams