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

Variable Index

 o columncolors
 o rowcolors

Constructor Index

 o WaveBar3D(int, int, int, int)

Method Index

 o addColumnColors()
Protected method used by classes derived from WaveGraph
 o addRowColors()
Protected method used by classes derived from WaveGraph
 o plot()
Connects to the PV-WAVE server and creates the graphic display and displays it in the container.
 o reset()
Reset all PV-WAVE plot attributes and data
 o setColumnColors(int[])
Set the bar colors for each column of bars.
 o setRowColors(int[])
Set the bar colors for each row of bars.

Variables

 o rowcolors
  protected int rowcolors[]
 o columncolors
  protected int columncolors[]

Constructors

 o WaveBar3D
  public WaveBar3D(int x,
                   int y,
                   int xsize,
                   int ysize)

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
 o setRowColors
  public void setRowColors(int color[])
Set the bar colors for each row of bars.
 o setColumnColors
  public void setColumnColors(int color[])
Set the bar colors for each column of bars.
 o addRowColors
  protected void addRowColors()
Protected method used by classes derived from WaveGraph
 o addColumnColors
  protected void addColumnColors()
Protected method used by classes derived from WaveGraph
 o 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