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

A

AbstractImageIORegistryEntry - Class in org.apache.batik.ext.awt.image.codec.imageio
This is the base class for all ImageIO-based RegistryEntry implementations.
AbstractImageIORegistryEntry(String, String[], String[], MagicNumberRegistryEntry.MagicNumber[]) - Constructor for class org.apache.batik.ext.awt.image.codec.imageio.AbstractImageIORegistryEntry
Constructor
AbstractImageIORegistryEntry(String, String, String, int, byte[]) - Constructor for class org.apache.batik.ext.awt.image.codec.imageio.AbstractImageIORegistryEntry
Constructor, simplifies construction of entry when only one extension and one magic number is required.
addPrivateChunk(String, byte[]) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Adds a private chunk, in binary form, to the list of chunks to be stored with this image.
alpha - Variable in class org.apache.batik.ext.awt.image.codec.png.PNGSuggestedPaletteEntry
The alpha opacity value of the entry.
available() - Method in class org.apache.batik.ext.awt.image.codec.util.ForwardSeekableStream
Forwards the request to the real InputStream.

B

bitDepth - Variable in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
 
bitDepthSet - Variable in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
 
blue - Variable in class org.apache.batik.ext.awt.image.codec.png.PNGSuggestedPaletteEntry
The blue color value of the entry.

C

canSeekBackwards() - Method in class org.apache.batik.ext.awt.image.codec.util.FileCacheSeekableStream
Returns true since all FileCacheSeekableStream instances support seeking backwards.
canSeekBackwards() - Method in class org.apache.batik.ext.awt.image.codec.util.ForwardSeekableStream
Returns false since seking backwards is not supported.
canSeekBackwards() - Method in class org.apache.batik.ext.awt.image.codec.util.MemoryCacheSeekableStream
Returns true since all MemoryCacheSeekableStream instances support seeking backwards.
canSeekBackwards() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Returns true if this object supports calls to seek(pos) with an offset pos smaller than the current offset, as returned by getFilePointer.
close() - Method in class org.apache.batik.ext.awt.image.codec.util.FileCacheSeekableStream
Closes this stream and releases any system resources associated with the stream.
close() - Method in class org.apache.batik.ext.awt.image.codec.util.ForwardSeekableStream
Forwards the request to the real InputStream.
close() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableOutputStream
 
colorModel - Variable in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
The image's ColorModel.
copyData(WritableRaster) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGRed
 
copyData(WritableRaster) - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Copies an arbitrary rectangular region of the RenderedImage into a caller-supplied WritableRaster.
createComponentColorModel(SampleModel) - Static method in class org.apache.batik.ext.awt.image.codec.png.PNGRed
A convenience method to create an instance of ComponentColorModel suitable for use with the given SampleModel.

D

decodeAsRaster() - Method in interface org.apache.batik.ext.awt.image.codec.util.ImageDecoder
Returns a Raster that contains the decoded contents of the SeekableStream associated with this ImageDecoder.
decodeAsRaster(int) - Method in interface org.apache.batik.ext.awt.image.codec.util.ImageDecoder
Returns a Raster that contains the decoded contents of the SeekableStream associated with this ImageDecoder.
decodeAsRaster() - Method in class org.apache.batik.ext.awt.image.codec.util.ImageDecoderImpl
Returns a Raster that contains the decoded contents of the SeekableStream associated with this ImageDecoder.
decodeAsRaster(int) - Method in class org.apache.batik.ext.awt.image.codec.util.ImageDecoderImpl
Returns a Raster that contains the decoded contents of the SeekableStream associated with this ImageDecoder.
decodeAsRenderedImage(int) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGImageDecoder
 
decodeAsRenderedImage() - Method in interface org.apache.batik.ext.awt.image.codec.util.ImageDecoder
Returns a RenderedImage that contains the decoded contents of the SeekableStream associated with this ImageDecoder.
decodeAsRenderedImage(int) - Method in interface org.apache.batik.ext.awt.image.codec.util.ImageDecoder
Returns a RenderedImage that contains the decoded contents of the SeekableStream associated with this ImageDecoder.
decodeAsRenderedImage() - Method in class org.apache.batik.ext.awt.image.codec.util.ImageDecoderImpl
Returns a RenderedImage that contains the decoded contents of the SeekableStream associated with this ImageDecoder.
decodeAsRenderedImage(int) - Method in class org.apache.batik.ext.awt.image.codec.util.ImageDecoderImpl
Returns a RenderedImage that contains the decoded contents of the SeekableStream associated with this ImageDecoder.
dumpMetadata(IIOMetadata) - Static method in class org.apache.batik.ext.awt.image.codec.imageio.ImageIODebugUtil
 
dumpNode(Node) - Static method in class org.apache.batik.ext.awt.image.codec.imageio.ImageIODebugUtil
 

E

encode(RenderedImage) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGImageEncoder
This method encodes a RenderedImage into PNG.
encode(Raster, ColorModel) - Method in interface org.apache.batik.ext.awt.image.codec.util.ImageEncoder
Encodes a Raster with a given ColorModel and writes the output to the OutputStream associated with this ImageEncoder.
encode(RenderedImage) - Method in interface org.apache.batik.ext.awt.image.codec.util.ImageEncoder
Encodes a RenderedImage and writes the output to the OutputStream associated with this ImageEncoder.
encode(Raster, ColorModel) - Method in class org.apache.batik.ext.awt.image.codec.util.ImageEncoderImpl
Encodes a Raster with a given ColorModel and writes the output to the OutputStream associated with this ImageEncoder.
encode(RenderedImage) - Method in class org.apache.batik.ext.awt.image.codec.util.ImageEncoderImpl
Encodes a RenderedImage and writes the output to the OutputStream associated with this ImageEncoder.

