GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type javax.imageio.ImageTypeSpecifier | |
boolean | |
boolean |
Fields of type javax.imageio.ImageTypeSpecifier | |
ImageTypeSpecifier | Sets the output colour type when writing or the destination image
type when reading.
|
Methods with parameter type javax.imageio.ImageTypeSpecifier | |
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 | Get a metadata object appropriate for encoding an image specified
by the given image type specifier and optional image write
parameters.
|
Iterator | Retrieve an iterator over the collection of registered image
writers that support writing images of the given type and in the
given format.
|
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 | Set the destination image type.
|
Methods with return type javax.imageio.ImageTypeSpecifier | |
ImageTypeSpecifier | ImageTypeSpecifier.createBanded(ColorSpace colorSpace, int[] bankIndices, int[] bankOffsets, int dataType, boolean hasAlpha, boolean isAlphaPremultiplied) Create an image type specifier for a banded image using a
component color model and a banded sample model.
|
ImageTypeSpecifier | ImageTypeSpecifier.createFromBufferedImageType(int bufferedImageType) Create an image type specifier that describes the given buffered
image type.
|
ImageTypeSpecifier | Create an image type specifier that describes the given rendered
image's type.
|
ImageTypeSpecifier | ImageTypeSpecifier.createGrayscale(int bits, int dataType, boolean isSigned) Create a grayscale image type specifier, given the number of
bits, data type and whether or not the data is signed.
|
ImageTypeSpecifier | ImageTypeSpecifier.createGrayscale(int bits, int dataType, boolean isSigned, boolean isAlphaPremultiplied) Create a grayscale image type specifier, given the number of
bits, data type and whether or not the data is signed.
|
ImageTypeSpecifier | ImageTypeSpecifier.createIndexed(byte[] redLUT, byte[] greenLUT, byte[] blueLUT, byte[] alphaLUT, int bits, int dataType) Return an image type specifier for an image that uses an indexed
colour model where each colour value has the specified number of
bits and type and where the colour tables are those given.
|
ImageTypeSpecifier | ImageTypeSpecifier.createInterleaved(ColorSpace colorSpace, int[] bandOffsets, int dataType, boolean hasAlpha, boolean isAlphaPremultiplied) Create an image type specifier that uses a component colour model
and a pixel interleaved sample model. |
ImageTypeSpecifier | ImageTypeSpecifier.createPacked(ColorSpace colorSpace, int redMask, int greenMask, int blueMask, int alphaMask, int transferType, boolean isAlphaPremultiplied) Create an image type specifier using a direct color model and a
packed sample model. |
ImageTypeSpecifier | Retrieve the currently set image-type specifier or null if none
has been set.
|
ImageTypeSpecifier | ImageReader.getRawImageType(int imageIndex) Get the image type specifier that most closely represents the
internal data representation used by this reader. |
Methods with parameter type javax.imageio.ImageTypeSpecifier | |
boolean |
GNU Classpath (0.95) |