Skip navigation links
A B C D E F G H I L M N O P R S T U V W Y 

A

AbstractMetadata - Class in com.twelvemonkeys.imageio
AbstractMetadata
AbstractMetadata(boolean, String, String, String[], String[]) - Constructor for class com.twelvemonkeys.imageio.AbstractMetadata
 
AbstractMetadata() - Constructor for class com.twelvemonkeys.imageio.AbstractMetadata
 
accept(File) - Method in class com.twelvemonkeys.imageio.util.ReaderFileSuffixFilter
 
accept(File) - Method in class com.twelvemonkeys.imageio.util.WriterFileSuffixFilter
 
asByteRaster(Raster) - Static method in class com.twelvemonkeys.imageio.util.RasterUtils
Returns a raster with DataBuffer.TYPE_BYTE transfer type.
asByteRaster(WritableRaster) - Static method in class com.twelvemonkeys.imageio.util.RasterUtils
Returns a writable raster with DataBuffer.TYPE_BYTE transfer type.
assertInput() - Method in class com.twelvemonkeys.imageio.ImageReaderBase
Makes sure input is set.
assertMutable() - Method in class com.twelvemonkeys.imageio.AbstractMetadata
Asserts that this meta data is mutable.
assertOutput() - Method in class com.twelvemonkeys.imageio.ImageWriterBase
Makes sure output is set.

B

bitsPerSample - Variable in class com.twelvemonkeys.imageio.StandardImageMetadataSupport.Builder
 
blackIsZero - Variable in class com.twelvemonkeys.imageio.StandardImageMetadataSupport
 
booleanString(boolean) - Static method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport
 
BufferedFileImageInputStream - Class in com.twelvemonkeys.imageio.stream
Deprecated.
Use BufferedChannelImageInputStream instead.
BufferedFileImageInputStream(File) - Constructor for class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStream
Deprecated.
Constructs a BufferedFileImageInputStream that will read from a given File.
BufferedFileImageInputStream(RandomAccessFile) - Constructor for class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStream
Deprecated.
Constructs a BufferedFileImageInputStream that will read from a given RandomAccessFile.
BufferedFileImageInputStreamSpi - Class in com.twelvemonkeys.imageio.stream
BufferedFileImageInputStreamSpi
BufferedFileImageInputStreamSpi() - Constructor for class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStreamSpi
 
BufferedImageInputStream - Class in com.twelvemonkeys.imageio.stream
Deprecated.
BufferedImageInputStream(ImageInputStream) - Constructor for class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
Deprecated.
 
BufferedInputStreamImageInputStreamSpi - Class in com.twelvemonkeys.imageio.stream
BufferedInputStreamImageInputStreamSpi.
BufferedInputStreamImageInputStreamSpi() - Constructor for class com.twelvemonkeys.imageio.stream.BufferedInputStreamImageInputStreamSpi
 
BufferedRAFImageInputStreamSpi - Class in com.twelvemonkeys.imageio.stream
BufferedRAFImageInputStreamSpi Experimental
BufferedRAFImageInputStreamSpi() - Constructor for class com.twelvemonkeys.imageio.stream.BufferedRAFImageInputStreamSpi
 
build() - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport.Builder
 
builder(ImageTypeSpecifier) - Static method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport
 
Builder(ImageTypeSpecifier) - Constructor for class com.twelvemonkeys.imageio.StandardImageMetadataSupport.Builder
 
ByteArrayImageInputStream - Class in com.twelvemonkeys.imageio.stream
Experimental
ByteArrayImageInputStream(byte[]) - Constructor for class com.twelvemonkeys.imageio.stream.ByteArrayImageInputStream
 
ByteArrayImageInputStream(byte[], int, int) - Constructor for class com.twelvemonkeys.imageio.stream.ByteArrayImageInputStream
 
ByteArrayImageInputStreamSpi - Class in com.twelvemonkeys.imageio.stream
ByteArrayImageInputStreamSpi Experimental
ByteArrayImageInputStreamSpi() - Constructor for class com.twelvemonkeys.imageio.stream.ByteArrayImageInputStreamSpi
 

C

canUseCacheFile() - Method in class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStreamSpi
 
canUseCacheFile() - Method in class com.twelvemonkeys.imageio.stream.BufferedInputStreamImageInputStreamSpi
 
canUseCacheFile() - Method in class com.twelvemonkeys.imageio.stream.BufferedRAFImageInputStreamSpi
 
canUseCacheFile() - Method in class com.twelvemonkeys.imageio.stream.URLImageInputStreamSpi
 
checkBounds(int) - Method in class com.twelvemonkeys.imageio.ImageReaderBase
Convenience method to make sure image index is within bounds.
CIELabColorConverter - Class in com.twelvemonkeys.imageio.color
Converts between CIE L*a*b* and sRGB color spaces.
CIELabColorConverter(CIELabColorConverter.Illuminant) - Constructor for class com.twelvemonkeys.imageio.color.CIELabColorConverter
 
CIELabColorConverter.Illuminant - Enum in com.twelvemonkeys.imageio.color
 