F

FileCacheSeekableStream - Class in org.apache.batik.ext.awt.image.codec.util
A subclass of SeekableStream that may be used to wrap a regular InputStream.
FileCacheSeekableStream(InputStream) - Constructor for class org.apache.batik.ext.awt.image.codec.util.FileCacheSeekableStream
Constructs a MemoryCacheSeekableStream that takes its source data from a regular InputStream.
filterRow(byte[], byte[], byte[][], int, int) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Performs filtering on a row of an image.
finalize() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Releases any system resources associated with this stream by calling the close() method.
flush() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableOutputStream
Invokes getFD().sync() on the underlying RandomAccessFile.
ForwardSeekableStream - Class in org.apache.batik.ext.awt.image.codec.util
A subclass of SeekableStream that may be used to wrap a regular InputStream efficiently.
ForwardSeekableStream(InputStream) - Constructor for class org.apache.batik.ext.awt.image.codec.util.ForwardSeekableStream
Constructs a InputStreamForwardSeekableStream from a regular InputStream.
frequency - Variable in class org.apache.batik.ext.awt.image.codec.png.PNGSuggestedPaletteEntry
The probable frequency of the color in the image.

G

getBackgroundGray() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Gray
Returns the suggested gray level of the background.
getBackgroundPaletteIndex() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Palette
Returns the palette index of the suggested background color.
getBackgroundRGB() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.RGB
Returns the RGB value of the suggested background color.
getBitDepth() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns the desired bit depth for a grayscale image.
getBitShift() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Gray
Returns the desired bit shift for a grayscale image.
getBounds() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns a Rectangle indicating the image bounds.
getChildNode(Node, String) - Static method in class org.apache.batik.ext.awt.image.codec.imageio.ImageIOImageWriter
Returns a specific metadata child node
getChromaticity() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns the white point and primary chromaticities in CIE (x, y) space.
getColorModel() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns the ColorModel of the image.
getCompressedText() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns the text strings to be stored in compressed form with this image as an array of Strings.
getData() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns the entire image in a single Raster.
getData(Rectangle) - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns an arbitrary rectangular region of the RenderedImage in a Raster.
getDefaultEncodeParam(RenderedImage) - Static method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns an instance of PNGEncodeParam.Palette, PNGEncodeParam.Gray, or PNGEncodeParam.RGB appropriate for encoding the given image.
getDefaultWriteParam(ImageWriter, RenderedImage, ImageWriterParams) - Method in class org.apache.batik.ext.awt.image.codec.imageio.ImageIOImageWriter
Returns the default write parameters for encoding the image.
getDefaultWriteParam(ImageWriter, RenderedImage, ImageWriterParams) - Method in class org.apache.batik.ext.awt.image.codec.imageio.ImageIOJPEGImageWriter
Returns the default write parameters for encoding the image.
getDisplayExponent() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
Returns the current value of the display exponent parameter.
getEncodeParam() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
If getGenerateEncodeParam() is true, this method may be called after decoding has completed, and will return an instance of PNGEncodeParam containing information about the contents of the PNG file just decoded.
getExpandGrayAlpha() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
Returns the current setting of the gray/alpha expansion.
getExpandPalette() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
Returns true if palette-color images will be expanded to produce full-color output.
getFilePointer() - Method in class org.apache.batik.ext.awt.image.codec.util.FileCacheSeekableStream
Returns the current offset in this file.
getFilePointer() - Method in class org.apache.batik.ext.awt.image.codec.util.ForwardSeekableStream
Returns the current position in the stream (bytes read).
getFilePointer() - Method in class org.apache.batik.ext.awt.image.codec.util.MemoryCacheSeekableStream
Returns the current offset in this file.
getFilePointer() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableOutputStream
 
getFilePointer() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Returns the current offset in this stream.
getGamma() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns the file gamma value for the image.
getGenerateEncodeParam() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
Returns true if an instance of PNGEncodeParam will be available after an image has been decoded via the getEncodeParam method.
getHeight() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns the height of the image.
getICCProfileData() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns the ICC profile data to be stored with this image.
getInputStream() - Method in interface org.apache.batik.ext.awt.image.codec.util.ImageDecoder
Returns the SeekableStream associated with this ImageDecoder.
getInputStream() - Method in class org.apache.batik.ext.awt.image.codec.util.ImageDecoderImpl
Returns the SeekableStream associated with this ImageDecoder.
getInterlacing() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if Adam7 interlacing will be used.
getMaxTileX() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns the horizontal index of the rightmost column of tiles.
getMaxTileY() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns the vertical index of the bottom row of tiles.
getMaxX() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns the X coordinate of the column immediatetely to the right of the rightmost column of the image.
getMaxY() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns the Y coordinate of the row immediately below the bottom row of the image.
getMIMEType() - Method in class org.apache.batik.ext.awt.image.codec.imageio.ImageIOImageWriter
 
getMIMEType() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGImageWriter
 
