|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
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
. |
| 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 | enriched by a zoom-functionality in
the x and y dimension. |
The core package for jchart2d.
The complete API for construction of charts along with implementation classes is contained here.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||