Uses of Class
org.openfaces.component.output.ImageType

Packages that use ImageType
org.openfaces.component.output   
 

Uses of ImageType in org.openfaces.component.output
 

Methods in org.openfaces.component.output that return ImageType
 ImageType DynamicImage.getImageType()
           
 ImageType DynamicImage.getImageType()
           
static ImageType ImageType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ImageType ImageType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ImageType[] ImageType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
static ImageType[] ImageType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.openfaces.component.output with parameters of type ImageType
 void DynamicImage.setImageType(ImageType imageType)
           
 void DynamicImage.setImageType(ImageType imageType)
           
 



Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.