Class | Description |
---|---|
AdvancedDynamicChart |
An example that introduces some more advanced features of jchart2d.
|
AdvancedStaticChart |
Demonstrates advanced features of static charts in jchart2d.
|
AntialiasingChart |
A test for the
Chart2D that constantly adds new tracepoints to a
Trace2DLtd . |
AxisScalePolicyManualTickChart |
A minimal example for a chart that has manual configured labels/ticks by using
. |
CoordinateViewChart |
A demo that uses a
ChartCoordinateView to display the
position of the mouse over the chart. |
DynamicChartWithArithmeticMeanTrace |
Demonstrates minimal effort to create a dynamic chart with a 2nd trace that
displays the arithmetic mean of the last 5 points of the first trace.
|
LiliyaBug | |
Log10AxisChart |
A demo chart that uses a logarithmic axis for Y (
AxisLog10 ) and a trace painter for
discs (TracePainterDisc ). |
Log10AxisChartZoomable |
A demo chart that uses a logarithmic axis for Y (
AxisLog10 ) and a trace painter for
discs (TracePainterDisc ). |
LogAxisChart |
A demo chart that uses a logarithmic axis for Y (
AxisLog10 )
and a trace painter for discs (TracePainterDisc ). |
MinimalDynamicChart |
Demonstrates minimal effort to create a dynamic chart.
|
MinimalStaticChart |
Title: MinimalStaticChart
|
MinimalStaticChartLargeData |
POC to show that "on some computers" jchart2d is able to show 70.000 data
points.
|
MinimalStaticChartWithNanValues |
Title: MinimalStaticChart
|
MultiAxesStaticChart |
Title: MultipleAxesStaticChart
|
MultiAxisZoomTest |
Demonstration of a zoom - enabled chart (
ZoomableChart ). |
MultipleCharts |
Demonstrates minimal effort to create multiple charts in one window.
|
MultitraceStaticChart |
A demonstration of the minimal code to set up a chart with static data and
several traces.
|
MultiTracing |
An example that tests the ability of multithreaded use of a single
Chart2D . |
Showcase |
Advanced demonstration applet for jchart2d.
|
StaticChartDiscs |
A demo chart that uses a
TracePainterDisc . |
StaticChartErrorBarLineDisc |
Title: StaticChartErrorBarLineDisc
|
StaticChartFill |
A demo chart that uses a
TracePainterFill . |
StaticChartWithBoxAndTitle |
Title: StaticChartWithBoxAndTitle
|
StaticChartXAxisInverse |
Title: StaticChartXAxisInverse.
|
StaticCollectorChart |
A chart to test labels.
|
TraceTester |
A test class that steps through all
ITrace2D implementations and
adds random or "half- random" TracePoint2D -instances. |
ZoomChartWithErrorBarsAndLogAxis |
Demonstration of a zoom - enabled chart (
ZoomableChart ) with error bars and an
for the y axis. |
ZoomTest |
Demonstration of a zoom - enabled chart (
ZoomableChart ). |
Copyright © 2001 - 2010 LGPL, All Rights Footloose.