getMinTileX() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns the horizontal index of the leftmost column of tiles.
getMinTileY() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns the vertical index of the uppermost row of tiles.
getMinX() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns the X coordinate of the leftmost column of the image.
getMinY() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns the X coordinate of the uppermost row of the image.
getModificationTime() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns the modification time to be stored with this image.
getNumPages() - Method in interface org.apache.batik.ext.awt.image.codec.util.ImageDecoder
Returns the number of pages present in the current stream.
getNumPages() - Method in class org.apache.batik.ext.awt.image.codec.util.ImageDecoderImpl
Returns the number of pages present in the current stream.
getNumPrivateChunks() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns the number of private chunks to be written to the output file.
getNumXTiles() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns the number of tiles along the tile grid in the horizontal direction.
getNumYTiles() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns the number of tiles along the tile grid in the vertical direction.
getOutput8BitGray() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
Returns the current value of the 8-bit gray output parameter.
getOutputStream() - Method in interface org.apache.batik.ext.awt.image.codec.util.ImageEncoder
Returns the OutputStream associated with this ImageEncoder.
getOutputStream() - Method in class org.apache.batik.ext.awt.image.codec.util.ImageEncoderImpl
Returns the OutputStream associated with this ImageEncoder.
getPalette() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Palette
Returns the current RGB palette.
getPaletteHistogram() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns the palette histogram to be stored with this image.
getPaletteTransparency() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Palette
Returns the alpha values associated with each palette entry.
getParam() - Method in interface org.apache.batik.ext.awt.image.codec.util.ImageDecoder
Returns the current parameters as an instance of the ImageDecodeParam interface.
getParam() - Method in class org.apache.batik.ext.awt.image.codec.util.ImageDecoderImpl
Returns the current parameters as an instance of the ImageDecodeParam interface.
getParam() - Method in interface org.apache.batik.ext.awt.image.codec.util.ImageEncoder
Returns the current parameters as an instance of the ImageEncodeParam interface.
getParam() - Method in class org.apache.batik.ext.awt.image.codec.util.ImageEncoderImpl
Returns the current parameters as an instance of the ImageEncodeParam interface.
getPerformGammaCorrection() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
Returns true if gamma correction is to be performed on the image data.
getPhysicalDimension() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns the physical dimension information to be stored with this image.
getPrivateChunkData(int) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns the data associated of the private chunk at a given index, as an array of bytes.
getPrivateChunkType(int) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns the type of the private chunk at a given index, as a 4-character String.
getProperty(String) - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Gets a property from the property set of this image.
getPropertyNames() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns a list of the properties recognized by this image.
getPropertyNames(String) - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns an array of Strings recognized as names by this property source that begin with the supplied prefix.
getSampleModel() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns the SampleModel of the image.
getSignificantBits() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns the number of significant bits for each band of the image.
getSources() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
 
getSRGBIntent() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns the sRGB rendering intent to be stored with this image.
getString(String) - Static method in class org.apache.batik.ext.awt.image.codec.util.PropertyUtil
 
getSuggestedPalette() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns the suggested palette information to be stored with this image.
getSuppressAlpha() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
Returns true if alpha (transparency) will be prevented from appearing in the output.
getText() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns the text strings to be stored in uncompressed form with this image as an array of Strings.
getTile(int, int) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGRed
 
getTile(int, int) - Method in class org.apache.batik.ext.awt.image.codec.util.SingleTileRenderedImage
Returns the image's Raster as tile (0, 0).
getTileGridXOffset() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns the X coordinate of the upper-left pixel of tile (0, 0).
getTileGridYOffset() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns the Y coordinate of the upper-left pixel of tile (0, 0).
getTileHeight() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns the height of a tile.
getTileWidth() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns the width of a tile.
getTransparentGray() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Gray
Returns the gray value to be used to denote transparency.
getTransparentRGB() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.RGB
Returns the RGB value to be used to denote transparency.
getUserExponent() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
Returns the current value of the user exponent parameter.
getWidth() - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Returns the width of the image.
Gray() - Constructor for class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Gray
Constructs an instance of PNGEncodeParam.Gray.
green - Variable in class org.apache.batik.ext.awt.image.codec.png.PNGSuggestedPaletteEntry
The green color value of the entry.

H

handleStream(InputStream, ParsedURL, boolean) - Method in class org.apache.batik.ext.awt.image.codec.imageio.AbstractImageIORegistryEntry
Decode the Stream into a RenderableImage
handleStream(InputStream, ParsedURL, boolean) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGRegistryEntry
Decode the Stream into a RenderableImage
height - Variable in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
The image's height in pixels.

I

ImageDecodeParam - Interface in org.apache.batik.ext.awt.image.codec.util
An empty (marker) interface to be implemented by all image decoder parameter classes.
ImageDecoder - Interface in org.apache.batik.ext.awt.image.codec.util
An interface describing objects that transform an InputStream into a BufferedImage or Raster.
ImageDecoderImpl - Class in org.apache.batik.ext.awt.image.codec.util
A partial implementation of the ImageDecoder interface useful for subclassing.
ImageDecoderImpl(SeekableStream, ImageDecodeParam) - Constructor for class org.apache.batik.ext.awt.image.codec.util.ImageDecoderImpl
Constructs an ImageDecoderImpl with a given SeekableStream and ImageDecodeParam instance.
ImageDecoderImpl(InputStream, ImageDecodeParam) - Constructor for class org.apache.batik.ext.awt.image.codec.util.ImageDecoderImpl
Constructs an ImageDecoderImpl with a given InputStream and ImageDecodeParam instance.
ImageEncodeParam - Interface in org.apache.batik.ext.awt.image.codec.util
An empty (marker) interface to be implemented by all image encoder parameter classes.
ImageEncoder - Interface in org.apache.batik.ext.awt.image.codec.util
An interface describing objects that transform a BufferedImage or Raster into an OutputStream.
ImageEncoderImpl - Class in org.apache.batik.ext.awt.image.codec.util
A partial implementation of the ImageEncoder interface useful for subclassing.
ImageEncoderImpl(OutputStream, ImageEncodeParam) - Constructor for class org.apache.batik.ext.awt.image.codec.util.ImageEncoderImpl
Constructs an ImageEncoderImpl with a given OutputStream and ImageEncoderParam instance.
ImageIODebugUtil - Class in org.apache.batik.ext.awt.image.codec.imageio
Helper class for debugging stuff in Image I/O.
ImageIODebugUtil() - Constructor for class org.apache.batik.ext.awt.image.codec.imageio.ImageIODebugUtil
 
