Uses of Class
org.jboss.seam.core.Image.Type

Packages that use Image.Type
org.jboss.seam.core   
 

Uses of Image.Type in org.jboss.seam.core
 

Methods in org.jboss.seam.core that return Image.Type
 Image.Type Image.getContentType()
          The content type of the output image, by default DEFAULT_CONTENT_TYPE
static Image.Type Image.Type.getTypeByFormatName(String formatName)
           
static Image.Type Image.Type.getTypeByMimeType(String mimeType)
           
static Image.Type Image.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Image.Type[] Image.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jboss.seam.core with parameters of type Image.Type
 void Image.setContentType(Image.Type contentType)