Uses of Class javax.imageio.metadata.IIOMetadata

Uses in package javax.imageio.metadata

Methods with parameter type javax.imageio.metadata.IIOMetadata

boolean

Uses in package javax.imageio

Constructors with parameter type javax.imageio.metadata.IIOMetadata

IIOImage.IIOImage(Raster raster, BufferedImage> thumbnails, IIOMetadata metadata)
Construct an IIOImage containing raster image data, thumbnails and metadata.
IIOImage.IIOImage(RenderedImage image, BufferedImage> thumbnails, IIOMetadata 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
Converts IIOMetadata from an input reader format, returning an IIOMetadata suitable for use by an image writer.
IIOMetadata
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
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[]
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
ImageWriter.replaceImageMetadata(int imageIndex, IIOMetadata imageMetadata)
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
ImageWriter.write(IIOMetadata streamMetadata, IIOImage image, ImageWriteParam param)
Write an image stream, including thumbnails and metadata to the output stream.

Methods with return type javax.imageio.metadata.IIOMetadata

IIOMetadata
Converts IIOMetadata from an input reader format, returning an IIOMetadata suitable for use by an image writer.
IIOMetadata
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
ImageReader.getImageMetadata(int imageIndex, String formatName, Set nodeNames)
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
ImageReader.getStreamMetadata(String formatName, Set nodeNames)
Get the metadata associated with the image being read.