All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Panel | +----ptplot.PlotBox | +----ptplot.Plot | +----ptplot.PlotLive | +----ptplot.demo.PlotLiveDemo
PlotLive
class.
public PlotLiveDemo()
public synchronized void addPoints()
run()
method while live plotting is enabled.
public void init()
init()
, which performs various initialization
functions and reads commands from a file given by a URL, if the
dataurl applet parameter is given. Since the base class
init()
is called after the static plot parameters
are defined, then the commands from the file will override the
static ones given here. This method also creates start and
stop buttons to control the plot.
public static void main(String args[])
java -classpath ../..:/opt/jdk1.1.4/lib/classes.zip ptplot.demo.PlotLiveDemo
All Packages Class Hierarchy This Package Previous Next Index