close() - Method in class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStream
Deprecated.
 
close() - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
Deprecated.
 
close() - Method in class com.twelvemonkeys.imageio.stream.DirectImageInputStream
 
ColorProfiles - Class in com.twelvemonkeys.imageio.color
A helper class for working with ICC color profiles.
ColorSpaces - Class in com.twelvemonkeys.imageio.color
A helper class for working with ICC color profiles and color spaces.
colorSpaceType - Variable in class com.twelvemonkeys.imageio.StandardImageMetadataSupport
 
com.twelvemonkeys.imageio - package com.twelvemonkeys.imageio
 
com.twelvemonkeys.imageio.color - package com.twelvemonkeys.imageio.color
 
com.twelvemonkeys.imageio.spi - package com.twelvemonkeys.imageio.spi
Provides helper classes for service provider implementations.
com.twelvemonkeys.imageio.stream - package com.twelvemonkeys.imageio.stream
Provides various additional stream implementations.
com.twelvemonkeys.imageio.util - package com.twelvemonkeys.imageio.util
Provides various common utilities for reading and writing images.
compressionLossless - Variable in class com.twelvemonkeys.imageio.StandardImageMetadataSupport
 
compressionName - Variable in class com.twelvemonkeys.imageio.StandardImageMetadataSupport
 
convertJPEGYCbCr2RGB(byte[], byte[], int) - Static method in class com.twelvemonkeys.imageio.color.YCbCrConverter
 
convertRec601YCbCr2RGB(byte[], byte[], int) - Static method in class com.twelvemonkeys.imageio.color.YCbCrConverter
 
convertStreamMetadata(IIOMetadata, ImageWriteParam) - Method in class com.twelvemonkeys.imageio.ImageWriterBase
Returns null
convertYCbCr2RGB(byte[], byte[], double[], double[], int) - Static method in class com.twelvemonkeys.imageio.color.YCbCrConverter
 
createBanded(ColorSpace, int[], int[], int, boolean, boolean) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
 
createColorSpace(ICC_Profile) - Static method in class com.twelvemonkeys.imageio.color.ColorSpaces
Creates an ICC color space from the given ICC color profile.
createCompatibleSampleModel(int, int) - Method in class com.twelvemonkeys.imageio.color.DiscreteAlphaIndexColorModel
 
createCompatibleWritableRaster(int, int) - Method in class com.twelvemonkeys.imageio.color.DiscreteAlphaIndexColorModel
 
createDiscreteAlphaIndexedFromIndexColorModel(IndexColorModel) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
 
createDiscreteExtraSamplesIndexedFromIndexColorModel(IndexColorModel, int, boolean) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
 
createFromBufferedImageType(int) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
 
createFromIndexColorModel(IndexColorModel) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
 
createFromRenderedImage(RenderedImage) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
 
createGrayscale(int, int) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
 
createGrayscale(int, int, boolean) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
 
createIndexed(byte[], byte[], byte[], byte[], int, int) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
 
createIndexed(int[], boolean, int, int, int) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
 
createInputStreamInstance(Object, boolean, File) - Method in class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStreamSpi
 
createInputStreamInstance(Object, boolean, File) - Method in class com.twelvemonkeys.imageio.stream.BufferedInputStreamImageInputStreamSpi
 
createInputStreamInstance(Object, boolean, File) - Method in class com.twelvemonkeys.imageio.stream.BufferedRAFImageInputStreamSpi
 
createInputStreamInstance(Object, boolean, File) - Method in class com.twelvemonkeys.imageio.stream.ByteArrayImageInputStreamSpi
 
createInputStreamInstance(Object, boolean, File) - Method in class com.twelvemonkeys.imageio.stream.URLImageInputStreamSpi
 
createInterleaved(ColorSpace, int[], int, boolean, boolean) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
 
createPacked(ColorSpace, int, int, int, int, int, boolean) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
 
createPackedGrayscale(ColorSpace, int, int) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
 
createProfile(byte[]) - Static method in class com.twelvemonkeys.imageio.color.ColorProfiles
Reads an ICC Profile from the given byte array, with extra validation.
createProfileRaw(byte[]) - Static method in class com.twelvemonkeys.imageio.color.ColorProfiles
Creates an ICC Profile from the given byte array, as-is, with no validation.
createStreamAdapter(ImageInputStream) - Static method in class com.twelvemonkeys.imageio.util.IIOUtil
Creates an InputStream adapter that reads from an underlying ImageInputStream.
createStreamAdapter(ImageInputStream, long) - Static method in class com.twelvemonkeys.imageio.util.IIOUtil
Creates an InputStream adapter that reads from an underlying ImageInputStream.
createStreamAdapter(ImageOutputStream) - Static method in class com.twelvemonkeys.imageio.util.IIOUtil
Creates an OutputStream adapter that writes to an underlying ImageOutputStream.
CS_ADOBE_RGB_1998 - Static variable in class com.twelvemonkeys.imageio.color.ColorSpaces
The Adobe RGB 1998 (or compatible) color space.
CS_GENERIC_CMYK - Static variable in class com.twelvemonkeys.imageio.color.ColorSpaces
A best-effort "generic" CMYK color space.

