Package info.monitorenter.gui.chart

The core package for jchart2d.

See:
          Description

Interface Summary
IAxis Interface for an axis of the Chart2D.
IAxisLabelFormatter An interface used by Axis to format labels and determine the maximum width for the labels.
IAxisTickPainter Interface to paint ticks for a trace.
IAxisTitlePainter Interface for an painter of the title of an axis of the Chart2D.
IErrorBarPainter Interface for a renderer of error bars.
IErrorBarPainter.ISegment Facace interface for accessing a connection segment of ErrorBarPainter.
IErrorBarPixel Interface for an error bar in the pixel domain (vs. value domain) for a single TracePoint2D.
IErrorBarPolicy Interface for a facade towards painting error bars that adds a layer of configurability.
IPointPainter Generic interface for instances that have to render a point in pixel coordinates.
IRangePolicy An interface that allows an axis to be plugged with a range policy.
ITrace2D An interface used by Chart2D.
ITracePainter An interface that works at trace level and defines how it's points are rendered.
 

Class Summary
Chart2D Chart2D is a component for displaying the data contained in a ITrace2D.
LabeledValue A double value along with it's label.
TracePoint2D A specialized version of java.awt.Point2D.Double who carries two further values: double scaledX and double scaledY which allow the Chart2D to cache the scaled values (between 0.0 and 1.0) without having to keep a copy of the aggregators (ITrace2D) complete tracepoints.
ZoomableChart Chart2D enriched by a zoom-functionality in the x and y dimension.
 

Package info.monitorenter.gui.chart Description

The core package for jchart2d.

The complete API for construction of charts along with implementation classes is contained here.

Warning

The next release will refactor this package and move implementations to subpackages for a better overview.

Since:
1.0.0
Version:
$Revision: 1.2 $


Copyright © 2001 - 2007 LGPL, All Rights Footloose.