All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Panel | +----java.applet.Applet | +----user.plot.PlotApplet | +----user.plot.PlotDataApplet
PlotCanvas
. It extends the PlotAppelet
class in the sense that reading from Data is suported. The data files
are read in the init()
method.
PlotDataApplet
.
public PlotDataApplet()
public void init(PlotCanvas plot)
PlotDataApplet
. In this method the
plot. Also the Applet parameters are read: they are an extension
of the PlotApplet
in the sense that also data files
and data file formats are defined. Also the data are read from
the files.
public String[][] getParameterInfo()
PlotApplet
are
included in the list.
All Packages Class Hierarchy This Package Previous Next Index