D

deregisterProvider(ServiceRegistry, IIOServiceProvider, Class<T>) - Static method in class com.twelvemonkeys.imageio.util.IIOUtil
THIS METHOD WILL BE MOVED/RENAMED, DO NOT USE.
DirectImageInputStream - Class in com.twelvemonkeys.imageio.stream
An ImageInputStream that adapts an InputSteam, by reading directly from the stream without and form of caching or buffering.
DirectImageInputStream(InputStream) - Constructor for class com.twelvemonkeys.imageio.stream.DirectImageInputStream
 
DirectImageInputStream(InputStream, long) - Constructor for class com.twelvemonkeys.imageio.stream.DirectImageInputStream
 
DiscreteAlphaIndexColorModel - Class in com.twelvemonkeys.imageio.color
This class represents a hybrid between an IndexColorModel and a ComponentColorModel, having both a color map and a full, discrete alpha channel and/or one or more "extra" channels.
DiscreteAlphaIndexColorModel(IndexColorModel) - Constructor for class com.twelvemonkeys.imageio.color.DiscreteAlphaIndexColorModel
Creates a DiscreteAlphaIndexColorModel, delegating color map look-ups to the given IndexColorModel.
DiscreteAlphaIndexColorModel(IndexColorModel, int, boolean) - Constructor for class com.twelvemonkeys.imageio.color.DiscreteAlphaIndexColorModel
Creates a DiscreteAlphaIndexColorModel, delegating color map look-ups to the given IndexColorModel.
dispose() - Method in class com.twelvemonkeys.imageio.ImageReaderBase
 
dispose() - Method in class com.twelvemonkeys.imageio.ImageWriterBase
 

E

equals(Object) - Method in class com.twelvemonkeys.imageio.color.DiscreteAlphaIndexColorModel
 
extraImageMetadataFormatClassNames() - Method in class com.twelvemonkeys.imageio.spi.ReaderWriterProviderInfo
 
extraImageMetadataFormatNames() - Method in class com.twelvemonkeys.imageio.spi.ReaderWriterProviderInfo
 
extraStreamMetadataFormatClassNames() - Method in class com.twelvemonkeys.imageio.spi.ReaderWriterProviderInfo
 
extraStreamMetadataFormatNames() - Method in class com.twelvemonkeys.imageio.spi.ReaderWriterProviderInfo
 

F

fakeAOI(BufferedImage, ImageReadParam) - Static method in class com.twelvemonkeys.imageio.ImageReaderBase
Utility method for getting the area of interest (AOI) of an image.
fakeAOI(BufferedImage, ImageWriteParam) - Static method in class com.twelvemonkeys.imageio.ImageWriterBase
Utility method for getting the area of interest (AOI) of an image.
fakeAOI(BufferedImage, Rectangle) - Static method in class com.twelvemonkeys.imageio.util.IIOUtil
 
fakeSubsampling(Image, ImageReadParam) - Static method in class com.twelvemonkeys.imageio.ImageReaderBase
Utility method for getting the subsampled image.
fakeSubsampling(Image, ImageWriteParam) - Static method in class com.twelvemonkeys.imageio.ImageWriterBase
Utility method for getting the subsampled image.
fakeSubsampling(Image, IIOParam) - Static method in class com.twelvemonkeys.imageio.util.IIOUtil
 
finalize() - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
Deprecated.
 
finalize() - Method in class com.twelvemonkeys.imageio.stream.SubImageInputStream
 
flushBefore(long) - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
Deprecated.
 
formatNames() - Method in class com.twelvemonkeys.imageio.spi.ReaderWriterProviderInfo
 
formatVersion - Variable in class com.twelvemonkeys.imageio.StandardImageMetadataSupport
 

G

getAlpha(int) - Method in class com.twelvemonkeys.imageio.color.DiscreteAlphaIndexColorModel
 
getAlpha(Object) - Method in class com.twelvemonkeys.imageio.color.DiscreteAlphaIndexColorModel
 
getAsTree(String) - Method in class com.twelvemonkeys.imageio.AbstractMetadata
 
getBlue(int) - Method in class com.twelvemonkeys.imageio.color.DiscreteAlphaIndexColorModel
 
getBlue(Object) - Method in class com.twelvemonkeys.imageio.color.DiscreteAlphaIndexColorModel
 
getBlue(Object) - Method in class com.twelvemonkeys.imageio.color.Int16ComponentColorModel
 
getColorSpace(int) - Static method in class com.twelvemonkeys.imageio.color.ColorSpaces
Returns the color space specified by the given color space constant.
getDefaultStreamMetadata(ImageWriteParam) - Method in class com.twelvemonkeys.imageio.ImageWriterBase
Returns null
getDescription(Locale) - Method in class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStreamSpi
 
getDescription(Locale) - Method in class com.twelvemonkeys.imageio.stream.BufferedInputStreamImageInputStreamSpi
 
