Uses of Class
org.apache.ecs.wml.Img

Packages that use Img
org.apache.ecs.wml   
 

Uses of Img in org.apache.ecs.wml
 

Methods in org.apache.ecs.wml that return Img
 Img Img.setSrc(java.lang.String src)
          Sets the src="" attribute
 Img Img.setAlt(java.lang.String alt)
          Sets the alt="" attribute
 Img Img.setLocalsrc(java.lang.String localsrc)
          Sets the localsrc="" attribute
 Img Img.setVspace(java.lang.String vspace)
          Sets the vspace="" attribute
 Img Img.setHspace(java.lang.String hspace)
          Sets the hspace="" attribute
 Img Img.setAlignment(Alignment align)
          Sets the align="" attribute
 Img Img.setHeight(java.lang.String height)
          Sets the height="" attribute
 Img Img.setWidth(java.lang.String width)
          Sets the width="" attribute
 



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