Class AntialiasingChart

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class AntialiasingChart extends JFrame
A test for the Chart2D that constantly adds new tracepoints to a Trace2DLtd. Mainly the runtime- scaling is interesting.

Furthermore this is an example on how to connect other components to the Chart2D using an adaptor- class. If interested have a look on ObjRecorder2Trace2DAdapter.

Version:
$Revision: 1.5 $
Author:
Achim Westermann
See Also:
  • Field Details

    • m_chart

      protected Chart2D m_chart
      The chart to use.
  • Constructor Details

    • AntialiasingChart

      public AntialiasingChart(Chart2D chart, String label)
      Creates an instance that will dynamically paint on the chart to a trace with the given label.

      Parameters:
      chart - the chart to use.
      label - the name of the trace too display.
  • Method Details

    • main

      public static void main(String[] args)
      Main entry.

      Parameters:
      args - ignored.