Class VisualNumerics.wave.WaveBar3D
All Packages Class Hierarchy This Package Previous Next Index
Class VisualNumerics.wave.WaveBar3D
java.lang.Object
|
+----netscape.application.View
|
+----netscape.application.ContainerView
|
+----VisualNumerics.wave.WaveGraph
|
+----VisualNumerics.wave.WaveBar3D
- public class WaveBar3D
- extends WaveGraph
A class for creating 3D bar charts.
This class encapsulates a modified version of the PV-WAVE
Bar_3D procedure from the user library
and all of the associated positional parameters and keywords
and produces a 3D bar chart 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.
The Z data used with this object bust be 2 dimensional, as it
represents a grid of bars to be plotted.
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:
- setZ, TEK_COLOR, LOADCT, setAx, setAz, setBackground, setColor, setRegion, setTitle, setXTitle, setYTitle, setZTitle, setFile
-
columncolors
-
-
rowcolors
-
-
WaveBar3D(int, int, int, int)
-
-
addColumnColors()
- Protected method used by classes derived from WaveGraph
-
addRowColors()
- Protected method used by classes derived from WaveGraph
-
plot()
- Connects to the PV-WAVE server and creates the graphic
display and displays it in the container.
-
reset()
- Reset all PV-WAVE plot attributes and data
-
setColumnColors(int[])
- Set the bar colors for each column of bars.
-
setRowColors(int[])
- Set the bar colors for each row of bars.
rowcolors
protected int rowcolors[]
columncolors
protected int columncolors[]
WaveBar3D
public WaveBar3D(int x,
int y,
int xsize,
int ysize)
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
setRowColors
public void setRowColors(int color[])
- Set the bar colors for each row of bars.
setColumnColors
public void setColumnColors(int color[])
- Set the bar colors for each column of bars.
addRowColors
protected void addRowColors()
- Protected method used by classes derived from WaveGraph
addColumnColors
protected void addColumnColors()
- Protected method used by classes derived from WaveGraph
reset
public void reset()
- Reset all PV-WAVE plot attributes and data
- Overrides:
- reset in class WaveGraph
All Packages Class Hierarchy This Package Previous Next Index