Uses of Class
org.apache.pivot.wtk.media.BufferedImageSerializer.Format

Packages that use BufferedImageSerializer.Format
org.apache.pivot.wtk.media Contains classes that provide multimedia support. 
 

Uses of BufferedImageSerializer.Format in org.apache.pivot.wtk.media
 

Methods in org.apache.pivot.wtk.media that return BufferedImageSerializer.Format
 BufferedImageSerializer.Format BufferedImageSerializer.getOutputFormat()
          Gets the image format that this serializer is using for output.
static BufferedImageSerializer.Format BufferedImageSerializer.Format.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BufferedImageSerializer.Format[] BufferedImageSerializer.Format.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.pivot.wtk.media with parameters of type BufferedImageSerializer.Format
 void BufferedImageSerializer.setOutputFormat(BufferedImageSerializer.Format outputFormat)
          Sets the image format that this serializer should use for output.
 

Constructors in org.apache.pivot.wtk.media with parameters of type BufferedImageSerializer.Format
BufferedImageSerializer(BufferedImageSerializer.Format outputFormat)