Package lt.monarch.chart.plugins

Plug-ins for charts.

See:
          Description

Interface Summary
Interface Description
ImagePlugin.ChartImageBuilder.ImageFactory  
MarkerValuePlugin.ValueChangeListener  
 

Class Summary
Class Description
AbstractChartPlugin<ChartType extends Chart<?>> Base implementation of ChartPlugin
ActiveChartPlugin This plug-in should allow to move the parts of the chart in the container
AutoAxisAdjuster This plug-ins adjusts the axes according to the supplied mappers and data model.
AxisLabelsURLSupport This plug-in adds linking functionality to labels of 2D axis.
AxisMarker Plug-in for 2D charts, which implements axis markers.
AxisRangeAdjuster Plug-in for axis range adjusting and shifting.
BoxZoomer Plug-in for rubber-band zooming.
ChartProjectorZoomer Plug-in for zooming and monivng 2D chart projector.
ChartResizer This plug-in is used to resize the font size of chart objects and the thickness of the line.
ChartRotator Plug-in for 3D charts, which implements mouse rotation in 3D space by handling mouse events.
ChartZoomer Plug-in for zooming and panning 3D chart.
ClickZoom This plugin is for one day information zooming.
ColorThemesPlugin  
CursorChangerPlugin Plug-in which allows to change cursor when chart area is selected.
DrillDown Plug-in for selecting chart entities.
GIFEncoderPlugin<ChartType extends Chart<?>> Plug-in for making GIF images from chart.
ImagePlugin<ChartType extends Chart<?>> Base plug-in class for generating chart images.
ImagePlugin.ChartImageBuilder  
ImagePlugin.ChartImageBuilder.AWTImageFactory  
ImagePlugin.ChartImageBuilder.BufferedImageFactory  
JPEGEncoderPlugin<ChartType extends Chart<?>> Plug-in for making JPEG images from chart.
LegendSelector Legend entry selector.
MarkerPainter  
MarkerValuePlugin Plug-in for Chart2D axis, which implements line value markers showing
MChartStyleFileFilter  
PieChartExploder Plug-in for Pie charts, allows to explode a pie slices.
PieChartRotator Plug-in for Pie charts, allows to rotate a pie.
PieChartZoomer Plug-in for Pie charts, allows to zoom a pie.
PNGEncoderPlugin<ChartType extends Chart<?>> Plug-in for making PNG images from chart.
PointLineValue Plug-in for showing line value if selected on it.
SVGEncoderPlugin<ChartType extends Chart<?>>  
TIFFEncoderPlugin<ChartType extends Chart<?>> Plug-in for making TIFF images from chart.
ToolTipManager  
TouchZoomer  
TouchZoomer.ZoomLevel  
ValueMarkerPainter Plug-in for Chart2D LineSeries, which implements line value markers showing
WBMPEncoderPlugin<ChartType extends Chart<?>> Plug-in for making WBMP images from chart.
 

Enum Summary
Enum Description
AxisRangeAdjuster.Operation Inner enum for operation description
 

Package lt.monarch.chart.plugins Description

Plug-ins for charts. Like image exporters or axis adjusters