All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ptolemy.plot.demo.PlotLiveDemo

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----ptolemy.plot.PlotBox
                                   |
                                   +----ptolemy.plot.Plot
                                           |
                                           +----ptolemy.plot.PlotLive
                                                   |
                                                   +----ptolemy.plot.demo.PlotLiveDemo

public class PlotLiveDemo
extends PlotLive
Dynamically plot a test signal, illustrating how to use the PlotLive class.

Version:
$Id: PlotLiveDemo.java,v 1.35 1998/11/17 07:45:37 ptII Exp $
Author:
Edward A. Lee

Constructor Index

 o PlotLiveDemo()
Construct a plot for live, animated signal display.

Method Index

 o addPoints()
Add points to the plot.

Constructors

 o PlotLiveDemo
 public PlotLiveDemo()
Construct a plot for live, animated signal display. Configure the title, axes, points style, and persistence.

Methods

 o addPoints
 public synchronized void addPoints()
Add points to the plot. This is called by the base class run() method when the plot is live.

Overrides:
addPoints in class PlotLive

All Packages  Class Hierarchy  This Package  Previous  Next  Index