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

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

Uses of BufferedImageSerializer.Format in pivot.wtk.media
 

Methods in 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(java.lang.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 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 pivot.wtk.media with parameters of type BufferedImageSerializer.Format
BufferedImageSerializer(BufferedImageSerializer.Format outputFormat)