GNU Classpath (0.95) | |
Frames | No Frames |
Classes derived from javax.imageio.ImageWriteParam | |
class | A class to encode images in the BMP format.
|
Classes derived from javax.imageio.ImageWriteParam | |
class | The JPEGImageWriteParam class can be used to specify tables and
settings used in the JPEG encoding process. |
Methods with parameter type javax.imageio.ImageWriteParam | |
IIOMetadata | ImageTranscoder.convertImageMetadata(IIOMetadata inData, ImageTypeSpecifier imageType, ImageWriteParam param) Converts IIOMetadata from an input reader format, returning an
IIOMetadata suitable for use by an image writer.
|
IIOMetadata | ImageWriter.convertImageMetadata(IIOMetadata inData, ImageTypeSpecifier imageType, ImageWriteParam param) Convert IIOMetadata from an input reader format, returning an
IIOMetadata suitable for use by an image writer.
|
IIOMetadata | Converts IIOMetadata from an input stream format, returning an
IIOMetadata suitable for use by an image writer.
|
IIOMetadata | Convert IIOMetadata from an input stream format, returning an
IIOMetadata suitable for use by an image writer.
|
IIOMetadata | Get a metadata object appropriate for encoding an image specified
by the given image type specifier and optional image write
parameters.
|
IIOMetadata | Get a metadata object appropriate for encoding the default image
type handled by this writer, optionally considering image write
parameters.
|
int | ImageWriter.getNumThumbnailsSupported(ImageTypeSpecifier imageType, ImageWriteParam param, IIOMetadata streamMetadata, IIOMetadata imageMetadata) Get the number of thumbnails supported by this image writer,
based on the given image type, image writing parameters, and
stream and image metadata. |
Dimension[] | ImageWriter.getPreferredThumbnailSizes(ImageTypeSpecifier imageType, ImageWriteParam param, IIOMetadata streamMetadata, IIOMetadata imageMetadata) Get the preferred sizes for thumbnails based on the given image
type, image writing parameters, and stream and image metadata.
|
void | ImageWriter.prepareInsertEmpty(int imageIndex, ImageTypeSpecifier imageType, int width, int height, IIOMetadata imageMetadata, BufferedImage> thumbnails, ImageWriteParam param) Start inserting an empty image in the image output stream. |
void | ImageWriter.prepareWriteEmpty(IIOMetadata streamMetadata, ImageTypeSpecifier imageType, int width, int height, IIOMetadata imageMetadata, BufferedImage> thumbnails, ImageWriteParam param) Start writing an empty image to the end of the image output
stream.
|
void | Replace a region of an image in the output stream with a portion
of the given raster data. |
void | Replace a region of an image in the output stream with a portion
of the given rendered image. |
void | Write an image stream, including thumbnails and metadata to the
output stream. |
void | Insert an image into the output stream. |
void | Write a sequence of images, including thumbnails and metadata, to
the output stream. |
Methods with return type javax.imageio.ImageWriteParam | |
ImageWriteParam | Retrieve the default write parameters for this writer's image
format.
|
GNU Classpath (0.95) |