- 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.
- 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.
- 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.
- 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.
- 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.