Package lt.monarch.chart.engine

Internal classes

See:
          Description

Interface Summary
Interface Description
AbstractGraphics Abstract graphics, which has to be used implementing graphics
AbstractMarkerSeries Abstract marker series interface, for drawing the markers
AxisLabelsURLProvider Implementation of this interface is used to provide URLs of axis labels to AxisLabelsURLSupport plug-in.
Chart<GeneralProjector extends Projector> Chart view interface.
ChartEntity Chart entity represents a virtual chart element from a data (or business) point of view.
ChartObject Base interface for all chart objects.
ChartObjectsMap  
ChartObjectsMap.TaggedChartObject  
ChartPlugin<ChartType extends Chart<?>> Plug-in interface for interactive charts
ChartSeries Defines a series object interface.
Marker Marker is a graphics object, used to mark points of interest on the chart.
Projector Projector is responsible for mapping n-dimensional points to 2D points.
StyleEditorEntity  
View View is responsible for managing output to some output region
ViewContainer ViewContainer is an adapter, which connects a view with some input/output device.
ViewListener Listener for view changes.
 

Class Summary
Class Description
AbstractChartObject<E extends AbstractPaintTags> Base implementation of the ChartObject interface.
AbstractGrid Grid interface, for accessing basic functions of the grid.
AbstractLegend Abstract legend, which implements basic legend functions
AlignmentEntry  
ChartElementEntity  
Graphics3D  
GraphicsManager  
HotSpotMap Manages a map of hot polygons and related chart entities.
JavaGraphics  
LegendEntry Legend entry.
LegendSymbol Legend symbol renderer.
MarkerConstraints  
MarkerEntry Marker entry private class
NullChartObjectsMap  
NullHotSpotMap Dummy HotSpotMap, which does not store any information.
NullViewContainer Dummy chart container.
SimpleChartEntity Default simple implementation of the ChartEntity interface.
SimpleChartObjectsMap  
SimpleHotSpotMap A simple hot spot map, which accepts all hot spot mappings and stores them.
SimpleHotSpotMap.HotSpot A simple hot spot, which maps some chart entity to some rectangle or polygon.
SVGGraphics  
 

Enum Summary
Enum Description
GraphicsManager.GraphicsType  
 

Package lt.monarch.chart.engine Description

Internal classes