Packages |
info.monitorenter.gui.chart |
The core package for jchart2d. |
info.monitorenter.gui.chart.annotations |
Contains the main annotation API / Implementation. |
info.monitorenter.gui.chart.annotations.bubble |
Contains the main bubble annotation implementation. |
info.monitorenter.gui.chart.axis |
Contains IAxis implementations
of jchart2d that model the axis of the chart. |
info.monitorenter.gui.chart.axis.scalepolicy |
|
info.monitorenter.gui.chart.axistickpainters |
Contains IAxisTickPainter implementations
of jchart2d that are used to paint the markers for the labels
on the axis of the chart. |
info.monitorenter.gui.chart.axistitlepainters |
Contains IAxisTitlePainter implementations
of jchart2d that model the title painter of the axis of the chart. |
info.monitorenter.gui.chart.controls |
GUI controls for charts and traces. |
info.monitorenter.gui.chart.controls.errorbarwizard |
GUI of the error bar wizard of jchart2d. |
info.monitorenter.gui.chart.demos |
Examples for construction of charts using different features. |
info.monitorenter.gui.chart.dialogs |
Dialogs for interaction with the data model (chart, traces, ...) of jchart2d. |
info.monitorenter.gui.chart.errorbars |
Contains the implementation of the error bar API - namely the
interfaces
IErrorBarPolicy ,
IErrorBarPainter
and IErrorBarPixel
of jchart2d. |
info.monitorenter.gui.chart.events |
Action implementations to use for creating
user interfaces with JMenuItem for jchart2d. |
info.monitorenter.gui.chart.io |
Special IO support for data collection for a Chart2D . |
info.monitorenter.gui.chart.labelformatters |
Contains IAxisLabelFormatter implementations
of jchart2d that are used to format the labels on the axis of the chart. |
info.monitorenter.gui.chart.layouts |
Contains special layout implementations
of jchart2d. |
info.monitorenter.gui.chart.pointpainters |
Contains IPointPainter implementations
of jchart2d that are used to paint points for segments, start points end points
of errorbars and points of traces of the chart. |
info.monitorenter.gui.chart.rangepolicies |
Contains IRangePolicy implementations
of jchart2d that are used to define the viewport on the traces of the chart. |
info.monitorenter.gui.chart.traces |
Contains ITrace2D implementations
of jchart2d that model the traces of the chart. |
info.monitorenter.gui.chart.traces.computing |
Contains ITrace2D implementations
of jchart2d that apply computations on the input/output datapoints before
they provide them to the chart. |
info.monitorenter.gui.chart.traces.painters |
Contains ITracePainter implementations
of jchart2d that are used to render the traces of the chart. |
info.monitorenter.gui.chart.views |
GUI views for charts and traces. |
info.monitorenter.gui.util |
Unused package intended for automatic color choosing with the visually most
different colors. |
info.monitorenter.reflection |
Ancient package with support for displaying any java class data field in a trace. |
info.monitorenter.util |
Utility classes and generic classes for jchart2d. |
info.monitorenter.util.collections |
Advanced collection classes for high performance dynamic charting
with small memory footprint. |
info.monitorenter.util.math |
Helpers related to math or basic numeric data types. |
info.monitorenter.util.units |
Sub-library for displaying numbers in relation to their unit prefix. |