Uses of Class
com.sapportals.portal.prt.util.html.HtmlImage

Packages that use HtmlImage
com.sapportals.portal.prt.util.html   
 

Uses of HtmlImage in com.sapportals.portal.prt.util.html
 

Methods in com.sapportals.portal.prt.util.html that return HtmlImage
 HtmlImage HtmlImage.setSrc(java.lang.String v)
          Set the value of m_src.
 HtmlImage HtmlImage.setAlignment(HtmlImage.ImageAlign v)
          Set the value of m_alignment.
 HtmlImage HtmlImage.setWidth(java.lang.String v)
          Set the value of m_width.
 HtmlImage HtmlImage.setHeight(java.lang.String v)
          Set the value of m_height.
 HtmlImage HtmlImage.setAlt(java.lang.String v)
          Set the value of m_alt.
 HtmlImage HtmlImage.setHSpace(java.lang.String v)
          Set the value of m_hSpace.
 HtmlImage HtmlImage.setVSpace(java.lang.String v)
          Set the value of m_vSpace.
 HtmlImage HtmlImage.setBorder(java.lang.String v)
          Set the value of m_border.
 HtmlImage HtmlImage.setBorder(int v)