getDescription(Locale) - Method in class com.twelvemonkeys.imageio.stream.BufferedRAFImageInputStreamSpi
 
getDescription(Locale) - Method in class com.twelvemonkeys.imageio.stream.ByteArrayImageInputStreamSpi
 
getDescription(Locale) - Method in class com.twelvemonkeys.imageio.stream.URLImageInputStreamSpi
 
getDescription() - Method in class com.twelvemonkeys.imageio.util.ReaderFileSuffixFilter
 
getDescription() - Method in class com.twelvemonkeys.imageio.util.WriterFileSuffixFilter
 
getDestination(ImageReadParam, Iterator<ImageTypeSpecifier>, int, int) - Static method in class com.twelvemonkeys.imageio.ImageReaderBase
Returns the BufferedImage to which decoded pixel data should be written.
getFlushedPosition() - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
Deprecated.
 
getFlushedPosition() - Method in class com.twelvemonkeys.imageio.stream.DirectImageInputStream
 
getFormatName() - Method in class com.twelvemonkeys.imageio.ImageWriterBase
 
getGreen(int) - Method in class com.twelvemonkeys.imageio.color.DiscreteAlphaIndexColorModel
 
getGreen(Object) - Method in class com.twelvemonkeys.imageio.color.DiscreteAlphaIndexColorModel
 
getGreen(Object) - Method in class com.twelvemonkeys.imageio.color.Int16ComponentColorModel
 
getImageMetadata(int) - Method in class com.twelvemonkeys.imageio.ImageReaderBase
Default implementation that always returns null.
getNativeTree() - Method in class com.twelvemonkeys.imageio.AbstractMetadata
Default implementation that throws UnsupportedOperationException.
getNormalizedComponents(Object, float[], int) - Method in class com.twelvemonkeys.imageio.color.UInt32ColorModel
 
getNormalizedReaderFormatNames() - Static method in class com.twelvemonkeys.imageio.util.IIOUtil
Returns a sorted array of format names, that can be read by ImageIO.
getNormalizedWriterFormatNames() - Static method in class com.twelvemonkeys.imageio.util.IIOUtil
Returns a sorted array of format names, that can be written by ImageIO.
getNumComponents() - Method in class com.twelvemonkeys.imageio.color.DiscreteAlphaIndexColorModel
 
getNumImages(boolean) - Method in class com.twelvemonkeys.imageio.ImageReaderBase
Default implementation that always returns 1.
getRed(int) - Method in class com.twelvemonkeys.imageio.color.DiscreteAlphaIndexColorModel
 
getRed(Object) - Method in class com.twelvemonkeys.imageio.color.DiscreteAlphaIndexColorModel
 
getRed(Object) - Method in class com.twelvemonkeys.imageio.color.Int16ComponentColorModel
 
getSourceRegion(ImageWriteParam, int, int) - Static method in class com.twelvemonkeys.imageio.ImageWriterBase
 
getSourceRegion(IIOParam, int, int) - Static method in class com.twelvemonkeys.imageio.util.IIOUtil
 
getStandardChromaNode() - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport
 
getStandardCompressionNode() - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport
 
getStandardDataNode() - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport
 
getStandardDimensionNode() - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport
 
getStandardDocumentNode() - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport
 
getStandardTextNode() - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport
 
getStandardTransparencyNode() - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport
 
getStreamMetadata() - Method in class com.twelvemonkeys.imageio.ImageReaderBase
Default implementation that always returns null.
getVendorName() - Method in class com.twelvemonkeys.imageio.spi.ProviderInfo
Returns the vendor name, as specified in the manifest entry Implementation-Vendor for the package.
getVersion() - Method in class com.twelvemonkeys.imageio.spi.ProviderInfo
Returns the version/build number string, as specified in the manifest entry Implementation-Version for the package.
getWhitePoint() - Method in enum com.twelvemonkeys.imageio.color.CIELabColorConverter.Illuminant
 

H

hasExplicitDestination(ImageReadParam) - Static method in class com.twelvemonkeys.imageio.ImageReaderBase
Tests if param has explicit destination.

I

IIOUtil - Class in com.twelvemonkeys.imageio.util
IIOUtil
imageComplete(ImageReader) - Method in class com.twelvemonkeys.imageio.util.ProgressListenerBase
 
imageComplete(ImageWriter) - Method in class com.twelvemonkeys.imageio.util.ProgressListenerBase
 
imageInput - Variable in class com.twelvemonkeys.imageio.ImageReaderBase
For convenience.
imageOutput - Variable in class com.twelvemonkeys.imageio.ImageWriterBase
For convenience.
imageProgress(ImageReader, float) - Method in class com.twelvemonkeys.imageio.util.ProgressListenerBase
 
imageProgress(ImageWriter, float) - Method in class com.twelvemonkeys.imageio.util.ProgressListenerBase
 
