Uses of Class
org.apache.ecs.html.IMG

Packages that use IMG
org.apache.ecs.html   
 

Uses of IMG in org.apache.ecs.html
 

Methods in org.apache.ecs.html that return IMG
 IMG IMG.setSrc(java.lang.String src)
          Sets the SRC="" attribute
 IMG IMG.setBorder(int border)
          Sets the BORDER="" attribute
 IMG IMG.setName(java.lang.String name)
          Sets the NAME="" attribute
 IMG IMG.setHeight(java.lang.String height)
          Sets the HEIGHT="" attribute
 IMG IMG.setHeight(int height)
          Sets the HEIGHT="" attribute
 IMG IMG.setWidth(java.lang.String width)
          Sets the WIDTH="" attribute
 IMG IMG.setWidth(int width)
          Sets the WIDTH="" attribute
 IMG IMG.setAlt(java.lang.String alt)
          Sets the ALT="" attribute
 IMG IMG.setIsMap(boolean ismap)
          Sets the ISMAP attribute
 IMG IMG.setUseMap(java.lang.String usemap)
          Sets the USMAP="" attribute
 IMG IMG.setAlign(java.lang.String align)
          Sets the ALIGN="" attribute
 IMG IMG.setHspace(java.lang.String hspace)
          Sets the HSPACE="" attribute
 IMG IMG.setHspace(int hspace)
          Sets the HSPACE="" attribute
 IMG IMG.setVspace(java.lang.String vspace)
          Sets the VSPACE="" attribute
 IMG IMG.setVspace(int vspace)
          Sets the VSPACE="" attribute
 IMG IMG.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 IMG IMG.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 IMG IMG.addElement(Element element)
          Adds an Element to the element.
 IMG IMG.addElement(java.lang.String element)
          Adds an Element to the element.
 IMG IMG.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.