Class tea.set.GraphA
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tea.set.GraphA

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----tea.set.BaseA
                                           |
                                           +----tea.set.GraphA

public class GraphA
extends BaseA
GraphA is an applet wrapper for the Graph widget. Parameters supported by this applet includes:
Graph.X
the x labels, a comma separated list.
Graph.Y$n
Y0 is the first data set, Y1 is the second data set, and so on. They must be comma separated list and have exact same number of items as the X list.
Graph.STYLE
the style of the graph: POINT, LINE, BAR, BAR3D, STACKBAR, STACKBAR3D, PIE, and PIE3D. @See Graph.
Graph.DEMO
add a control panel to demo different styles of graph if TRUE.
See Also:
Graph

Constructor Index

 o GraphA()

Method Index

 o action(Event, Object)
 o init()
Applet initialization method.
 o setStyle(String)
Set the graph style.

Constructors

 o GraphA
  public GraphA()

Methods

 o init
  public void init()
Applet initialization method.
Overrides:
init in class Applet
 o action
  public boolean action(Event e,
                        Object o)
Overrides:
action in class Component
 o setStyle
  public void setStyle(String str)
Set the graph style.

All Packages  Class Hierarchy  This Package  Previous  Next  Index