ImageReaderBase - Class in com.twelvemonkeys.imageio
Abstract base class for image readers.
ImageReaderBase(ImageReaderSpi) - Constructor for class com.twelvemonkeys.imageio.ImageReaderBase
Constructs an ImageReader and sets its originatingProvider field to the supplied value.
ImageReaderSpiBase - Class in com.twelvemonkeys.imageio.spi
ImageReaderSpiBase.
ImageReaderSpiBase(ReaderWriterProviderInfo) - Constructor for class com.twelvemonkeys.imageio.spi.ImageReaderSpiBase
 
imageStarted(ImageReader, int) - Method in class com.twelvemonkeys.imageio.util.ProgressListenerBase
 
imageStarted(ImageWriter, int) - Method in class com.twelvemonkeys.imageio.util.ProgressListenerBase
 
ImageTypeSpecifiers - Class in com.twelvemonkeys.imageio.util
Factory class for creating ImageTypeSpecifiers.
ImageWriterBase - Class in com.twelvemonkeys.imageio
Abstract base class for image writers.
ImageWriterBase(ImageWriterSpi) - Constructor for class com.twelvemonkeys.imageio.ImageWriterBase
Constructs an ImageWriter and sets its originatingProvider instance variable to the supplied value.
ImageWriterSpiBase - Class in com.twelvemonkeys.imageio.spi
ImageWriterSpiBase.
ImageWriterSpiBase(ReaderWriterProviderInfo) - Constructor for class com.twelvemonkeys.imageio.spi.ImageWriterSpiBase
 
inputTypes() - Method in class com.twelvemonkeys.imageio.spi.ReaderWriterProviderInfo
 
Int16ComponentColorModel - Class in com.twelvemonkeys.imageio.color
ComponentColorModel subclass that correctly handles full 16 bit TYPE_SHORT signed integral samples.
Int16ComponentColorModel(ColorSpace, boolean, boolean) - Constructor for class com.twelvemonkeys.imageio.color.Int16ComponentColorModel
 
isCached() - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
Deprecated.
 
isCached() - Method in class com.twelvemonkeys.imageio.stream.ByteArrayImageInputStream
 
isCached() - Method in class com.twelvemonkeys.imageio.stream.SubImageOutputStream
 
isCachedFile() - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
Deprecated.
 
isCachedFile() - Method in class com.twelvemonkeys.imageio.stream.SubImageOutputStream
 
isCachedMemory() - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
Deprecated.
 
isCachedMemory() - Method in class com.twelvemonkeys.imageio.stream.ByteArrayImageInputStream
 
isCachedMemory() - Method in class com.twelvemonkeys.imageio.stream.SubImageOutputStream
 
isCompatibleRaster(Raster) - Method in class com.twelvemonkeys.imageio.color.DiscreteAlphaIndexColorModel
 
isCompatibleSampleModel(SampleModel) - Method in class com.twelvemonkeys.imageio.color.DiscreteAlphaIndexColorModel
 
isCS_GRAY(ICC_Profile) - Static method in class com.twelvemonkeys.imageio.color.ColorProfiles
Tests whether an ICC color profile is equal to the default GRAY profile.
isCS_GRAY(ICC_Profile) - Static method in class com.twelvemonkeys.imageio.color.ColorSpaces
Deprecated.
isCS_sRGB(ICC_Profile) - Static method in class com.twelvemonkeys.imageio.color.ColorProfiles
Tests whether an ICC color profile is equal to the default sRGB profile.
isCS_sRGB(ICC_Profile) - Static method in class com.twelvemonkeys.imageio.color.ColorSpaces
Deprecated.
isReadOnly() - Method in class com.twelvemonkeys.imageio.AbstractMetadata
Default implementation returns true.

L

length() - Method in class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStream
Deprecated.
 
length() - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
Deprecated.
 
length() - Method in class com.twelvemonkeys.imageio.stream.ByteArrayImageInputStream
 
length() - Method in class com.twelvemonkeys.imageio.stream.DirectImageInputStream
 
length() - Method in class com.twelvemonkeys.imageio.stream.SubImageInputStream
 
lookupProviderByName(ServiceRegistry, String, Class<T>) - Static method in class com.twelvemonkeys.imageio.util.IIOUtil
THIS METHOD WILL BE MOVED/RENAMED, DO NOT USE.

M

main(String[]) - Static method in class com.twelvemonkeys.imageio.ImageReaderBase
 
mergeTree(String, Node) - Method in class com.twelvemonkeys.imageio.AbstractMetadata
 
mimeTypes() - Method in class com.twelvemonkeys.imageio.spi.ReaderWriterProviderInfo
 

N

nativeImageMetadataFormatClassName() - Method in class com.twelvemonkeys.imageio.spi.ReaderWriterProviderInfo
 
nativeImageMetadataFormatName() - Method in class com.twelvemonkeys.imageio.spi.ReaderWriterProviderInfo
 
nativeStreamMetadataFormatClassName() - Method in class com.twelvemonkeys.imageio.spi.ReaderWriterProviderInfo
 
nativeStreamMetadataFormatName() - Method in class com.twelvemonkeys.imageio.spi.ReaderWriterProviderInfo
 

O

