com.bankframe.fe.html
Class Image
java.lang.Object
   com.bankframe.fe.html.HTMLWidget
com.bankframe.fe.html.HTMLWidget
       com.bankframe.fe.html.Image
com.bankframe.fe.html.Image
- public class Image 
- extends HTMLWidget
This class implements a HTML image Widget
| Constructor Summary | 
| Image(String imageName)Constructor
 | 
 
| Method Summary | 
|  String | toHTML()This method returns a HTML representation of this widget.
 | 
 
 
 
Image
public Image(String imageName)
- Constructor
 
- Parameters:
- imageName- URL of image
 
toHTML
public String toHTML()
- This method returns a HTML representation of this widget.
 
- 
- Specified by:
- toHTMLin class- HTMLWidget
 
- 
- Returns:
- a string containing HTML markup
 
Copyright © 2005, 2007, Oracle. All rights reserved.