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

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

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

Fields in com.sapportals.portal.prt.util.html declared as HtmlImage.ImageAlign
protected  HtmlImage.ImageAlign HtmlImage.m_alignment
          The alignment of the image.
static HtmlImage.ImageAlign HtmlImage.ImageAlign.TOP
           
static HtmlImage.ImageAlign HtmlImage.ImageAlign.MIDDLE
           
static HtmlImage.ImageAlign HtmlImage.ImageAlign.ABSMIDDLE
           
static HtmlImage.ImageAlign HtmlImage.ImageAlign.BOTTOM
           
 

Methods in com.sapportals.portal.prt.util.html that return HtmlImage.ImageAlign
 HtmlImage.ImageAlign HtmlImage.getAlignment()
          Get the value of m_alignment.
 

Methods in com.sapportals.portal.prt.util.html with parameters of type HtmlImage.ImageAlign
 HtmlImage HtmlImage.setAlignment(HtmlImage.ImageAlign v)
          Set the value of m_alignment.