onRegistration(ServiceRegistry, Class<?>) - Method in class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStreamSpi
 
onRegistration(ServiceRegistry, Class<?>) - Method in class com.twelvemonkeys.imageio.stream.BufferedInputStreamImageInputStreamSpi
 
onRegistration(ServiceRegistry, Class<?>) - Method in class com.twelvemonkeys.imageio.stream.BufferedRAFImageInputStreamSpi
 
orientation - Variable in class com.twelvemonkeys.imageio.StandardImageMetadataSupport
 
outputTypes() - Method in class com.twelvemonkeys.imageio.spi.ReaderWriterProviderInfo
 

P

pixelAspectRatio - Variable in class com.twelvemonkeys.imageio.StandardImageMetadataSupport
 
planarConfiguration - Variable in class com.twelvemonkeys.imageio.StandardImageMetadataSupport
 
ProgressListenerBase - Class in com.twelvemonkeys.imageio.util
ProgressListenerBase
ProgressListenerBase() - Constructor for class com.twelvemonkeys.imageio.util.ProgressListenerBase
 
ProviderInfo - Class in com.twelvemonkeys.imageio.spi
Provides provider info, like vendor name and version, for ImageReaderWriterSpi subclasses based on information in the manifest.
ProviderInfo(Package) - Constructor for class com.twelvemonkeys.imageio.spi.ProviderInfo
Creates a provider information instance based on the given package.

R

RasterUtils - Class in com.twelvemonkeys.imageio.util
A class containing various raster utility methods.
read() - Method in class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStream
Deprecated.
 
read(byte[], int, int) - Method in class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStream
Deprecated.
 
read() - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
Deprecated.
 
read(byte[], int, int) - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
Deprecated.
 
read() - Method in class com.twelvemonkeys.imageio.stream.ByteArrayImageInputStream
 
read(byte[], int, int) - Method in class com.twelvemonkeys.imageio.stream.ByteArrayImageInputStream
 
read() - Method in class com.twelvemonkeys.imageio.stream.DirectImageInputStream
 
read(byte[], int, int) - Method in class com.twelvemonkeys.imageio.stream.DirectImageInputStream
 
read() - Method in class com.twelvemonkeys.imageio.stream.SubImageInputStream
 
read(byte[], int, int) - Method in class com.twelvemonkeys.imageio.stream.SubImageInputStream
 
read() - Method in class com.twelvemonkeys.imageio.stream.SubImageOutputStream
 
read(byte[], int, int) - Method in class com.twelvemonkeys.imageio.stream.SubImageOutputStream
 
readAborted(ImageReader) - Method in class com.twelvemonkeys.imageio.util.ProgressListenerBase
 
readBit() - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
Deprecated.
 
readBit() - Method in class com.twelvemonkeys.imageio.stream.DirectImageInputStream
 
readBits(int) - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
Deprecated.
 
readBits(int) - Method in class com.twelvemonkeys.imageio.stream.DirectImageInputStream
 
readerClassName() - Method in class com.twelvemonkeys.imageio.spi.ReaderWriterProviderInfo
 
ReaderFileSuffixFilter - Class in com.twelvemonkeys.imageio.util
ReaderFileSuffixFilter
ReaderFileSuffixFilter() - Constructor for class com.twelvemonkeys.imageio.util.ReaderFileSuffixFilter
 
ReaderFileSuffixFilter(String) - Constructor for class com.twelvemonkeys.imageio.util.ReaderFileSuffixFilter
 
readerSpiClassNames() - Method in class com.twelvemonkeys.imageio.spi.ReaderWriterProviderInfo
 
ReaderWriterProviderInfo - Class in com.twelvemonkeys.imageio.spi
ReaderWriterProviderInfo.
ReaderWriterProviderInfo(Class<? extends ReaderWriterProviderInfo>, String[], String[], String[], String, String[], String, String[], boolean, String, String, String[], String[], boolean, String, String, String[], String[]) - Constructor for class com.twelvemonkeys.imageio.spi.ReaderWriterProviderInfo
Creates a provider information instance based on the given class.
readInt() - Method in class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStream
Deprecated.
 
readInt() - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
Deprecated.
 
readLong() - Method in class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStream
Deprecated.
 
readLong() - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
Deprecated.
 
readProfile(InputStream) - Static method in class com.twelvemonkeys.imageio.color.ColorProfiles
Reads an ICC Profile from the given input stream, with extra validation.
readProfileRaw(InputStream) - Static method in class com.twelvemonkeys.imageio.color.ColorProfiles
Reads an ICC Profile from the given input stream, as-is, with no validation.
readShort() - Method in class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStream
Deprecated.
 
readShort() - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
Deprecated.
 
reset() - Method in class com.twelvemonkeys.imageio.AbstractMetadata
 
reset() - Method in class com.twelvemonkeys.imageio.ImageReaderBase
 
reset() - Method in class com.twelvemonkeys.imageio.ImageWriterBase
 
resetMembers() - Method in class com.twelvemonkeys.imageio.ImageReaderBase
Resets all member variables.
resetMembers() - Method in class com.twelvemonkeys.imageio.ImageWriterBase
 

