Uses of Class
org.mortbay.html.Image

Packages that use Image
org.mortbay.html   
 

Uses of Image in org.mortbay.html
 

Methods in org.mortbay.html that return Image
 Image Image.alt(String alt)
           
 Image Image.border(int b)
           
 Image Image.setSizeFromGif(File gif)
          Set the image size from the header of a GIF file.
 Image Image.setSizeFromGif(String filename)
          Set the image size from the header of a GIF file.
 Image Image.setSizeFromGif(String dirname, String pathname)
          Set the image size from the header of a GIF file.
 

Constructors in org.mortbay.html with parameters of type Image
Input(Image image, String name)
           
Input(Image image, String name, String value)