Class VisualNumerics.wave.WavePlot
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class VisualNumerics.wave.WavePlot

java.lang.Object
   |
   +----netscape.application.View
           |
           +----netscape.application.ContainerView
                   |
                   +----VisualNumerics.wave.WaveGraph
                           |
                           +----VisualNumerics.wave.WavePlot

public class WavePlot
extends WaveGraph
A class for creating 2D plots.

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.

Version:
2.00, 4 Dec 1996
Author:
Steve Lang
See Also:
setX, setY, TEK_COLOR, LOADCT, setBackground, setCharsize, setCharthick, setColor, setData, setDevice, setNormal, setFont, setLinestyle, setNodata, setPosition, setPsym, setRegion, setTitle, setSubtitle, setSymsize, setThick, setTicklen, setXCharsize, setXGridstyle, setXMinor, setXRange, setXStyle, setXTicklen, setXTicks, setXTitle, setXType, setYCharsize, setYGridstyle, setYMinor, setYRange, setYStyle, setYTicklen, setYTicks, setYTitle, setYType, setFile

Constructor Index

 o WavePlot(int, int, int, int)
Creates a container of the requested size

Method Index

 o plot()
Connects to the PV-WAVE server and creates the graphic display and displays it in the container.

Constructors

 o WavePlot
  public WavePlot(int x,
                  int y,
                  int xsize,
                  int ysize)
Creates a container of the requested size
Parameters:
x - the x location of the View
y - the x location of the View
xs - the with of the View
ys - the height of the View

Methods

 o plot
  public void plot()
Connects to the PV-WAVE server and creates the graphic display and displays it in the container.
Overrides:
plot in class WaveGraph

All Packages  Class Hierarchy  This Package  Previous  Next  Index