Class VisualNumerics.wave.WaveShade_Surf
All Packages Class Hierarchy This Package Previous Next Index
Class VisualNumerics.wave.WaveShade_Surf
java.lang.Object
|
+----netscape.application.View
|
+----netscape.application.ContainerView
|
+----VisualNumerics.wave.WaveGraph
|
+----VisualNumerics.wave.WaveShade_Surf
- public class WaveShade_Surf
- extends WaveGraph
A class for creating shaded surface plots.
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:
- 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
-
WaveShade_Surf(int, int, int, int)
- Creates a container of the requested size
-
plot()
- Connects to the PV-WAVE server and creates the graphic
display and displays it in the container.
WaveShade_Surf
public WaveShade_Surf(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
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