Uses of Class
to.etc.domui.dom.html.ImgAlign

Packages that use ImgAlign
to.etc.domui.dom.html   
 

Uses of ImgAlign in to.etc.domui.dom.html
 

Methods in to.etc.domui.dom.html that return ImgAlign
 ImgAlign Img.getAlign()
           
static ImgAlign ImgAlign.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ImgAlign[] ImgAlign.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in to.etc.domui.dom.html with parameters of type ImgAlign
 void Img.setAlign(ImgAlign align)