Uses of Class
org.jboss.seam.ui.graphicImage.Image.Type

Packages that use Image.Type
org.jboss.seam.ui.graphicImage   
 

Uses of Image.Type in org.jboss.seam.ui.graphicImage
 

Methods in org.jboss.seam.ui.graphicImage that return Image.Type
 Image.Type Image.getContentType()
          The content type of the output image, by default DEFAULT_CONTENT_TYPE
 Image.Type GraphicImageStore.ImageWrapper.getContentType()
           
static Image.Type Image.Type.getTypeByFormatName(java.lang.String formatName)
           
static Image.Type Image.Type.getTypeByMimeType(java.lang.String mimeType)
           
static Image.Type Image.Type.valueOf(java.lang.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.ui.graphicImage with parameters of type Image.Type
 void Image.setContentType(Image.Type contentType)
           
 

Constructors in org.jboss.seam.ui.graphicImage with parameters of type Image.Type
GraphicImageStore.ImageWrapper(byte[] image, Image.Type contentType)
           
 



Copyright © 2008 JBoss. All Rights Reserved.