S

seek(long) - Method in class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStream
Deprecated.
 
seek(long) - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
Deprecated.
 
seek(long) - Method in class com.twelvemonkeys.imageio.stream.DirectImageInputStream
 
seek(long) - Method in class com.twelvemonkeys.imageio.stream.SubImageInputStream
 
seek(long) - Method in class com.twelvemonkeys.imageio.stream.SubImageOutputStream
 
sequenceComplete(ImageReader) - Method in class com.twelvemonkeys.imageio.util.ProgressListenerBase
 
sequenceStarted(ImageReader, int) - Method in class com.twelvemonkeys.imageio.util.ProgressListenerBase
 
setByteOrder(ByteOrder) - Method in class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStream
Deprecated.
 
setByteOrder(ByteOrder) - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
Deprecated.
 
setInput(Object, boolean, boolean) - Method in class com.twelvemonkeys.imageio.ImageReaderBase
Overrides setInput, to allow easy access to the input, in case it is an ImageInputStream.
setOutput(Object) - Method in class com.twelvemonkeys.imageio.ImageWriterBase
 
showIt(BufferedImage, String) - Static method in class com.twelvemonkeys.imageio.ImageReaderBase
 
StandardImageMetadataSupport - Class in com.twelvemonkeys.imageio
Base class for easy read-only implementation of the standard image metadata format.
StandardImageMetadataSupport(StandardImageMetadataSupport.Builder) - Constructor for class com.twelvemonkeys.imageio.StandardImageMetadataSupport
 
StandardImageMetadataSupport.Builder - Class in com.twelvemonkeys.imageio
 
StandardImageMetadataSupport.ColorSpaceType - Enum in com.twelvemonkeys.imageio
 
StandardImageMetadataSupport.ImageOrientation - Enum in com.twelvemonkeys.imageio
 
StandardImageMetadataSupport.PlanarConfiguration - Enum in com.twelvemonkeys.imageio
 
StandardImageMetadataSupport.SubimageInterpretation - Enum in com.twelvemonkeys.imageio
 
StandardImageMetadataSupport.TextEntry - Class in com.twelvemonkeys.imageio
 
SubImageInputStream - Class in com.twelvemonkeys.imageio.stream
A wrapper for ImageInputStream to limit the number of bytes that can be read.
SubImageInputStream(ImageInputStream, long) - Constructor for class com.twelvemonkeys.imageio.stream.SubImageInputStream
Creates a ImageInputStream, reading up to a maximum number of bytes from the underlying stream.
subimageInterpretation - Variable in class com.twelvemonkeys.imageio.StandardImageMetadataSupport
 
SubImageOutputStream - Class in com.twelvemonkeys.imageio.stream
ImageInputStream that writes through a delegate, but keeps local position and bit offset.
SubImageOutputStream(ImageOutputStream) - Constructor for class com.twelvemonkeys.imageio.stream.SubImageOutputStream
 
subsampleRow(byte[], int, int, byte[], int, int, int, int) - Static method in class com.twelvemonkeys.imageio.util.IIOUtil
 
subsampleRow(short[], int, int, short[], int, int, int, int) - Static method in class com.twelvemonkeys.imageio.util.IIOUtil
 
subsampleRow(int[], int, int, int[], int, int, int, int) - Static method in class com.twelvemonkeys.imageio.util.IIOUtil
 
subsampleRow(float[], int, int, float[], int, int, int, int) - Static method in class com.twelvemonkeys.imageio.util.IIOUtil
 
suffixes() - Method in class com.twelvemonkeys.imageio.spi.ReaderWriterProviderInfo
 
supportsStandardImageMetadataFormat() - Method in class com.twelvemonkeys.imageio.spi.ReaderWriterProviderInfo
 
supportsStandardStreamMetadataFormat() - Method in class com.twelvemonkeys.imageio.spi.ReaderWriterProviderInfo
 

T

TextEntry(String, String) - Constructor for class com.twelvemonkeys.imageio.StandardImageMetadataSupport.TextEntry
 
TextEntry(String, String, String, String, String) - Constructor for class com.twelvemonkeys.imageio.StandardImageMetadataSupport.TextEntry
 
thumbnailComplete(ImageReader) - Method in class com.twelvemonkeys.imageio.util.ProgressListenerBase
 
thumbnailComplete(ImageWriter) - Method in class com.twelvemonkeys.imageio.util.ProgressListenerBase
 
thumbnailProgress(ImageReader, float) - Method in class com.twelvemonkeys.imageio.util.ProgressListenerBase
 
thumbnailProgress(ImageWriter, float) - Method in class com.twelvemonkeys.imageio.util.ProgressListenerBase
 
thumbnailStarted(ImageReader, int, int) - Method in class com.twelvemonkeys.imageio.util.ProgressListenerBase
 
thumbnailStarted(ImageWriter, int, int) - Method in class com.twelvemonkeys.imageio.util.ProgressListenerBase
 
