Uses of Class
org.apache.pivot.wtk.media.BufferedImageSerializer.Format
-
Packages that use BufferedImageSerializer.Format Package Description 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 Modifier and Type Method Description BufferedImageSerializer.Format
BufferedImageSerializer. getOutputFormat()
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 org.apache.pivot.wtk.media with parameters of type BufferedImageSerializer.Format Modifier and Type Method Description 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 Constructor Description BufferedImageSerializer(BufferedImageSerializer.Format outputFormat)
Construct an image serializer for the given format.
-