ImageIOImageWriter - Class in org.apache.batik.ext.awt.image.codec.imageio
ImageWriter implementation that uses Image I/O to write images.
ImageIOImageWriter(String) - Constructor for class org.apache.batik.ext.awt.image.codec.imageio.ImageIOImageWriter
Main constructor.
ImageIOJPEGImageWriter - Class in org.apache.batik.ext.awt.image.codec.imageio
ImageWriter that encodes JPEG images using Image I/O.
ImageIOJPEGImageWriter() - Constructor for class org.apache.batik.ext.awt.image.codec.imageio.ImageIOJPEGImageWriter
Main constructor.
ImageIOJPEGRegistryEntry - Class in org.apache.batik.ext.awt.image.codec.imageio
RegistryEntry implementation for loading JPEG images through Image I/O.
ImageIOJPEGRegistryEntry() - Constructor for class org.apache.batik.ext.awt.image.codec.imageio.ImageIOJPEGRegistryEntry
 
ImageIOPNGImageWriter - Class in org.apache.batik.ext.awt.image.codec.imageio
ImageWriter that encodes PNG images using Image I/O.
ImageIOPNGImageWriter() - Constructor for class org.apache.batik.ext.awt.image.codec.imageio.ImageIOPNGImageWriter
Main constructor.
ImageIOPNGRegistryEntry - Class in org.apache.batik.ext.awt.image.codec.imageio
RegistryEntry implementation for loading PNG images through Image I/O.
ImageIOPNGRegistryEntry() - Constructor for class org.apache.batik.ext.awt.image.codec.imageio.ImageIOPNGRegistryEntry
 
ImageIOTIFFImageWriter - Class in org.apache.batik.ext.awt.image.codec.imageio
ImageWriter that encodes TIFF images using Image I/O.
ImageIOTIFFImageWriter() - Constructor for class org.apache.batik.ext.awt.image.codec.imageio.ImageIOTIFFImageWriter
Main constructor.
ImageIOTIFFRegistryEntry - Class in org.apache.batik.ext.awt.image.codec.imageio
RegistryEntry implementation for loading TIFF images through Image I/O.
ImageIOTIFFRegistryEntry() - Constructor for class org.apache.batik.ext.awt.image.codec.imageio.ImageIOTIFFRegistryEntry
 
input - Variable in class org.apache.batik.ext.awt.image.codec.util.ImageDecoderImpl
The SeekableStream associcted with this ImageEncoder.
INTENT_ABSOLUTE - Static variable in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Constant for use with the sRGB chunk.
INTENT_PERCEPTUAL - Static variable in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Constant for use with the sRGB chunk.
INTENT_RELATIVE - Static variable in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Constant for use with the sRGB chunk.
INTENT_SATURATION - Static variable in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Constant for use with the sRGB chunk.
isBackgroundSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Gray
Returns true if a 'bKGD' chunk will be output.
isBackgroundSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if a 'bKGD' chunk will be output.
isBackgroundSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Palette
Returns true if a 'bKGD' chunk will be output.
isBackgroundSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.RGB
Returns true if a 'bKGD' chunk will be output.
isBitDepthSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Gray
Returns true if the bit depth has been set.
isBitShiftSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Gray
Returns true if the bit shift has been set.
isChromaticitySet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if a 'cHRM' chunk will be output.
isCompressedTextSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if a 'zTXT' chunk will be output.
isGammaSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if a 'gAMA' chunk will be output.
isICCProfileDataSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if a 'iCCP' chunk will be output.
isModificationTimeSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if a 'tIME' chunk will be output.
isPaletteHistogramSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if a 'hIST' chunk will be output.
isPaletteSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Palette
Returns true if a 'PLTE' chunk will be output.
isPhysicalDimensionSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if a 'pHYS' chunk will be output.
isSignificantBitsSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if an 'sBIT' chunk will be output.
isSRGBIntentSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if an 'sRGB' chunk will be output.
isSuggestedPaletteSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if a 'sPLT' chunk will be output.
isTextSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if a 'tEXt' chunk will be output.
isTransparencySet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if a 'tRNS' chunk will be output.

L

localizableSupport - Static variable in class org.apache.batik.ext.awt.image.codec.util.PropertyUtil
 

M

