All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----netscape.application.View
|
+----netscape.application.ContainerView
|
+----VisualNumerics.wave.WaveGraph
|
+----VisualNumerics.wave.WavePlot
This class encapsulates the PV-WAVE PLOT command and all of the associated positional parameters and keywords and produces a plot in a new container.
Methods for setting all of the parameters/keywords have the form setKeyword(arg1, arg2, ...) where "Keyword" is the parameter or keyword name from the PV-WAVE documentation. See the WaveGraph class documentation for information on these methods.
This class also handles the communication between the applet and a PV-WAVE graphic server running on the web server that served the java applet.
public WavePlot(int x,
int y,
int xsize,
int ysize)
public void plot()
All Packages Class Hierarchy This Package Previous Next Index