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.YMIN
- the starting point of the y axis label.
- Graph.YINC
- the increment of y axis labels.
- Graph.DEMO
- add a control panel to demo different styles of graph
if TRUE.
- See Also:
- Graph
-
GraphA()
-
-
getWidget()
- This method is overriden by actual applet to return the
widget corresponding to this applet wrapper.
-
init()
- Applet initialization method.
GraphA
public GraphA()
init
public void init()
- Applet initialization method.
- Overrides:
- init in class Applet
getWidget
public Component getWidget()
- This method is overriden by actual applet to return the
widget corresponding to this applet wrapper. User can use this
method to access the underlying widget directly.
- Returns:
- Graph widget.
- Overrides:
- getWidget in class BaseA
All Packages Class Hierarchy This Package Previous Next Index