mark(int) - Method in class org.apache.batik.ext.awt.image.codec.util.ForwardSeekableStream
Forwards the request to the real InputStream.
mark(int) - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Marks the current file position for later return using the reset() method.
markPos - Variable in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Marked position, shared by ForwardSeekableStream
markSupported() - Method in class org.apache.batik.ext.awt.image.codec.util.ForwardSeekableStream
Forwards the request to the real InputStream.
markSupported() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Returns true if marking is supported.
MemoryCacheSeekableStream - Class in org.apache.batik.ext.awt.image.codec.util
A subclass of SeekableStream that may be used to wrap a regular InputStream.
MemoryCacheSeekableStream(InputStream) - Constructor for class org.apache.batik.ext.awt.image.codec.util.MemoryCacheSeekableStream
Constructs a MemoryCacheSeekableStream that takes its source data from a regular InputStream.
minX - Variable in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
The X coordinate of the image's upper-left pixel.
minY - Variable in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
The Y coordinate of the image's upper-left pixel.

N

name - Variable in class org.apache.batik.ext.awt.image.codec.png.PNGSuggestedPaletteEntry
The name of the entry.

O

org.apache.batik.ext.awt.image.codec.imageio - package org.apache.batik.ext.awt.image.codec.imageio
 
org.apache.batik.ext.awt.image.codec.png - package org.apache.batik.ext.awt.image.codec.png
 
org.apache.batik.ext.awt.image.codec.util - package org.apache.batik.ext.awt.image.codec.util
 
output - Variable in class org.apache.batik.ext.awt.image.codec.util.ImageEncoderImpl
The OutputStream associcted with this ImageEncoder.

P

paethPredictor(int, int, int) - Static method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
The Paeth predictor routine used in PNG encoding.
Palette() - Constructor for class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Palette
Constructs an instance of PNGEncodeParam.Palette.
param - Variable in class org.apache.batik.ext.awt.image.codec.util.ImageDecoderImpl
The ImageDecodeParam object associated with this ImageEncoder.
param - Variable in class org.apache.batik.ext.awt.image.codec.util.ImageEncoderImpl
The ImageEncodeParam object associcted with this ImageEncoder.
PNG_COLOR_GRAY - Static variable in class org.apache.batik.ext.awt.image.codec.png.PNGRed
 
PNG_COLOR_GRAY_ALPHA - Static variable in class org.apache.batik.ext.awt.image.codec.png.PNGRed
 
PNG_COLOR_PALETTE - Static variable in class org.apache.batik.ext.awt.image.codec.png.PNGRed
 
PNG_COLOR_RGB - Static variable in class org.apache.batik.ext.awt.image.codec.png.PNGRed
 
PNG_COLOR_RGB_ALPHA - Static variable in class org.apache.batik.ext.awt.image.codec.png.PNGRed
 
PNG_FILTER_AVERAGE - Static variable in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Constant for use in filtering.
PNG_FILTER_AVERAGE - Static variable in class org.apache.batik.ext.awt.image.codec.png.PNGRed
 
PNG_FILTER_NONE - Static variable in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Constant for use in filtering.
PNG_FILTER_NONE - Static variable in class org.apache.batik.ext.awt.image.codec.png.PNGRed
 
PNG_FILTER_PAETH - Static variable in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Constant for use in filtering.
PNG_FILTER_PAETH - Static variable in class org.apache.batik.ext.awt.image.codec.png.PNGRed
 
PNG_FILTER_SUB - Static variable in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Constant for use in filtering.
PNG_FILTER_SUB - Static variable in class org.apache.batik.ext.awt.image.codec.png.PNGRed
 
PNG_FILTER_UP - Static variable in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Constant for use in filtering.
PNG_FILTER_UP - Static variable in class org.apache.batik.ext.awt.image.codec.png.PNGRed
 
PNGDecodeParam - Class in org.apache.batik.ext.awt.image.codec.png
An instance of ImageDecodeParam for decoding images in the PNG format.
PNGDecodeParam() - Constructor for class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
Constructs a default instance of PNGDecodeParam.
PNGEncodeParam - Class in org.apache.batik.ext.awt.image.codec.png
An instance of ImageEncodeParam for encoding images in the PNG format.
PNGEncodeParam() - Constructor for class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
 
PNGEncodeParam.Gray - Class in org.apache.batik.ext.awt.image.codec.png
 
PNGEncodeParam.Palette - Class in org.apache.batik.ext.awt.image.codec.png
 
PNGEncodeParam.RGB - Class in org.apache.batik.ext.awt.image.codec.png
 
PNGImageDecoder - Class in org.apache.batik.ext.awt.image.codec.png
 
PNGImageDecoder(InputStream, PNGDecodeParam) - Constructor for class org.apache.batik.ext.awt.image.codec.png.PNGImageDecoder
 
PNGImageEncoder - Class in org.apache.batik.ext.awt.image.codec.png
An ImageEncoder for the PNG file format.
PNGImageEncoder(OutputStream, PNGEncodeParam) - Constructor for class org.apache.batik.ext.awt.image.codec.png.PNGImageEncoder
 
PNGImageWriter - Class in org.apache.batik.ext.awt.image.codec.png
ImageWriter implementation that uses Batik's PNG codec to write PNG files.
PNGImageWriter() - Constructor for class org.apache.batik.ext.awt.image.codec.png.PNGImageWriter
 
PNGRed - Class in org.apache.batik.ext.awt.image.codec.png
 
PNGRed(InputStream) - Constructor for class org.apache.batik.ext.awt.image.codec.png.PNGRed
 
PNGRed(InputStream, PNGDecodeParam) - Constructor for class org.apache.batik.ext.awt.image.codec.png.PNGRed
 
PNGRegistryEntry - Class in org.apache.batik.ext.awt.image.codec.png
 
PNGRegistryEntry() - Constructor for class org.apache.batik.ext.awt.image.codec.png.PNGRegistryEntry
 
