A B C D E F G H I L M N O P R S T U V W Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractMetadata - Class in com.twelvemonkeys.imageio
-
AbstractMetadata
- AbstractMetadata() - Constructor for class com.twelvemonkeys.imageio.AbstractMetadata
- AbstractMetadata(boolean, String, String, String[], String[]) - 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
- 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
- BufferedFileImageInputStream - Class in com.twelvemonkeys.imageio.stream
-
A buffered replacement for
FileImageInputStream
that provides greatly improved performance for shorter reads, like single byte or bit reads. - BufferedFileImageInputStream(File) - Constructor for class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStream
-
Constructs a
BufferedFileImageInputStream
that will read from a givenFile
. - BufferedFileImageInputStream(RandomAccessFile) - Constructor for class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStream
-
Constructs a
BufferedFileImageInputStream
that will read from a givenRandomAccessFile
. - BufferedFileImageInputStreamSpi - Class in com.twelvemonkeys.imageio.stream
-
BufferedFileImageInputStreamSpi Experimental
- BufferedFileImageInputStreamSpi() - Constructor for class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStreamSpi
- BufferedImageInputStream - Class in com.twelvemonkeys.imageio.stream
-
Deprecated.Use
BufferedFileImageInputStream
instead. - BufferedImageInputStream(ImageInputStream) - Constructor for class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
-
Deprecated.
- BufferedRAFImageInputStreamSpi - Class in com.twelvemonkeys.imageio.stream
-
BufferedRAFImageInputStreamSpi Experimental
- BufferedRAFImageInputStreamSpi() - Constructor for class com.twelvemonkeys.imageio.stream.BufferedRAFImageInputStreamSpi
- 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.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
- close() - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
-
Deprecated.
- ColorSpaces - Class in com.twelvemonkeys.imageio.color
-
A helper class for working with ICC color profiles and color spaces.
- 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.
- 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
- convertYCbCr2RGB(byte[], byte[], 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
- 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.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
- createStreamAdapter(ImageInputStream) - Static method in class com.twelvemonkeys.imageio.util.IIOUtil
-
Creates an
InputStream
adapter that reads from an underlyingImageInputStream
. - createStreamAdapter(ImageInputStream, long) - Static method in class com.twelvemonkeys.imageio.util.IIOUtil
-
Creates an
InputStream
adapter that reads from an underlyingImageInputStream
. - createStreamAdapter(ImageOutputStream) - Static method in class com.twelvemonkeys.imageio.util.IIOUtil
-
Creates an
OutputStream
adapter that writes to an underlyingImageOutputStream
. - 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
- D50 - com.twelvemonkeys.imageio.color.CIELabColorConverter.Illuminant
- D65 - com.twelvemonkeys.imageio.color.CIELabColorConverter.Illuminant
- deregisterProvider(ServiceRegistry, IIOServiceProvider, Class<T>) - Static method in class com.twelvemonkeys.imageio.util.IIOUtil
-
THIS METHOD WILL ME MOVED/RENAMED, DO NOT USE.
- DiscreteAlphaIndexColorModel - Class in com.twelvemonkeys.imageio.color
-
This class represents a hybrid between an
IndexColorModel
and aComponentColorModel
, 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 givenIndexColorModel
. - DiscreteAlphaIndexColorModel(IndexColorModel, int, boolean) - Constructor for class com.twelvemonkeys.imageio.color.DiscreteAlphaIndexColorModel
-
Creates a
DiscreteAlphaIndexColorModel
, delegating color map look-ups to the givenIndexColorModel
. - 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, Rectangle) - Static method in class com.twelvemonkeys.imageio.util.IIOUtil
- 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.
- fakeSubsampling(Image, IIOParam) - 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.
- 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
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() - Method in class com.twelvemonkeys.imageio.util.ReaderFileSuffixFilter
- getDescription() - Method in class com.twelvemonkeys.imageio.util.WriterFileSuffixFilter
- getDescription(Locale) - Method in class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStreamSpi
- 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
- 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.
- 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(IIOParam, int, int) - Static method in class com.twelvemonkeys.imageio.util.IIOUtil
- getSourceRegion(ImageWriteParam, int, int) - Static method in class com.twelvemonkeys.imageio.ImageWriterBase
- 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 itsoriginatingProvider
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
ImageTypeSpecifier
s. - 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 itsoriginatingProvider
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_sRGB(ICC_Profile) - Static method in class com.twelvemonkeys.imageio.color.ColorSpaces
-
Tests whether an ICC color profile is equal to the default sRGB profile.
- isReadOnly() - Method in class com.twelvemonkeys.imageio.AbstractMetadata
-
Default implementation returns
true
.
L
- length() - Method in class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStream
- 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.SubImageInputStream
- lookupProviderByName(ServiceRegistry, String, Class<T>) - Static method in class com.twelvemonkeys.imageio.util.IIOUtil
-
THIS METHOD WILL ME 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.BufferedRAFImageInputStreamSpi
- outputTypes() - Method in class com.twelvemonkeys.imageio.spi.ReaderWriterProviderInfo
P
- 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
- read() - Method in class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStream
- read() - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
-
Deprecated.
- read() - Method in class com.twelvemonkeys.imageio.stream.ByteArrayImageInputStream
- read() - 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.BufferedFileImageInputStream
- read(byte[], int, int) - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
-
Deprecated.
- read(byte[], int, int) - Method in class com.twelvemonkeys.imageio.stream.ByteArrayImageInputStream
- read(byte[], int, int) - Method in class com.twelvemonkeys.imageio.stream.SubImageInputStream
- 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.
- readBits(int) - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
-
Deprecated.
- 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
- readInt() - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
-
Deprecated.
- readLong() - Method in class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStream
- readLong() - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
-
Deprecated.
- readShort() - Method in class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStream
- 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
- seek(long) - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
-
Deprecated.
- 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
- 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 anImageInputStream
. - setOutput(Object) - Method in class com.twelvemonkeys.imageio.ImageWriterBase
- showIt(BufferedImage, String) - Static method in class com.twelvemonkeys.imageio.ImageReaderBase
- 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. - 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(float[], int, int, float[], 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(short[], int, int, short[], 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
- 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
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.ColorSpaces
-
Tests whether an ICC color profile is valid.
- valueOf(String) - Static method in enum com.twelvemonkeys.imageio.color.CIELabColorConverter.Illuminant
-
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.
W
- write(byte[], int, int) - Method in class com.twelvemonkeys.imageio.stream.SubImageOutputStream
- write(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
All Classes All Packages