GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type javax.imageio.metadata.IIOMetadata | |
boolean |
Constructors with parameter type javax.imageio.metadata.IIOMetadata | |
Construct an IIOImage containing raster image data, thumbnails
and metadata.
| |
Construct an IIOImage containing rendered image data, thumbnails
and metadata.
|
Fields of type javax.imageio.metadata.IIOMetadata | |
IIOMetadata | Image metadata.
|
Methods with parameter type javax.imageio.metadata.IIOMetadata | |
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.
|
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 | Start the writing of a sequence of images.
|
void | Replace the metadata associated with the image at the given
index.
|
void | Replace the metadata associated with this image stream.
|
void | Set this IIOImage's metadata.
|
void | Write an image stream, including thumbnails and metadata to the
output stream. |
Methods with return type javax.imageio.metadata.IIOMetadata | |
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.
|
IIOMetadata | ImageReader.getImageMetadata(int imageIndex) Get the metadata associated with this image. |
IIOMetadata | Get the metadata associated with this image. |
IIOMetadata | Retrieve the image metadata or null if there is no metadata
associated with this IIOImage.
|
IIOMetadata | Get the metadata associated with the image being read. |
IIOMetadata | Get the metadata associated with the image being read. |
GNU Classpath (0.95) |