PNGSuggestedPaletteEntry - Class in org.apache.batik.ext.awt.image.codec.png
A class representing the fields of a PNG suggested palette entry.
PNGSuggestedPaletteEntry() - Constructor for class org.apache.batik.ext.awt.image.codec.png.PNGSuggestedPaletteEntry
 
PNGTranscoderImageIOWriteAdapter - Class in org.apache.batik.ext.awt.image.codec.imageio
This class is a helper to PNGTranscoder that writes PNG images through the Image I/O API.
PNGTranscoderImageIOWriteAdapter() - Constructor for class org.apache.batik.ext.awt.image.codec.imageio.PNGTranscoderImageIOWriteAdapter
 
PNGTranscoderInternalCodecWriteAdapter - Class in org.apache.batik.ext.awt.image.codec.png
This class is a helper to PNGTranscoder that writes PNG images through the internal PNG codec.
PNGTranscoderInternalCodecWriteAdapter() - Constructor for class org.apache.batik.ext.awt.image.codec.png.PNGTranscoderInternalCodecWriteAdapter
 
properties - Variable in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
A Hashtable containing the image properties.
PropertyUtil - Class in org.apache.batik.ext.awt.image.codec.util
 
PropertyUtil() - Constructor for class org.apache.batik.ext.awt.image.codec.util.PropertyUtil
 

R

read() - Method in class org.apache.batik.ext.awt.image.codec.util.FileCacheSeekableStream
Reads the next byte of data from the input stream.
read(byte[], int, int) - Method in class org.apache.batik.ext.awt.image.codec.util.FileCacheSeekableStream
Reads up to len bytes of data from the input stream into an array of bytes.
read() - Method in class org.apache.batik.ext.awt.image.codec.util.ForwardSeekableStream
Forwards the request to the real InputStream.
read(byte[], int, int) - Method in class org.apache.batik.ext.awt.image.codec.util.ForwardSeekableStream
Forwards the request to the real InputStream.
read() - Method in class org.apache.batik.ext.awt.image.codec.util.MemoryCacheSeekableStream
Reads the next byte of data from the input stream.
read(byte[], int, int) - Method in class org.apache.batik.ext.awt.image.codec.util.MemoryCacheSeekableStream
Reads up to len bytes of data from the input stream into an array of bytes.
read() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads the next byte of data from the input stream.
read(byte[], int, int) - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads up to len bytes of data from the input stream into an array of bytes.
readBoolean() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads a boolean from this stream.
readByte() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads a signed eight-bit value from this stream.
readChar() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads a Unicode character from this stream.
readCharLE() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads a Unicode character from this stream in little-endian order.
readDouble() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads a double from this stream.
readDoubleLE() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads a double from this stream in little-endian order.
readFloat() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads a float from this stream.
readFloatLE() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads a float from this stream in little-endian order.
readFully(byte[]) - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads b.length bytes from this stream into the byte array, starting at the current stream pointer.
readFully(byte[], int, int) - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads exactly len bytes from this stream into the byte array, starting at the current stream pointer.
readInt() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads a signed 32-bit integer from this stream.
readIntLE() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads a signed 32-bit integer from this stream in little-endian order.
readLine() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads the next line of text from this stream.
readLong() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads a signed 64-bit integer from this stream.
readLongLE() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads a signed 64-bit integer from this stream in little-endian order.
readShort() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads a signed 16-bit number from this stream.
readShortLE() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads a signed 16-bit number from this stream in little-endian order.
readUnsignedByte() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads an unsigned eight-bit number from this stream.
readUnsignedInt() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads an unsigned 32-bit integer from this stream.
readUnsignedIntLE() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads an unsigned 32-bit integer from this stream in little-endian order.
readUnsignedShort() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads an unsigned 16-bit number from this stream.
readUnsignedShortLE() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads an unsigned 16-bit number from this stream in little-endian order.
readUTF() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Reads in a string from this stream.
red - Variable in class org.apache.batik.ext.awt.image.codec.png.PNGSuggestedPaletteEntry
The red color value of the entry.
removeAllPrivateChunks() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Remove all private chunks associated with this parameter instance.
removeUnsafeToCopyPrivateChunks() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Remove all private chunks associated with this parameter instance whose 'safe-to-copy' bit is not set.
reset() - Method in class org.apache.batik.ext.awt.image.codec.util.ForwardSeekableStream
Forwards the request to the real InputStream.
reset() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Returns the file position to its position at the time of the immediately previous call to the mark() method.
RESOURCES - Static variable in class org.apache.batik.ext.awt.image.codec.util.PropertyUtil
 
RGB() - Constructor for class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.RGB
Constructs an instance of PNGEncodeParam.RGB.

S

sampleDepth - Variable in class org.apache.batik.ext.awt.image.codec.png.PNGSuggestedPaletteEntry
The depth of the color samples.
sampleModel - Variable in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
The image's SampleModel.
seek(long) - Method in class org.apache.batik.ext.awt.image.codec.util.FileCacheSeekableStream
Sets the file-pointer offset, measured from the beginning of this file, at which the next read occurs.
seek(long) - Method in class org.apache.batik.ext.awt.image.codec.util.ForwardSeekableStream
Seeks forward to the given position in the stream.
seek(long) - Method in class org.apache.batik.ext.awt.image.codec.util.MemoryCacheSeekableStream
Sets the file-pointer offset, measured from the beginning of this file, at which the next read occurs.
seek(long) - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableOutputStream
 
