All Packages Class Hierarchy This Package Previous Next Index
Class user.plot.PlotDataApplet
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----user.plot.PlotApplet
|
+----user.plot.PlotDataApplet
- public class PlotDataApplet
- extends PlotApplet
This class contains the Applet methods connected with the
PlotCanvas. It extends the PlotAppelet
class in the sense that reading from Data is suported. The data files
are read in the init() method.
- See Also:
- init, PlotCanvas, PlotAppelet
-
PlotDataApplet()
-
-
getParameterInfo()
- Return information about the Plot Applet parameters.
-
init(PlotCanvas)
- Initialise the
PlotDataApplet.
PlotDataApplet
public PlotDataApplet()
init
public void init(PlotCanvas plot)
- Initialise the
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.
- Parameters:
- plot - The used plot canvas.
- Overrides:
- init in class PlotApplet
- See Also:
- init
getParameterInfo
public String[][] getParameterInfo()
- Return information about the Plot Applet parameters. Also the
parameters of the super class
PlotApplet are
included in the list.
- Returns:
- The parameter information.
- Overrides:
- getParameterInfo in class PlotApplet
- See Also:
- getParameterInfo
All Packages Class Hierarchy This Package Previous Next Index