All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tea.set.ImageCanvasA

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

public class ImageCanvasA
extends BaseA
ImageCanvasA is an applet wrapper for the ImageCanvas widget. Since a image can be displayed using HTML image tag, this applet is only provided for completeness sake. Its only advantage over the image tag is that a image can be scaled to any abitrary size specified for the applet. Parameters supported by this applet includes:
ImageCanvas.IMAGE
the URL of the image for this label

See Also:
ImageCanvas

Constructor Index

 o ImageCanvasA()

Method Index

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

Constructors

 o ImageCanvasA
 public ImageCanvasA()

Methods

 o init
 public void init()
Initialize ImageCanvas.

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:
ImageCanvas widget.
Overrides:
getWidget in class BaseA

All Packages  Class Hierarchy  This Package  Previous  Next  Index