seek(long) - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Sets the offset, measured from the beginning of this stream, at which the next read occurs.
SeekableOutputStream - Class in org.apache.batik.ext.awt.image.codec.util
An OutputStream which can seek to an arbitrary offset.
SeekableOutputStream(RandomAccessFile) - Constructor for class org.apache.batik.ext.awt.image.codec.util.SeekableOutputStream
Constructs a SeekableOutputStream from a RandomAccessFile.
SeekableStream - Class in org.apache.batik.ext.awt.image.codec.util
An abstract subclass of java.io.InputStream that allows seeking within the input, similar to the RandomAccessFile class.
SeekableStream() - Constructor for class org.apache.batik.ext.awt.image.codec.util.SeekableStream
 
setBackgroundGray(int) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Gray
Sets the suggested gray level of the background.
setBackgroundPaletteIndex(int) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Palette
Sets the palette index of the suggested background color.
setBackgroundRGB(int[]) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.RGB
Sets the RGB value of the suggested background color.
setBitDepth(int) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Gray
Sets the desired bit depth for a grayscale image.
setBitDepth(int) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Palette
Sets the desired bit depth for a palette image.
setBitDepth(int) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.RGB
Sets the desired bit depth for an RGB image.
setBitDepth(int) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Sets the desired bit depth of an image.
setBitShift(int) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Gray
Sets the desired bit shift for a grayscale image.
setChromaticity(float[]) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Sets the white point and primary chromaticities in CIE (x, y) space.
setChromaticity(float, float, float, float, float, float, float, float) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
A convenience method that calls the array version.
setCompressedText(String[]) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Sets the text strings to be stored in compressed form with this image.
setDisplayExponent(float) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
Sets the display exponent to a given value.
setEncodeParam(PNGEncodeParam) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
Sets the current encoder param instance.
setExpandGrayAlpha(boolean) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
If set, images containing one channel of gray and one channel of alpha (GA) will be output in a 4-channel format (GGGA).
setExpandPalette(boolean) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
If set, palette color images (PNG color type 3) will be decoded into full-color (RGB) output images.
setGamma(float) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Sets the file gamma value for the image.
setGenerateEncodeParam(boolean) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
If set, an instance of PNGEncodeParam will be available after an image has been decoded via the getEncodeParam method that encapsulates information about the contents of the PNG file.
setICCProfileData(byte[]) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Sets the ICC profile data to be stored with this image.
setInterlacing(boolean) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Turns Adam7 interlacing on or off.
setModificationTime(Date) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Sets the modification time, as a Date, to be stored with this image.
setOutput8BitGray(boolean) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
If set, grayscale images with a bit depth less than 8 (1, 2, or 4) will be output in 8 bit form.
setPalette(int[]) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Palette
Sets the RGB palette of the image to be encoded.
setPaletteHistogram(int[]) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Sets the palette histogram to be stored with this image.
setPaletteTransparency(byte[]) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Palette
Sets the alpha values associated with each palette entry.
setParam(ImageDecodeParam) - Method in interface org.apache.batik.ext.awt.image.codec.util.ImageDecoder
Sets the current parameters to an instance of the ImageDecodeParam interface.
setParam(ImageDecodeParam) - Method in class org.apache.batik.ext.awt.image.codec.util.ImageDecoderImpl
Sets the current parameters to an instance of the ImageDecodeParam interface.
setParam(ImageEncodeParam) - Method in interface org.apache.batik.ext.awt.image.codec.util.ImageEncoder
Sets the current parameters to an instance of the ImageEncodeParam interface.
setParam(ImageEncodeParam) - Method in class org.apache.batik.ext.awt.image.codec.util.ImageEncoderImpl
Sets the current parameters to an instance of the ImageEncodeParam interface.
setPerformGammaCorrection(boolean) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
Turns gamma corection of the image data on or off.
setPhysicalDimension(int[]) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Sets the physical dimension information to be stored with this image.
setPhysicalDimension(int, int, int) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
A convenience method that calls the array version.
setSignificantBits(int[]) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Sets the number of significant bits for each band of the image.
setSRGBIntent(int) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Sets the sRGB rendering intent to be stored with this image.
setSuggestedPalette(PNGSuggestedPaletteEntry[]) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Sets the suggested palette information to be stored with this image.
setSuppressAlpha(boolean) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
If set, no alpha (transparency) channel will appear in the output image.
setText(String[]) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Sets the textual data to be stored in uncompressed form with this image.
setTransparentGray(int) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Gray
Sets the gray value to be used to denote transparency.
setTransparentRGB(int[]) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.RGB
Sets the RGB value to be used to denote transparency.
setUserExponent(float) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
Sets the user exponent to a given value.
SimpleRenderedImage - Class in org.apache.batik.ext.awt.image.codec.util
A simple class implemented the RenderedImage interface.
SimpleRenderedImage() - Constructor for class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
 
SingleTileRenderedImage - Class in org.apache.batik.ext.awt.image.codec.util
A simple class that provides RenderedImage functionality given a Raster and a ColorModel.
SingleTileRenderedImage(Raster, ColorModel) - Constructor for class org.apache.batik.ext.awt.image.codec.util.SingleTileRenderedImage
Constructs a SingleTileRenderedImage based on a Raster and a ColorModel.
skip(long) - Method in class org.apache.batik.ext.awt.image.codec.util.ForwardSeekableStream
Forwards the request to the real InputStream.
skipBytes(int) - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Attempts to skip over n bytes of input discarding the skipped bytes.
sources - Variable in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
The image's sources, stored in a Vector.

