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

Class VisualNumerics.wave.WaveSurfAnim

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

public class WaveSurfAnim
extends WaveGraph
A class for creating surface animations by rotating a shaded surface about the Z axis using a selectable number of frames. This class encapsulates the PV-WAVE SHADE_SURF command and all of the associated positional parameters and keywords and produces a surface 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:
setFrames, setX, setY, setZ, setZ2, setGrid, setGridNx, setGridNy, setGridNghbr, TEK_COLOR, LOADCT, setAx, setAz, setCharsize, setCharthick, setColor, setData, setDevice, setNormal, setFont, setLinestyle, setNodata, setPosition, setRegion, setTitle, setSubtitle, setThick, setTicklen, setYnozero, setXCharsize, setXGridstyle, setXMinor, setXRange, setXStyle, setXTicklen, setXTicks, setXTitle, setXType, setYCharsize, setYGridstyle, setYMinor, setYRange, setYStyle, setYTicklen, setYTicks, setYTitle, setYType, setZCharsize, setZGridstyle, setZMinor, setZRange, setZStyle, setZTicklen, setZTicks, setZTitle, setZType, setFile

Constructor Index

 o WaveSurfAnim(int, int, int, int)
Creates a frame of the requested size

Method Index

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

Constructors

 o WaveSurfAnim
  public WaveSurfAnim(int x,
                      int y,
                      int xs,
                      int ys)
Creates a frame 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 frame.
Overrides:
plot in class WaveGraph

All Packages  Class Hierarchy  This Package  Previous  Next  Index