Package info.monitorenter.gui.chart.demos
package info.monitorenter.gui.chart.demos
-
ClassesClassDescriptionAn example that introduces some more advanced features of jchart2d.Demonstrates advanced features of static charts in jchart2d.A test for the
Chart2D
that constantly adds new tracepoints to aTrace2DLtd
.A minimal example for a chart that has manual configured labels/ticks by using
.AxisScalePolicyManualTicks
A demo that uses aChartCoordinateView
to display the position of the mouse over the chart.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.A demo chart that uses a logarithmic axis for Y (AxisLog10
) and a trace painter for discs (TracePainterDisc
).A demo chart that uses a logarithmic axis for Y (AxisLog10
) and a trace painter for discs (TracePainterDisc
).A demo chart that uses a logarithmic axis for Y (AxisLog10
) and a trace painter for discs (TracePainterDisc
).Demonstrates minimal effort to create a dynamic chart.Title: MinimalStaticChartPOC to show that "on some computers" jchart2d is able to show 70.000 data points.Title: MinimalStaticChartTitle: MultipleAxesStaticChartDemonstration of a zoom - enabled chart (ZoomableChart
).Demonstrates minimal effort to create multiple charts in one window.A demonstration of the minimal code to set up a chart with static data and several traces.An example that tests the ability of multithreaded use of a singleChart2D
.Advanced demonstration applet for jchart2d.A demo chart that uses aTracePainterDisc
.Title: StaticChartErrorBarLineDiscA demo chart that uses aTracePainterFill
.Title: StaticChartWithBoxAndTitleTitle: StaticChartXAxisInverse.A chart to test labels.A test class that steps through allITrace2D
implementations and adds random or "half- random"TracePoint2D
-instances.Demonstration of a zoom - enabled chart (ZoomableChart
) with error bars and an
for the y axis.AxisLogE
Demonstration of a zoom - enabled chart (ZoomableChart
).