T

TIFFTranscoderImageIOWriteAdapter - Class in org.apache.batik.ext.awt.image.codec.imageio
This class is a helper to TIFFTranscoder that writes TIFF images through the Image I/O API.
TIFFTranscoderImageIOWriteAdapter() - Constructor for class org.apache.batik.ext.awt.image.codec.imageio.TIFFTranscoderImageIOWriteAdapter
 
tileGridXOffset - Variable in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
The X coordinate of the upper-left pixel of tile (0, 0).
tileGridYOffset - Variable in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
The Y coordinate of the upper-left pixel of tile (0, 0).
tileHeight - Variable in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
The height of a tile.
tileWidth - Variable in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
The width of a tile.
tileXToX(int, int, int) - Static method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Converts a horizontal tile index into the X coordinate of its upper left pixel relative to a given tile grid layout specified by its X offset and tile width.
tileXToX(int) - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Converts a horizontal tile index into the X coordinate of its upper left pixel.
tileYToY(int, int, int) - Static method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Converts a vertical tile index into the Y coordinate of its upper left pixel relative to a given tile grid layout specified by its Y offset and tile height.
tileYToY(int) - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Converts a vertical tile index into the Y coordinate of its upper left pixel.

U

unsetBackground() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Gray
Suppresses the 'bKGD' chunk from being output.
unsetBackground() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Palette
Suppresses the 'bKGD' chunk from being output.
unsetBackground() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.RGB
Suppresses the 'bKGD' chunk from being output.
unsetBackground() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Suppresses the 'bKGD' chunk from being output.
unsetBitDepth() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Suppresses the setting of the bit depth of a grayscale image.
unsetBitShift() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Gray
Suppresses the setting of the bit shift of a grayscale image.
unsetChromaticity() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Suppresses the 'cHRM' chunk from being output.
unsetCompressedText() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Suppresses the 'zTXt' chunk from being output.
unsetGamma() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Suppresses the 'gAMA' chunk from being output.
unsetICCProfileData() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Suppresses the 'iCCP' chunk from being output.
unsetModificationTime() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Suppresses the 'tIME' chunk from being output.
unsetPalette() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Palette
Suppresses the 'PLTE' chunk from being output.
unsetPaletteHistogram() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Suppresses the 'hIST' chunk from being output.
unsetPhysicalDimension() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Suppresses the 'pHYS' chunk from being output.
unsetSignificantBits() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Suppresses the 'sBIT' chunk from being output.
unsetSRGBIntent() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Suppresses the 'sRGB' chunk from being output.
unsetSuggestedPalette() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Suppresses the 'sPLT' chunk from being output.
unsetText() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Suppresses the 'tEXt' chunk from being output.
unsetTransparency() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Suppresses the 'tRNS' chunk from being output.
updateMetadata(IIOMetadata, ImageWriterParams) - Method in class org.apache.batik.ext.awt.image.codec.imageio.ImageIOImageWriter
Updates the metadata information based on the parameters to this writer.
updateMetadata(IIOMetadata, ImageWriterParams) - Method in class org.apache.batik.ext.awt.image.codec.imageio.ImageIOJPEGImageWriter
Updates the metadata information based on the parameters to this writer.

W

warningOccurred(ImageWriter, int, String) - Method in class org.apache.batik.ext.awt.image.codec.imageio.ImageIOImageWriter
 
width - Variable in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
The image's width in pixels.
wrapInputStream(InputStream, boolean) - Static method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Returns a SeekableStream that will read from a given InputStream, optionally including support for seeking backwards.
write(int) - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableOutputStream
 
write(byte[]) - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableOutputStream
 
write(byte[], int, int) - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableOutputStream
 
writeImage(RenderedImage, OutputStream) - Method in class org.apache.batik.ext.awt.image.codec.imageio.ImageIOImageWriter
 
writeImage(RenderedImage, OutputStream, ImageWriterParams) - Method in class org.apache.batik.ext.awt.image.codec.imageio.ImageIOImageWriter
 
writeImage(PNGTranscoder, BufferedImage, TranscoderOutput) - Method in class org.apache.batik.ext.awt.image.codec.imageio.PNGTranscoderImageIOWriteAdapter
 
writeImage(TIFFTranscoder, BufferedImage, TranscoderOutput) - Method in class org.apache.batik.ext.awt.image.codec.imageio.TIFFTranscoderImageIOWriteAdapter
 
writeImage(RenderedImage, OutputStream) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGImageWriter
 
writeImage(RenderedImage, OutputStream, ImageWriterParams) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGImageWriter
 
writeImage(PNGTranscoder, BufferedImage, TranscoderOutput) - Method in class org.apache.batik.ext.awt.image.codec.png.PNGTranscoderInternalCodecWriteAdapter
 

X

XToTileX(int, int, int) - Static method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Converts a pixel's X coordinate into a horizontal tile index relative to a given tile grid layout specified by its X offset and tile width.
XToTileX(int) - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Converts a pixel's X coordinate into a horizontal tile index.

Y

YToTileY(int, int, int) - Static method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Converts a pixel's Y coordinate into a vertical tile index relative to a given tile grid layout specified by its Y offset and tile height.
YToTileY(int) - Method in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
Converts a pixel's Y coordinate into a vertical tile index.
A B C D E F G H I L M N O P R S T U W X Y 
Skip navigation links

Copyright © 2000–2022 Apache Software Foundation. All rights reserved.