All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tea.set.ShadeA

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

public class ShadeA
extends BaseA
ShadeA is an applet wrapper of Shade. It can be used to add a shade to any applet. Parameters supported by ShadeA include:
Shade.DEMO
if TRUE, create a demo panel.
Shade.APPLET
applet name to add shade to.
Example:
 <applet code=tea/set/ShadeA width=... height=...>
 <param name=applet value=tea.set.GraphA>
 ...
 

See Also:
Shade

Constructor Index

 o ShadeA()

Method Index

 o getWidget()
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
 o init()
Applet initialization method.

Constructors

 o ShadeA
 public ShadeA()

Methods

 o init
 public void init()
Applet initialization method.

Overrides:
init in class Applet
 o 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:
Shade widget.
Overrides:
getWidget in class BaseA

All Packages  Class Hierarchy  This Package  Previous  Next  Index