toListString(short[]) - Static method in class com.twelvemonkeys.imageio.AbstractMetadata
 
toRGB(float, float, float, float[]) - Method in class com.twelvemonkeys.imageio.color.CIELabColorConverter
 
toString() - Method in class com.twelvemonkeys.imageio.color.DiscreteAlphaIndexColorModel
 
toString() - Method in class com.twelvemonkeys.imageio.spi.ProviderInfo
 
toString() - Method in enum com.twelvemonkeys.imageio.StandardImageMetadataSupport.ColorSpaceType
 

U

UInt32ColorModel - Class in com.twelvemonkeys.imageio.color
ComponentColorModel subclass that correctly handles full 32 bit TYPE_INT unsigned integral samples.
UInt32ColorModel(ColorSpace, boolean, boolean) - Constructor for class com.twelvemonkeys.imageio.color.UInt32ColorModel
 
URLImageInputStreamSpi - Class in com.twelvemonkeys.imageio.stream
URLImageInputStreamSpi Experimental
URLImageInputStreamSpi() - Constructor for class com.twelvemonkeys.imageio.stream.URLImageInputStreamSpi
 

V

validateFormatName(String) - Method in class com.twelvemonkeys.imageio.AbstractMetadata
 
validateProfile(ICC_Profile) - Static method in class com.twelvemonkeys.imageio.color.ColorProfiles
Tests whether an ICC color profile is valid.
validateProfile(ICC_Profile) - Static method in class com.twelvemonkeys.imageio.color.ColorSpaces
valueOf(String) - Static method in enum com.twelvemonkeys.imageio.color.CIELabColorConverter.Illuminant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twelvemonkeys.imageio.StandardImageMetadataSupport.ColorSpaceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twelvemonkeys.imageio.StandardImageMetadataSupport.ImageOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twelvemonkeys.imageio.StandardImageMetadataSupport.PlanarConfiguration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twelvemonkeys.imageio.StandardImageMetadataSupport.SubimageInterpretation
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.twelvemonkeys.imageio.color.CIELabColorConverter.Illuminant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twelvemonkeys.imageio.StandardImageMetadataSupport.ColorSpaceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twelvemonkeys.imageio.StandardImageMetadataSupport.ImageOrientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twelvemonkeys.imageio.StandardImageMetadataSupport.PlanarConfiguration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twelvemonkeys.imageio.StandardImageMetadataSupport.SubimageInterpretation
Returns an array containing the constants of this enum type, in the order they are declared.

W

withBitsPerSample(int...) - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport.Builder
 
withBlackIsZero(boolean) - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport.Builder
 
withColorSpaceType(StandardImageMetadataSupport.ColorSpaceType) - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport.Builder
 
withCompressionLossless(boolean) - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport.Builder
 
withCompressionTypeName(String) - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport.Builder
 
withDocumentCreationTime(Calendar) - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport.Builder
 
withFormatVersion(String) - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport.Builder
 
withOrientation(StandardImageMetadataSupport.ImageOrientation) - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport.Builder
 
withPalette(IndexColorModel) - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport.Builder
 
withPixelAspectRatio(Double) - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport.Builder
 
withPlanarConfiguration(StandardImageMetadataSupport.PlanarConfiguration) - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport.Builder
 
withSampleMSB(int...) - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport.Builder
 
withSignificantBitsPerSample(int...) - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport.Builder
 
withSubimageInterpretation(StandardImageMetadataSupport.SubimageInterpretation) - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport.Builder
 
withTextEntries(Map<String, String>) - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport.Builder
 
withTextEntries(Collection<StandardImageMetadataSupport.TextEntry>) - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport.Builder
 
withTextEntry(String, String) - Method in class com.twelvemonkeys.imageio.StandardImageMetadataSupport.Builder
 
write(int) - Method in class com.twelvemonkeys.imageio.stream.SubImageOutputStream
 
write(byte[], int, int) - Method in class com.twelvemonkeys.imageio.stream.SubImageOutputStream
 
writeAborted(ImageWriter) - Method in class com.twelvemonkeys.imageio.util.ProgressListenerBase
 
writerClassName() - Method in class com.twelvemonkeys.imageio.spi.ReaderWriterProviderInfo
 
WriterFileSuffixFilter - Class in com.twelvemonkeys.imageio.util
WriterFileSuffixFilter
WriterFileSuffixFilter() - Constructor for class com.twelvemonkeys.imageio.util.WriterFileSuffixFilter
 
WriterFileSuffixFilter(String) - Constructor for class com.twelvemonkeys.imageio.util.WriterFileSuffixFilter
 
writerSpiClassNames() - Method in class com.twelvemonkeys.imageio.spi.ReaderWriterProviderInfo
 

Y

YCbCrConverter - Class in com.twelvemonkeys.imageio.color
Fast YCbCr to RGB conversion.
YCbCrConverter() - Constructor for class com.twelvemonkeys.imageio.color.YCbCrConverter
 
A B C D E F G H I L M N O P R S T U V W Y 
Skip navigation links

Copyright © 2023. All rights reserved.