xmlgraphics-commons 1.0
A B C D E F G H I J L M N O P R S T U V W X Y Z

A

ASCII85Constants - interface org.apache.xmlgraphics.util.io.ASCII85Constants.
This interface defines constants used by the ASCII85 filters.
ASCII85InputStream - class org.apache.xmlgraphics.util.io.ASCII85InputStream.
This class applies a ASCII85 decoding to the stream.
ASCII85InputStream(InputStream) - Constructor for class org.apache.xmlgraphics.util.io.ASCII85InputStream
 
ASCII85OutputStream - class org.apache.xmlgraphics.util.io.ASCII85OutputStream.
This class applies a ASCII85 encoding to the stream.
ASCII85OutputStream(OutputStream) - Constructor for class org.apache.xmlgraphics.util.io.ASCII85OutputStream
 
ASCIIHexOutputStream - class org.apache.xmlgraphics.util.io.ASCIIHexOutputStream.
This class applies a ASCII Hex encoding to the stream.
ASCIIHexOutputStream(OutputStream) - Constructor for class org.apache.xmlgraphics.util.io.ASCIIHexOutputStream
 
ATEND - Static variable in class org.apache.xmlgraphics.ps.PSGenerator
Indicator for the PostScript interpreter that the value is provided later in the document (mostly in the %%Trailer section).
AbstractGraphics2D - class org.apache.xmlgraphics.java2d.AbstractGraphics2D.
This extension of the java.awt.Graphics2D abstract class is still abstract, but it implements a lot of the Graphics2D method in a way that concrete implementations can reuse.
AbstractGraphics2D(boolean) - Constructor for class org.apache.xmlgraphics.java2d.AbstractGraphics2D
 
AbstractGraphics2D(AbstractGraphics2D) - Constructor for class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Creates a new AbstractGraphics2D from an existing instance.
AbstractPSDocumentGraphics2D - class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D.
This class is a wrapper for the PSGraphics2D that is used to create a full document around the PostScript rendering from PSGraphics2D.
AbstractPSDocumentGraphics2D(boolean, OutputStream, int, int) - Constructor for class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
Create a new AbstractPSDocumentGraphics2D.
AbstractPSDocumentGraphics2D(AbstractPSDocumentGraphics2D) - Constructor for class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
This constructor supports the create method
AbstractRed - class org.apache.xmlgraphics.image.rendered.AbstractRed.
This is an abstract base class that takes care of most of the normal issues surrounding the implementation of the CachableRed (RenderedImage) interface.
AbstractRed() - Constructor for class org.apache.xmlgraphics.image.rendered.AbstractRed
void constructor.
AbstractRed(Rectangle, Map) - Constructor for class org.apache.xmlgraphics.image.rendered.AbstractRed
Construct an Abstract RenderedImage from a bounds rect and props (may be null).
AbstractRed(CachableRed, Map) - Constructor for class org.apache.xmlgraphics.image.rendered.AbstractRed
Construct an Abstract RenderedImage from a source image and props (may be null).
AbstractRed(CachableRed, Rectangle, Map) - Constructor for class org.apache.xmlgraphics.image.rendered.AbstractRed
Construct an Abstract RenderedImage from a source image, bounds rect and props (may be null).
AbstractRed(CachableRed, Rectangle, ColorModel, SampleModel, Map) - Constructor for class org.apache.xmlgraphics.image.rendered.AbstractRed
Construct an Abstract RenderedImage from a source image, bounds rect and props (may be null).
AbstractRed(CachableRed, Rectangle, ColorModel, SampleModel, int, int, Map) - Constructor for class org.apache.xmlgraphics.image.rendered.AbstractRed
Construct an Abstract Rable from a bounds rect and props (may be null).
AbstractRed(List, Rectangle, Map) - Constructor for class org.apache.xmlgraphics.image.rendered.AbstractRed
Construct an Abstract Rable from a List of sources a bounds rect and props (may be null).
AbstractRed(List, Rectangle, ColorModel, SampleModel, Map) - Constructor for class org.apache.xmlgraphics.image.rendered.AbstractRed
Construct an Abstract RenderedImage from a bounds rect, ColorModel (may be null), SampleModel (may be null) and props (may be null).
AbstractRed(List, Rectangle, ColorModel, SampleModel, int, int, Map) - Constructor for class org.apache.xmlgraphics.image.rendered.AbstractRed
Construct an Abstract RenderedImage from a bounds rect, ColorModel (may be null), SampleModel (may be null), tile grid offsets and props (may be null).
Any2sRGBRed - class org.apache.xmlgraphics.image.rendered.Any2sRGBRed.
This function will tranform an image from any colorspace into a luminance image.
Any2sRGBRed(CachableRed) - Constructor for class org.apache.xmlgraphics.image.rendered.Any2sRGBRed
Construct a luminace image from src.
addPrivateChunk(String, byte[]) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Adds a private chunk, in binary form, to the list of chunks to be stored with this image.
addRenderingHints(Map) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Sets the values of an arbitrary number of preferences for the rendering algorithms.
addRenderingHints(Map) - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Sets the values of an arbitrary number of preferences for the rendering algorithms.
addStringToTable(byte[], byte) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFLZWDecoder
Add a new string to the string table.
addStringToTable(byte[]) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFLZWDecoder
Add a new string to the string table.
alpha - Variable in class org.apache.xmlgraphics.image.codec.png.PNGSuggestedPaletteEntry
The alpha opacity value of the entry.
applyLut_INT(WritableRaster, int[]) - Static method in class org.apache.xmlgraphics.image.rendered.Any2sRGBRed
 
applyPaint(Paint, boolean) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Applies a new Paint object.
applyStroke(Stroke) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Applies a new Stroke object.
available() - Method in class org.apache.xmlgraphics.image.codec.util.ForwardSeekableStream
Forwards the request to the real InputStream.
available() - Method in class org.apache.xmlgraphics.util.io.Base64DecodeStream
 

B

BBOX - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Bounding box for the document
BEGIN_DATA - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the start of a data section
BEGIN_DEFAULTS - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the start of the defaults section
BEGIN_DOCUMENT - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the start of an embedded document
BEGIN_EMULATION - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the start of a non-PostScript section
BEGIN_FEATURE - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the start of a PPD feature
BEGIN_OBJECT - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the start of a graphic object
BEGIN_PAGE_SETUP - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the start of the page setup section
BEGIN_PREVIEW - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the start of a preview section (EPS only)
BEGIN_PROLOG - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the start of the prolog
BEGIN_RESOURCE - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the start of a resource (font, file, procset)
BEGIN_SETUP - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the start of the document setup
Base64DecodeStream - class org.apache.xmlgraphics.util.io.Base64DecodeStream.
This class implements a Base64 Character decoder as specified in RFC1113.
Base64DecodeStream(InputStream) - Constructor for class org.apache.xmlgraphics.util.io.Base64DecodeStream
 
Base64EncodeStream - class org.apache.xmlgraphics.util.io.Base64EncodeStream.
This class implements a Base64 Character encoder as specified in RFC1113.
Base64EncodeStream(OutputStream) - Constructor for class org.apache.xmlgraphics.util.io.Base64EncodeStream
 
Base64EncodeStream(OutputStream, boolean) - Constructor for class org.apache.xmlgraphics.util.io.Base64EncodeStream
 
BufferedImageCachableRed - class org.apache.xmlgraphics.image.rendered.BufferedImageCachableRed.
This implements CachableRed based on a BufferedImage.
BufferedImageCachableRed(BufferedImage) - Constructor for class org.apache.xmlgraphics.image.rendered.BufferedImageCachableRed
Construct an instance of CachableRed around a BufferedImage.
BufferedImageCachableRed(BufferedImage, int, int) - Constructor for class org.apache.xmlgraphics.image.rendered.BufferedImageCachableRed
 
background - Variable in class org.apache.xmlgraphics.java2d.GraphicContext
Current background color.
bitDepth - Variable in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
 
bitDepthSet - Variable in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
 
blue - Variable in class org.apache.xmlgraphics.image.codec.png.PNGSuggestedPaletteEntry
The blue color value of the entry.
bounds - Variable in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
buildBufferedImage(Dimension) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Creates a buffered image.
bundleName - Variable in class org.apache.xmlgraphics.util.i18n.LocalizableSupport
The resource bundle classname.

C

COMPRESSION_DEFLATE - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
DEFLATE lossless compression (also known as "Zip-in-TIFF").
COMPRESSION_GROUP3_1D - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
Modified Huffman Compression (CCITT Group 3 1D facsimile compression).
COMPRESSION_GROUP3_2D - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
CCITT T.4 bilevel compression (CCITT Group 3 2D facsimile compression).
COMPRESSION_GROUP4 - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
CCITT T.6 bilevel compression (CCITT Group 4 facsimile compression).
COMPRESSION_JPEG_BROKEN - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
Code for original JPEG-in-TIFF compression which has been depricated (for many good reasons) in favor of Tech Note 2 JPEG compression (compression scheme 7).
COMPRESSION_JPEG_TTN2 - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
JPEG-in-TIFF compression.
COMPRESSION_LZW - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
LZW compression.
COMPRESSION_NONE - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
No compression.
COMPRESSION_PACKBITS - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
Byte-oriented run-length encoding "PackBits" compression.
COMP_DEFLATE - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImage
 
COMP_FAX_G3_1D - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImage
 
COMP_FAX_G3_2D - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImage
 
COMP_FAX_G4_2D - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImage
 
COMP_JPEG_OLD - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImage
 
COMP_JPEG_TTN2 - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImage
 
COMP_LZW - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImage
 
COMP_NONE - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImage
 
COMP_PACKBITS - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImage
 
COPYRIGHT - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Copyright information associated with the document or resource
CREATION_DATE - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Date and time when the document was created
CREATOR - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Creator of the document
CachableRed - interface org.apache.xmlgraphics.image.rendered.CachableRed.
This provides a number of extra methods that enable a system to better analyse the dependencies between nodes in a render graph.
canSeekBackwards() - Method in class org.apache.xmlgraphics.image.codec.util.FileCacheSeekableStream
Returns true since all FileCacheSeekableStream instances support seeking backwards.
canSeekBackwards() - Method in class org.apache.xmlgraphics.image.codec.util.ForwardSeekableStream
Returns false since seking backwards is not supported.
canSeekBackwards() - Method in class org.apache.xmlgraphics.image.codec.util.MemoryCacheSeekableStream
Returns true since all MemoryCacheSeekableStream instances support seeking backwards.
canSeekBackwards() - Method in class org.apache.xmlgraphics.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.
charToGlyphName(char) - Static method in class org.apache.xmlgraphics.fonts.Glyphs
Return the glyphname from a character, eg, charToGlyphName('\\') returns "backslash"
checkTransform(AffineTransform) - Method in class org.apache.xmlgraphics.ps.PSState
Check the current transform.
classLoader - Variable in class org.apache.xmlgraphics.util.i18n.LocalizableSupport
The classloader to use to create the resource bundle.
clearRect(int, int, int, int) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Clears the specified rectangle by filling it with the background color of the current drawing surface.
clip(Shape) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Intersects the current Clip with the interior of the specified Shape and sets the Clip to the resulting intersection.
clip - Variable in class org.apache.xmlgraphics.java2d.GraphicContext
Current clip
clip(Shape) - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Intersects the current Clip with the interior of the specified Shape and sets the Clip to the resulting intersection.
clipRect(int, int, int, int) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Intersects the current clip with the specified rectangle.
clipRect(int, int, int, int) - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Intersects the current clip with the specified rectangle.
clone() - Method in class org.apache.xmlgraphics.java2d.GraphicContext
 
clone() - Method in class org.apache.xmlgraphics.java2d.TransformStackElement
 
close() - Method in class org.apache.xmlgraphics.image.codec.util.FileCacheSeekableStream
Closes this stream and releases any system resources associated with the stream.
close() - Method in class org.apache.xmlgraphics.image.codec.util.ForwardSeekableStream
Forwards the request to the real InputStream.
close() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableOutputStream
 
close() - Method in class org.apache.xmlgraphics.util.io.ASCII85OutputStream
 
close() - Method in class org.apache.xmlgraphics.util.io.ASCIIHexOutputStream
 
close() - Method in class org.apache.xmlgraphics.util.io.Base64DecodeStream
 
close() - Method in class org.apache.xmlgraphics.util.io.Base64EncodeStream
 
close() - Method in class org.apache.xmlgraphics.util.io.RunLengthEncodeOutputStream
 
close() - Method in class org.apache.xmlgraphics.util.io.SubInputStream
 
closePage() - Method in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
 
cm - Variable in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
coerceColorModel(ColorModel, boolean) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
Create a new ColorModel with it's alpha premultiplied state matching newAlphaPreMult.
coerceData(WritableRaster, ColorModel, boolean) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
Coerces data within a bufferedImage to match newAlphaPreMult, Note that this can not change the colormodel of bi so you
colorModel - Variable in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
The image's ColorModel.
commentln(String) - Method in class org.apache.xmlgraphics.ps.PSGenerator
Writes a comment to the stream and ends the line.
compareTo(Object) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Compares this TIFFField with another TIFFField by comparing the tags.
composeString(byte[], byte) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFLZWDecoder
Append newString to the end of oldString.
composite - Variable in class org.apache.xmlgraphics.java2d.GraphicContext
Current Composite
concatMatrix(double, double, double, double, double, double) - Method in class org.apache.xmlgraphics.ps.PSGenerator
Concats the transformation matrix.
concatMatrix(double[]) - Method in class org.apache.xmlgraphics.ps.PSGenerator
Concats the transformations matrix.
concatMatrix(AffineTransform) - Method in class org.apache.xmlgraphics.ps.PSGenerator
Concats the transformations matric.
concatMatrix(AffineTransform) - Method in class org.apache.xmlgraphics.ps.PSState
Concats the given transformation matrix with the current one.
concatenate(TransformStackElement) - Method in class org.apache.xmlgraphics.java2d.TransformStackElement
 
construct(CachableRed, ColorModel) - Static method in class org.apache.xmlgraphics.image.rendered.FormatRed
 
convertStringToDSC(String) - Static method in class org.apache.xmlgraphics.ps.PSGenerator
Converts text by applying escaping rules established in the DSC specs.
convertStringToDSC(String, boolean) - Static method in class org.apache.xmlgraphics.ps.PSGenerator
Converts text by applying escaping rules established in the DSC specs.
convertTosRGB(CachableRed) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
This method will return a CacheableRed that has it's data in the sRGB colorspace.
copyArea(int, int, int, int, int, int) - Method in class org.apache.xmlgraphics.java2d.DefaultGraphics2D
Copies an area of the component by a distance specified by dx and dy.
copyArea(int, int, int, int, int, int) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Copies an area of the component by a distance specified by dx and dy.
copyBand(Raster, int, WritableRaster, int) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
 
copyBand(Raster, Rectangle, int, WritableRaster, Rectangle, int) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
 
copyBand(Raster, int, WritableRaster, int) - Static method in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
copyData(Raster, WritableRaster) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
Copies data from one raster to another.
copyData(BufferedImage, BufferedImage) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
Copies data from one bufferedImage to another paying attention to the state of AlphaPreMultiplied.
copyData(BufferedImage, Rectangle, BufferedImage, Point) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
Copies data from one bufferedImage to another paying attention to the state of AlphaPreMultiplied.
copyData(WritableRaster) - Method in class org.apache.xmlgraphics.image.codec.png.PNGRed
 
copyData(WritableRaster) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFImage
 
copyData(WritableRaster) - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
Copies an arbitrary rectangular region of the RenderedImage into a caller-supplied WritableRaster.
copyData(WritableRaster) - Method in class org.apache.xmlgraphics.image.rendered.Any2sRGBRed
 
copyData(WritableRaster) - Method in class org.apache.xmlgraphics.image.rendered.BufferedImageCachableRed
 
copyData(WritableRaster) - Method in class org.apache.xmlgraphics.image.rendered.FormatRed
 
copyData(WritableRaster) - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
copyData_FALLBACK(Raster, WritableRaster) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
 
copyData_INT_PACK(Raster, WritableRaster) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
An internal optimized version of copyData designed to work on Integer packed data with a SinglePixelPackedSampleModel.
copyRaster(Raster) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
Creates a new raster that has a copy of the data in ras.
copyRaster(Raster, int, int) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
Creates a new raster that has a copy of the data in ras.
copyToRaster(WritableRaster) - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
Copies data from this images tile grid into wr.
create() - Method in class org.apache.xmlgraphics.java2d.DefaultGraphics2D
Creates a new Graphics object that is a copy of this Graphics object.
create() - Method in class org.apache.xmlgraphics.java2d.ps.PSDocumentGraphics2D
Creates a new Graphics object that is a copy of this Graphics object.
create() - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Creates a new Graphics object that is a copy of this Graphics object.
createComponentColorModel(SampleModel) - Static method in class org.apache.xmlgraphics.image.codec.png.PNGRed
A convenience method to create an instance of ComponentColorModel suitable for use with the given SampleModel.
createGeneralTransformElement(AffineTransform) - Static method in class org.apache.xmlgraphics.java2d.TransformStackElement
 
createRotateElement(double) - Static method in class org.apache.xmlgraphics.java2d.TransformStackElement
 
createScaleElement(double, double) - Static method in class org.apache.xmlgraphics.java2d.TransformStackElement
 
createShearElement(double, double) - Static method in class org.apache.xmlgraphics.java2d.TransformStackElement
 
createTranslateElement(double, double) - Static method in class org.apache.xmlgraphics.java2d.TransformStackElement
 
currentColour - Variable in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
the current colour for use in svg
customTextHandler - Variable in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Custom text handler

D

DEFAULT - Static variable in class org.apache.xmlgraphics.util.i18n.LocaleGroup
The default group.
DEFAULT_DASH - Static variable in class org.apache.xmlgraphics.ps.PSState
Default for setdash
DEFAULT_RGB_COLOR - Static variable in class org.apache.xmlgraphics.ps.PSState
Default color in PostScript
DOCUMENT_DATA - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Type of data
DOCUMENT_MEDIA - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
This comment indicates all types of paper media (paper sizes, weight, color) this document requires.
DOCUMENT_NEEDED_RESOURCES - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
This comment provides a list of resources the document needs
DOCUMENT_SUPPLIED_RESOURCES - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
This comment provides a list of resources the document includes
DSCConstants - class org.apache.xmlgraphics.ps.DSCConstants.
This class defines constants with Strings for the DSC specification.
DSCConstants() - Constructor for class org.apache.xmlgraphics.ps.DSCConstants
 
DefaultGraphics2D - class org.apache.xmlgraphics.java2d.DefaultGraphics2D.
This concrete implementation of AbstractGraphics2D is a simple help to programmers to get started with their own implementation of Graphics2D.
DefaultGraphics2D(boolean) - Constructor for class org.apache.xmlgraphics.java2d.DefaultGraphics2D
Default constructor
DefaultGraphics2D(DefaultGraphics2D) - Constructor for class org.apache.xmlgraphics.java2d.DefaultGraphics2D
This constructor supports the create method
decode(byte[], byte[], int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFLZWDecoder
Method to decode LZW compressed data.
decode16BitsTo8Bits(int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDecodeParam
Returns an unsigned 8 bit value computed by dithering the unsigned 16 bit value.
decodeAsRaster() - Method in interface org.apache.xmlgraphics.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.xmlgraphics.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.xmlgraphics.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.xmlgraphics.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.xmlgraphics.image.codec.png.PNGImageDecoder
 
decodeAsRenderedImage(int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
decodeAsRenderedImage() - Method in interface org.apache.xmlgraphics.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.xmlgraphics.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.xmlgraphics.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.xmlgraphics.image.codec.util.ImageDecoderImpl
Returns a RenderedImage that contains the decoded contents of the SeekableStream associated with this ImageDecoder.
decodeSigned16BitsTo8Bits(short) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDecodeParam
Returns an unsigned 8 bit value computed by dithering the signed 16 bit value.
defaultTransform - Variable in class org.apache.xmlgraphics.java2d.GraphicContext
Default Transform to be used for creating FontRenderContext.
defineRect(double, double, double, double) - Method in class org.apache.xmlgraphics.ps.PSGenerator
Adds a rectangle to the current path.
defineWinAnsiEncoding(PSGenerator) - Static method in class org.apache.xmlgraphics.ps.PSFontUtils
Defines the WinAnsi encoding for use in PostScript files.
dispose() - Method in class org.apache.xmlgraphics.java2d.DefaultGraphics2D
Disposes of this graphics context and releases any system resources that it is using.
dispose() - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Disposes of this graphics context and releases any system resources that it is using.
divideAlpha(WritableRaster) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
 
divide_BYTE_COMP_Data(WritableRaster) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
 
divide_INT_PACK_Data(WritableRaster) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
 
doDrawing(boolean, boolean, boolean) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Commits a painting operation.
draw(Shape) - Method in class org.apache.xmlgraphics.java2d.DefaultGraphics2D
Strokes the outline of a Shape using the settings of the current Graphics2D context.
draw(Shape) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Strokes the outline of a Shape using the settings of the current Graphics2D context.
drawArc(int, int, int, int, int, int) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Draws the outline of a circular or elliptical arc covering the specified rectangle.
drawGlyphVector(GlyphVector, float, float) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Renders the text of the specified GlyphVector using the Graphics2D context's rendering attributes.
drawImage(Image, int, int, Color, ImageObserver) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
drawImage(Image, AffineTransform, ImageObserver) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Renders an image, applying a transform from image space into user space before drawing.
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Renders a BufferedImage that is filtered with a BufferedImageOp.
drawImage(Image, int, int, ImageObserver) - Method in class org.apache.xmlgraphics.java2d.DefaultGraphics2D
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.apache.xmlgraphics.java2d.DefaultGraphics2D
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
drawImage(Image, int, int, ImageObserver) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
drawLine(int, int, int, int) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Draws a line, using the current color, between the points (x1, y1) and (x2, y2) in this graphics context's coordinate system.
drawOval(int, int, int, int) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Draws the outline of an oval.
drawPolygon(int[], int[], int) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Draws a closed polygon defined by arrays of x and y coordinates.
drawPolyline(int[], int[], int) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Draws a sequence of connected lines defined by arrays of x and y coordinates.
drawRect(int, int, int, int) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
 
drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.apache.xmlgraphics.java2d.DefaultGraphics2D
Renders a RenderableImage, applying a transform from image space into user space before drawing.
drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Renders a RenderableImage, applying a transform from image space into user space before drawing.
drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.apache.xmlgraphics.java2d.DefaultGraphics2D
Renders a RenderedImage, applying a transform from image space into user space before drawing.
drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Renders a RenderedImage, applying a transform from image space into user space before drawing.
drawRoundRect(int, int, int, int, int, int) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Draws an outlined round-cornered rectangle using this graphics context's current color.
drawString(String, int, int) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Draws the text given by the specified string, using this graphics context's current font and color.
drawString(AttributedCharacterIterator, int, int) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Draws the text given by the specified iterator, using this graphics context's current color.
drawString(String, float, float) - Method in class org.apache.xmlgraphics.java2d.DefaultGraphics2D
Renders the text specified by the specified String, using the current Font and Paint attributes in the Graphics2D context.
drawString(AttributedCharacterIterator, float, float) - Method in class org.apache.xmlgraphics.java2d.DefaultGraphics2D
Renders the text of the specified iterator, using the Graphics2D context's current Paint.
drawString(String, float, float) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Renders the text specified by the specified String, using the current Font and Paint attributes in the Graphics2D context.
drawString(AttributedCharacterIterator, float, float) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Renders the text of the specified iterator, using the Graphics2D context's current Paint.
drawString(String, float, float) - Method in class org.apache.xmlgraphics.java2d.ps.StrokingTextHandler
 
drawString(String, float, float) - Method in interface org.apache.xmlgraphics.java2d.ps.TextHandler
Draw some text.
dumpMetadata(IIOMetadata) - Static method in class org.apache.xmlgraphics.util.ImageIODebugUtil
 
dumpNode(Node) - Static method in class org.apache.xmlgraphics.util.ImageIODebugUtil
 

E

EMULATION - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Use for inidicating an emulator being invoked in the document
END - Static variable in interface org.apache.xmlgraphics.util.io.ASCII85Constants
The end index for ASCII85 characters (u)
END_COMMENTS - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Explicit end of comments
END_DATA - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the end of a data section
END_DEFAULTS - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the end of the defaults section
END_DOCUMENT - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the end of an embedded document
END_EMULATION - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the end of a non-PostScript section
END_FEATURE - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the end of a PPD feature
END_OBJECT - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the end of a graphic object
END_PAGE - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the end of a page (NON-STANDARD!)
END_PAGE_SETUP - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the end of the page setup section
END_PREVIEW - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the end of a preview section (EPS only)
END_PROLOG - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the end of the prolog
END_RESOURCE - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the end of a resource (font, file, procset)
END_SETUP - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the end of the document setup
EOD - Static variable in interface org.apache.xmlgraphics.util.io.ASCII85Constants
The EOD (end of data) indicator
EOF - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the end of the document
EOL - Static variable in interface org.apache.xmlgraphics.util.io.ASCII85Constants
The EOL indicator (LF)
EPSDocumentGraphics2D - class org.apache.xmlgraphics.java2d.ps.EPSDocumentGraphics2D.
This class is a wrapper for the AbstractPSDocumentGraphics2D that is used to create EPS (Encapsulated PostScript) files instead of PS file.
EPSDocumentGraphics2D(boolean) - Constructor for class org.apache.xmlgraphics.java2d.ps.EPSDocumentGraphics2D
Create a new EPSDocumentGraphics2D.
EPSF_30 - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Lead-in for an EPS file
EPS_PROCSET - Static variable in class org.apache.xmlgraphics.ps.PSProcSets
the EPS FOP procset
EXTENSIONS - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Required PostScript Level 1 extension for this document
ExtendedLocalizable - interface org.apache.xmlgraphics.util.i18n.ExtendedLocalizable.
This interface provides much more control over internationalization than the Localizable interface.
embedType1Font(PSGenerator, InputStream) - Static method in class org.apache.xmlgraphics.ps.PSFontUtils
This method reads a Type 1 font from a stream and embeds it into a PostScript stream.
encode(RenderedImage) - Method in class org.apache.xmlgraphics.image.codec.png.PNGImageEncoder
This method encodes a RenderedImage into PNG.
encode(RenderedImage) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageEncoder
Encodes a RenderedImage and writes the output to the OutputStream associated with this ImageEncoder.
encode(Raster, ColorModel) - Method in interface org.apache.xmlgraphics.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.xmlgraphics.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.xmlgraphics.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.xmlgraphics.image.codec.util.ImageEncoderImpl
Encodes a RenderedImage and writes the output to the OutputStream associated with this ImageEncoder.
escapeChar(char, StringBuffer) - Static method in class org.apache.xmlgraphics.ps.PSGenerator
Escapes a character conforming to the rules established in the PostScript Language Reference (Search for "Literal Text Strings").
establishColor(Color) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Establishes the given color in the PostScript interpreter.

F

FOR - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates who is this document printed for
FileCacheSeekableStream - class org.apache.xmlgraphics.image.codec.util.FileCacheSeekableStream.
A subclass of SeekableStream that may be used to wrap a regular InputStream.
FileCacheSeekableStream(InputStream) - Constructor for class org.apache.xmlgraphics.image.codec.util.FileCacheSeekableStream
Constructs a MemoryCacheSeekableStream that takes its source data from a regular InputStream.
Finalizable - interface org.apache.xmlgraphics.util.io.Finalizable.
This interface is used for special FilteredOutputStream classes that won't be closed (since this causes the target OutputStream to be closed, too) but where flush() is not enough, for example because a final marker has to be written to the target stream.
FlateEncodeOutputStream - class org.apache.xmlgraphics.util.io.FlateEncodeOutputStream.
This class applies a FlateEncode filter to the stream.
FlateEncodeOutputStream(OutputStream) - Constructor for class org.apache.xmlgraphics.util.io.FlateEncodeOutputStream
 
FormatRed - class org.apache.xmlgraphics.image.rendered.FormatRed.
This allows you to specify the ColorModel, Alpha premult and/or SampleModel to be used for output.
FormatRed(CachableRed, SampleModel) - Constructor for class org.apache.xmlgraphics.image.rendered.FormatRed
Construct an instance of CachableRed around a BufferedImage.
FormatRed(CachableRed, ColorModel) - Constructor for class org.apache.xmlgraphics.image.rendered.FormatRed
 
ForwardSeekableStream - class org.apache.xmlgraphics.image.codec.util.ForwardSeekableStream.
A subclass of SeekableStream that may be used to wrap a regular InputStream efficiently.
ForwardSeekableStream(InputStream) - Constructor for class org.apache.xmlgraphics.image.codec.util.ForwardSeekableStream
Constructs a InputStreamForwardSeekableStream from a regular InputStream.
fallbackTextHandler - Variable in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Fallback text handler
fill(Shape) - Method in class org.apache.xmlgraphics.java2d.DefaultGraphics2D
Fills the interior of a Shape using the settings of the Graphics2D context.
fill(Shape) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Fills the interior of a Shape using the settings of the Graphics2D context.
fillArc(int, int, int, int, int, int) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Fills a circular or elliptical arc covering the specified rectangle.
fillOval(int, int, int, int) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Fills an oval bounded by the specified rectangle with the current color.
fillPolygon(int[], int[], int) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Fills a closed polygon defined by arrays of x and y coordinates.
fillRect(int, int, int, int) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Fills the specified rectangle.
fillRoundRect(int, int, int, int, int, int) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Fills the specified rounded corner rectangle with the current color.
filterRow(byte[], byte[], byte[][], int, int) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Performs filtering on a row of an image.
finalize() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Releases any system resources associated with this stream by calling the close() method.
finalizeStream() - Method in class org.apache.xmlgraphics.util.io.ASCII85OutputStream
 
finalizeStream() - Method in class org.apache.xmlgraphics.util.io.ASCIIHexOutputStream
 
finalizeStream() - Method in interface org.apache.xmlgraphics.util.io.Finalizable
This method can be called instead of close() on a subclass of FilteredOutputStream when a final marker has to be written to the target stream, but close() cannot be called.
finalizeStream() - Method in class org.apache.xmlgraphics.util.io.FlateEncodeOutputStream
 
finalizeStream() - Method in class org.apache.xmlgraphics.util.io.RunLengthEncodeOutputStream
 
finish() - Method in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
The rendering process has finished.
fixColorModel(CachableRed) - Static method in class org.apache.xmlgraphics.image.rendered.Any2sRGBRed
This function 'fixes' the source's color model.
fixSampleModel(CachableRed) - Static method in class org.apache.xmlgraphics.image.rendered.Any2sRGBRed
This function 'fixes' the source's sample model.
flush() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableOutputStream
Invokes getFD().sync() on the underlying RandomAccessFile.
flush() - Method in class org.apache.xmlgraphics.ps.PSGenerator
Flushes the OutputStream.
flush() - Method in class org.apache.xmlgraphics.util.io.Base64EncodeStream
This can't really flush out output since that may generate '=' chars which would indicate the end of the stream.
font - Variable in class org.apache.xmlgraphics.java2d.GraphicContext
Current Font
foreground - Variable in class org.apache.xmlgraphics.java2d.GraphicContext
Current foreground color
formatDouble(double) - Method in class org.apache.xmlgraphics.ps.PSGenerator
Formats a double value for PostScript output.
formatDouble5(double) - Method in class org.apache.xmlgraphics.ps.PSGenerator
Formats a double value for PostScript output (higher resolution).
formatMessage(String, Object[]) - Method in interface org.apache.xmlgraphics.util.i18n.Localizable
Creates and returns a localized message, given the key of the message in the resource bundle and the message parameters.
formatMessage(String, Object[]) - Method in class org.apache.xmlgraphics.util.i18n.LocalizableSupport
Implements Localizable.formatMessage(String,Object[]).
frequency - Variable in class org.apache.xmlgraphics.image.codec.png.PNGSuggestedPaletteEntry
The probable frequency of the color in the image.

G

GENERAL - Static variable in class org.apache.xmlgraphics.java2d.TransformType
 
GENERAL_STRING - Static variable in class org.apache.xmlgraphics.java2d.TransformType
 
Glyphs - class org.apache.xmlgraphics.fonts.Glyphs.
This class provides a number of constants for glyph management.
Glyphs() - Constructor for class org.apache.xmlgraphics.fonts.Glyphs
 
GraphicContext - class org.apache.xmlgraphics.java2d.GraphicContext.
Handles the attributes in a graphic context:
+ Composite
+ Font
+ Paint
+ Stroke
+ Clip
+ RenderingHints
+ AffineTransform
GraphicContext() - Constructor for class org.apache.xmlgraphics.java2d.GraphicContext
Default constructor
GraphicContext(AffineTransform) - Constructor for class org.apache.xmlgraphics.java2d.GraphicContext
 
GraphicsUtil - class org.apache.xmlgraphics.image.GraphicsUtil.
Set of utility methods for Graphics.
GraphicsUtil() - Constructor for class org.apache.xmlgraphics.image.GraphicsUtil
 
gc - Variable in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Current state of the Graphic Context.
gen - Variable in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
the PostScript generator being created
getAsBytes() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Returns the data as an uninterpreted array of bytes.
getAsChars() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Returns TIFF_SHORT data as an array of chars (unsigned 16-bit integers).
getAsDouble(int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Returns data in any numerical format as a float.
getAsDoubles() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Returns TIFF_DOUBLE data as an array of doubles.
getAsFloat(int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Returns data in any numerical format as a float.
getAsFloats() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Returns TIFF_FLOAT data as an array of floats.
getAsInt(int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Returns data in TIFF_BYTE, TIFF_SBYTE, TIFF_UNDEFINED, TIFF_SHORT, TIFF_SSHORT, or TIFF_SLONG format as an int.
getAsInts() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Returns TIFF_SLONG data as an array of ints (signed 32-bit integers).
getAsLong(int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Returns data in TIFF_BYTE, TIFF_SBYTE, TIFF_UNDEFINED, TIFF_SHORT, TIFF_SSHORT, TIFF_SLONG, or TIFF_LONG format as a long.
getAsLongs() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Returns TIFF_LONG data as an array of longs (signed 64-bit integers).
getAsRational(int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Returns a TIFF_RATIONAL data item as a two-element array of ints.
getAsRationals() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Returns TIFF_RATIONAL data as an array of 2-element arrays of longs.
getAsSRational(int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Returns a TIFF_SRATIONAL data item as a two-element array of ints.
getAsSRationals() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Returns TIFF_SRATIONAL data as an array of 2-element arrays of ints.
getAsShorts() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Returns TIFF_SSHORT data as an array of shorts (signed 16-bit integers).
getAsString(int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Returns a TIFF_ASCII data item as a String.
getBackground() - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Returns the background color used for clearing a region.
getBackground() - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Returns the background color used for clearing a region.
getBackgroundGray() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
Returns the suggested gray level of the background.
getBackgroundPaletteIndex() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette
Returns the palette index of the suggested background color.
getBackgroundRGB() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.RGB
Returns the RGB value of the suggested background color.
getBitDepth() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns the desired bit depth for a grayscale image.
getBitShift() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
Returns the desired bit shift for a grayscale image.
getBounds() - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
Returns a Rectangle indicating the image bounds.
getBounds() - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
getBounds() - Method in class org.apache.xmlgraphics.image.rendered.BufferedImageCachableRed
 
getBounds() - Method in interface org.apache.xmlgraphics.image.rendered.CachableRed
Returns the bounds of the current image.
getBounds() - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
getBufferedImage() - Method in class org.apache.xmlgraphics.image.rendered.BufferedImageCachableRed
fetch the bufferedImage from this node.
getChildNode(Node, String) - Static method in class org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter
Returns a specific metadata child node
getChromaticity() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns the white point and primary chromaticities in CIE (x, y) space.
getClip() - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Gets the current clipping area.
getClip() - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Gets the current clipping area.
getClipBounds() - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Returns the bounding rectangle of the current clipping area.
getClipBounds() - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Returns the bounding rectangle of the current clipping area.
getColor() - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Gets this graphics context's current color.
getColor() - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Gets this graphics context's current color.
getColorModel() - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
Returns the ColorModel of the image.
getColorModel() - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
getColorModel() - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
getComposite() - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Returns the current Composite in the Graphics2D context.
getComposite() - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Returns the current Composite in the Graphics2D context.
getCompressedText() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns the text strings to be stored in compressed form with this image as an array of Strings.
getCompression() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
Returns the value of the compression parameter.
getCompressionMethod() - Method in class org.apache.xmlgraphics.image.writer.ImageWriterParams
 
getCount() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Returns the number of elements in the IFD.
getCurrentState() - Method in class org.apache.xmlgraphics.ps.PSGenerator
Returns the current graphics state.
getCustomTextHandler() - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
 
getData() - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
Returns the entire image in a single Raster.
getData(Rectangle) - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
Returns an arbitrary rectangular region of the RenderedImage in a Raster.
getData() - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
getData(Rectangle) - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
getData() - Method in class org.apache.xmlgraphics.image.rendered.BufferedImageCachableRed
 
getData(Rectangle) - Method in class org.apache.xmlgraphics.image.rendered.BufferedImageCachableRed
 
getData() - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
getData(Rectangle) - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
getDecodePaletteAsShorts() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDecodeParam
Returns true if palette entries will be decoded as shorts, resulting in an output image with short datatype.
getDefaultEncodeParam(RenderedImage) - Static method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns an instance of PNGEncodeParam.Palette, PNGEncodeParam.Gray, or PNGEncodeParam.RGB appropriate for encoding the given image.
getDefaultLocale() - Method in interface org.apache.xmlgraphics.util.i18n.ExtendedLocalizable
Gets the current default locale in the LocaleGroup.
getDefaultLocale() - Method in class org.apache.xmlgraphics.util.i18n.LocalizableSupport
Implements ExtendedLocalizable.getDefaultLocale().
getDefaultWriteParam(ImageWriter, RenderedImage, ImageWriterParams) - Method in class org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter
Returns the default write parameters for encoding the image.
getDefaultWriteParam(ImageWriter, RenderedImage, ImageWriterParams) - Method in class org.apache.xmlgraphics.image.writer.imageio.ImageIOJPEGImageWriter
 
getDeflateLevel() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
Gets the compression level for DEFLATE compression.
getDependencyRegion(int, Rectangle) - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
getDependencyRegion(int, Rectangle) - Method in interface org.apache.xmlgraphics.image.rendered.CachableRed
Returns the region of input data is is required to generate outputRgn.
getDependencyRegion(int, Rectangle) - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
getDeviceConfiguration() - Method in class org.apache.xmlgraphics.java2d.DefaultGraphics2D
Returns the device configuration associated with this Graphics2D.
getDeviceConfiguration() - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Returns the device configuration associated with this Graphics2D.
getDirtyRegion(int, Rectangle) - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
getDirtyRegion(int, Rectangle) - Method in interface org.apache.xmlgraphics.image.rendered.CachableRed
This calculates the region of output that is affected by a change in a region of input.
getDirtyRegion(int, Rectangle) - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
getDisplayExponent() - Method in class org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
Returns the current value of the display exponent parameter.
getEncodeParam() - Method in class org.apache.xmlgraphics.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.xmlgraphics.image.codec.png.PNGDecodeParam
Returns the current setting of the gray/alpha expansion.
getExpandPalette() - Method in class org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
Returns true if palette-color images will be expanded to produce full-color output.
getExtraFields() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
Returns the value set by setExtraFields().
getExtraImages() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
Returns the additional image Iterator specified via setExtraImages() or null if none was supplied or if a null value was supplied.
getFallbackTextHandler() - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
 
getField(int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
Returns the value of a given tag as a TIFFField, or null if the tag is not present.
getFieldAsByte(int, int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
Returns the value of a particular index of a given tag as a byte.
getFieldAsByte(int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
Returns the value of index 0 of a given tag as a byte.
getFieldAsDouble(int, int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
Returns the value of a particular index of a given tag as a double.
getFieldAsDouble(int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
Returns the value of index 0 of a given tag as a double.
getFieldAsFloat(int, int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
Returns the value of a particular index of a given tag as a float.
getFieldAsFloat(int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
Returns the value of index 0 of a given tag as a float.
getFieldAsLong(int, int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
Returns the value of a particular index of a given tag as a long.
getFieldAsLong(int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
Returns the value of index 0 of a given tag as a long.
getFields() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
Returns an array of TIFFFields containing all the fields in this directory.
getFilePointer() - Method in class org.apache.xmlgraphics.image.codec.util.FileCacheSeekableStream
Returns the current offset in this file.
getFilePointer() - Method in class org.apache.xmlgraphics.image.codec.util.ForwardSeekableStream
Returns the current position in the stream (bytes read).
getFilePointer() - Method in class org.apache.xmlgraphics.image.codec.util.MemoryCacheSeekableStream
Returns the current offset in this file.
getFilePointer() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableOutputStream
 
getFilePointer() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Returns the current offset in this stream.
getFont() - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Gets the current font.
getFont() - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Gets the current font.
getFontMetrics(Font) - Method in class org.apache.xmlgraphics.java2d.DefaultGraphics2D
Gets the font metrics for the specified font.
getFontMetrics(Font) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Gets the font metrics for the specified font.
getFontRenderContext() - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Get the rendering context of the Font within this Graphics2D context.
getFontRenderContext() - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Get the rendering context of the Font within this Graphics2D context.
getGamma() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns the file gamma value for the image.
getGenerateEncodeParam() - Method in class org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
Returns true if an instance of PNGEncodeParam will be available after an image has been decoded via the getEncodeParam method.
getGraphicContext() - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
 
getHeight() - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
Returns the height of the image.
getHeight() - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
getHeight() - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
getICCProfileData() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns the ICC profile data to be stored with this image.
getIFDOffset() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDecodeParam
Returns the value set by setIFDOffset() or null if no value has been set.
getIFDOffset() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
Returns the offset of the IFD corresponding to this TIFFDirectory.
getInputStream() - Method in interface org.apache.xmlgraphics.image.codec.util.ImageDecoder
Returns the SeekableStream associated with this ImageDecoder.
getInputStream() - Method in class org.apache.xmlgraphics.image.codec.util.ImageDecoderImpl
Returns the SeekableStream associated with this ImageDecoder.
getInstance() - Static method in class org.apache.xmlgraphics.image.writer.ImageWriterRegistry
 
getInterlacing() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns true if Adam7 interlacing will be used.
getJPEGCompressRGBToYCbCr() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
Whether RGB data will be converted to YCbCr when using JPEG compression.
getJPEGDecompressYCbCrToRGB() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDecodeParam
Whether JPEG-compressed YCbCr data will be converted to RGB.
getJPEGEncodeParam() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
Retrieves the JPEG compression parameters.
getJPEGForceBaseline() - Method in class org.apache.xmlgraphics.image.writer.ImageWriterParams
 
getJPEGQuality() - Method in class org.apache.xmlgraphics.image.writer.ImageWriterParams
 
getLocale() - Method in class org.apache.xmlgraphics.util.i18n.LocaleGroup
Gets the current default locale in this group, or null.
getLocale() - Method in interface org.apache.xmlgraphics.util.i18n.Localizable
Returns the current locale or null if the locale currently used is the default one.
getLocale() - Method in class org.apache.xmlgraphics.util.i18n.LocalizableSupport
Implements Localizable.getLocale().
getLocaleGroup() - Method in interface org.apache.xmlgraphics.util.i18n.ExtendedLocalizable
Returns the group to which this object belongs.
getLocaleGroup() - Method in class org.apache.xmlgraphics.util.i18n.LocalizableSupport
Implements ExtendedLocalizable.getLocaleGroup().
getMIMEType() - Method in interface org.apache.xmlgraphics.image.writer.ImageWriter
 
getMIMEType() - Method in class org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter
 
getMIMEType() - Method in class org.apache.xmlgraphics.image.writer.internal.JPEGImageWriter
 
getMIMEType() - Method in class org.apache.xmlgraphics.image.writer.internal.PNGImageWriter
 
getMaxTileX() - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
Returns the horizontal index of the rightmost column of tiles.
getMaxTileY() - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
Returns the vertical index of the bottom row of tiles.
getMaxX() - Method in class org.apache.xmlgraphics.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.xmlgraphics.image.codec.util.SimpleRenderedImage
Returns the Y coordinate of the row immediately below the bottom row of the image.
getMinTileX() - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
Returns the horizontal index of the leftmost column of tiles.
getMinTileX() - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
getMinTileX() - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
getMinTileY() - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
Returns the vertical index of the uppermost row of tiles.
getMinTileY() - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
getMinTileY() - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
getMinX() - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
Returns the X coordinate of the leftmost column of the image.
getMinX() - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
getMinX() - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
getMinY() - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
Returns the X coordinate of the uppermost row of the image.
getMinY() - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
getMinY() - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
getModificationTime() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns the modification time to be stored with this image.
getName() - Method in class org.apache.xmlgraphics.ps.PSResource
 
getNextCode() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFLZWDecoder
 
getNextIFDOffset() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
Returns the offset of the next IFD after the IFD corresponding to this TIFFDirectory.
getNumDirectories(SeekableStream) - Static method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
Returns the number of image directories (subimages) stored in a given TIFF file, represented by a SeekableStream.
getNumEntries() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
Returns the number of directory entries.
getNumPages() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
getNumPages() - Method in interface org.apache.xmlgraphics.image.codec.util.ImageDecoder
Returns the number of pages present in the current stream.
getNumPages() - Method in class org.apache.xmlgraphics.image.codec.util.ImageDecoderImpl
Returns the number of pages present in the current stream.
getNumPrivateChunks() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns the number of private chunks to be written to the output file.
getNumXTiles() - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
Returns the number of tiles along the tile grid in the horizontal direction.
getNumXTiles() - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
getNumXTiles() - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
getNumYTiles() - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
Returns the number of tiles along the tile grid in the vertical direction.
getNumYTiles() - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
getNumYTiles() - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
getOutput8BitGray() - Method in class org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
Returns the current value of the 8-bit gray output parameter.
getOutputStream() - Method in interface org.apache.xmlgraphics.image.codec.util.ImageEncoder
Returns the OutputStream associated with this ImageEncoder.
getOutputStream() - Method in class org.apache.xmlgraphics.image.codec.util.ImageEncoderImpl
Returns the OutputStream associated with this ImageEncoder.
getOutputStream() - Method in class org.apache.xmlgraphics.ps.PSGenerator
Returns the OutputStream the PSGenerator writes to.
getPSGenerator() - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
 
getPSLevel() - Method in class org.apache.xmlgraphics.ps.PSGenerator
Returns the selected PostScript level.
getPageCount() - Method in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
 
getPaint() - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Returns the current Paint of the Graphics2D context.
getPaint() - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Returns the current Paint of the Graphics2D context.
getPalette() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette
Returns the current RGB palette.
getPaletteHistogram() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns the palette histogram to be stored with this image.
getPaletteTransparency() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette
Returns the alpha values associated with each palette entry.
getParam() - Method in interface org.apache.xmlgraphics.image.codec.util.ImageDecoder
Returns the current parameters as an instance of the ImageDecodeParam interface.
getParam() - Method in class org.apache.xmlgraphics.image.codec.util.ImageDecoderImpl
Returns the current parameters as an instance of the ImageDecodeParam interface.
getParam() - Method in interface org.apache.xmlgraphics.image.codec.util.ImageEncoder
Returns the current parameters as an instance of the ImageEncodeParam interface.
getParam() - Method in class org.apache.xmlgraphics.image.codec.util.ImageEncoderImpl
Returns the current parameters as an instance of the ImageEncodeParam interface.
getPerformGammaCorrection() - Method in class org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
Returns true if gamma correction is to be performed on the image data.
getPhysicalDimension() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns the physical dimension information to be stored with this image.
getPrivateChunkData(int) - Method in class org.apache.xmlgraphics.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.xmlgraphics.image.codec.png.PNGEncodeParam
Returns the type of the private chunk at a given index, as a 4-character String.
getPrivateIFD(long) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFImage
Reads a private IFD from a given offset in the stream.
getProperty(String) - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
Gets a property from the property set of this image.
getProperty(String) - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
getProperty(String) - Method in class org.apache.xmlgraphics.image.rendered.BufferedImageCachableRed
 
getProperty(String) - Method in class org.apache.xmlgraphics.image.rendered.FormatRed
 
getProperty(String) - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
getPropertyNames() - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
Returns a list of the properties recognized by this image.
getPropertyNames(String) - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
Returns an array of Strings recognized as names by this property source that begin with the supplied prefix.
getPropertyNames() - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
getPropertyNames() - Method in class org.apache.xmlgraphics.image.rendered.BufferedImageCachableRed
 
getPropertyNames() - Method in class org.apache.xmlgraphics.image.rendered.FormatRed
 
getPropertyNames() - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
getRGB(RenderedImage, int, int, int, int, int[], int, int) - Static method in class org.apache.xmlgraphics.ps.PSImageUtils
 
getRenderingHint(RenderingHints.Key) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Returns the value of a single preference for the rendering algorithms.
getRenderingHint(RenderingHints.Key) - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Returns the value of a single preference for the rendering algorithms.
getRenderingHints() - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Gets the preferences for the rendering algorithms.
getRenderingHints() - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Gets the preferences for the rendering algorithms.
getResolution() - Method in class org.apache.xmlgraphics.image.writer.ImageWriterParams
 
getResourceBundle() - Method in interface org.apache.xmlgraphics.util.i18n.ExtendedLocalizable
Returns the current resource bundle.
getResourceBundle() - Method in class org.apache.xmlgraphics.util.i18n.LocalizableSupport
Implements ExtendedLocalizable.getResourceBundle().
getResourceSpecification() - Method in class org.apache.xmlgraphics.ps.PSResource
 
getSRGBIntent() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns the sRGB rendering intent to be stored with this image.
getSampleModel() - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
Returns the SampleModel of the image.
getSampleModel() - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
getSampleModel() - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
getSignificantBits() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns the number of significant bits for each band of the image.
getSource() - Method in class org.apache.xmlgraphics.image.rendered.FormatRed
fetch the source image for this node.
getSources() - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
 
getSources() - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
getSources() - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
getString(String) - Static method in class org.apache.xmlgraphics.image.codec.util.PropertyUtil
 
getStroke() - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Returns the current Stroke in the Graphics2D context.
getStroke() - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Returns the current Stroke in the Graphics2D context.
getSuggestedPalette() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns the suggested palette information to be stored with this image.
getSuppressAlpha() - Method in class org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
Returns true if alpha (transparency) will be prevented from appearing in the output.
getTag() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Returns the tag number, between 0 and 65535.
getTags() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
Returns an ordered array of ints indicating the tag values.
getText() - Method in class org.apache.xmlgraphics.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.xmlgraphics.image.codec.png.PNGRed
 
getTile(int, int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFImage
Returns tile (tileX, tileY) as a Raster.
getTile(int, int) - Method in class org.apache.xmlgraphics.image.codec.util.SingleTileRenderedImage
Returns the image's Raster as tile (0, 0).
getTile(int, int) - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
getTile(int, int) - Method in class org.apache.xmlgraphics.image.rendered.BufferedImageCachableRed
 
getTile(int, int) - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
getTileGridXOffset() - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
Returns the X coordinate of the upper-left pixel of tile (0, 0).
getTileGridXOffset() - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
getTileGridXOffset() - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
getTileGridYOffset() - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
Returns the Y coordinate of the upper-left pixel of tile (0, 0).
getTileGridYOffset() - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
getTileGridYOffset() - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
getTileHeight() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
Retrieves the tile height set via setTileSize().
getTileHeight() - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
Returns the height of a tile.
getTileHeight() - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
getTileHeight() - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
getTileWidth() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
Retrieves the tile width set via setTileSize().
getTileWidth() - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
Returns the width of a tile.
getTileWidth() - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
getTileWidth() - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
getTransform() - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Returns a copy of the current Transform in the Graphics2D context.
getTransform() - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Returns a copy of the current Transform in the Graphics2D context.
getTransform() - Method in class org.apache.xmlgraphics.ps.PSState
Returns the transform.
getTransformParameters() - Method in class org.apache.xmlgraphics.java2d.TransformStackElement
 
getTransformStack() - Method in class org.apache.xmlgraphics.java2d.GraphicContext
 
getTransparentGray() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
Returns the gray value to be used to denote transparency.
getTransparentRGB() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.RGB
Returns the RGB value to be used to denote transparency.
getType() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Returns the type of the data stored in the IFD.
getType() - Method in class org.apache.xmlgraphics.java2d.TransformStackElement
 
getType() - Method in class org.apache.xmlgraphics.ps.PSResource
 
getUserExponent() - Method in class org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
Returns the current value of the user exponent parameter.
getWidth() - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
Returns the width of the image.
getWidth() - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
getWidth() - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
getWriteTiled() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
Returns the value of the writeTiled parameter.
getWriterFor(String) - Method in class org.apache.xmlgraphics.image.writer.ImageWriterRegistry
Returns an ImageWriter that can be used to encode an image to the requested MIME type.
getXTile(int) - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
Returns the x index of tile under xloc.
getYTile(int) - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
Returns the y index of tile under yloc.
glyphToString(String) - Static method in class org.apache.xmlgraphics.fonts.Glyphs
Return the glyphname from a string, eg, glyphToString("\\") returns "backslash"
green - Variable in class org.apache.xmlgraphics.image.codec.png.PNGSuggestedPaletteEntry
The green color value of the entry.

H

HIRES_BBOX - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
High-resolution bounding box for the document
handleIOException(IOException) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Central handler for IOExceptions for this class.
height - Variable in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
The image's height in pixels.
height - Variable in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
 
hints - Variable in class org.apache.xmlgraphics.java2d.GraphicContext
Current set of RenderingHints
hit(Rectangle, Shape, boolean) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Checks whether or not the specified Shape intersects the specified Rectangle, which is in device space.

I

IDENTITY - Static variable in class org.apache.xmlgraphics.image.GraphicsUtil
 
INCLUDE_DOCUMENT - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates a referenced embedded document
INCLUDE_FEATURE - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates a referenced a PPD feature
INCLUDE_RESOURCE - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates a referenced a resource (font, file, procset)
INTENT_ABSOLUTE - Static variable in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Constant for use with the sRGB chunk.
INTENT_PERCEPTUAL - Static variable in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Constant for use with the sRGB chunk.
INTENT_RELATIVE - Static variable in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Constant for use with the sRGB chunk.
INTENT_SATURATION - Static variable in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Constant for use with the sRGB chunk.
ImageDecodeParam - interface org.apache.xmlgraphics.image.codec.util.ImageDecodeParam.
An empty (marker) interface to be implemented by all image decoder parameter classes.
ImageDecoder - interface org.apache.xmlgraphics.image.codec.util.ImageDecoder.
An interface describing objects that transform an InputStream into a BufferedImage or Raster.
ImageDecoderImpl - class org.apache.xmlgraphics.image.codec.util.ImageDecoderImpl.
A partial implementation of the ImageDecoder interface useful for subclassing.
ImageDecoderImpl(SeekableStream, ImageDecodeParam) - Constructor for class org.apache.xmlgraphics.image.codec.util.ImageDecoderImpl
Constructs an ImageDecoderImpl with a given SeekableStream and ImageDecodeParam instance.
ImageDecoderImpl(InputStream, ImageDecodeParam) - Constructor for class org.apache.xmlgraphics.image.codec.util.ImageDecoderImpl
Constructs an ImageDecoderImpl with a given InputStream and ImageDecodeParam instance.
ImageEncodeParam - interface org.apache.xmlgraphics.image.codec.util.ImageEncodeParam.
An empty (marker) interface to be implemented by all image encoder parameter classes.
ImageEncoder - interface org.apache.xmlgraphics.image.codec.util.ImageEncoder.
An interface describing objects that transform a BufferedImage or Raster into an OutputStream.
ImageEncoderImpl - class org.apache.xmlgraphics.image.codec.util.ImageEncoderImpl.
A partial implementation of the ImageEncoder interface useful for subclassing.
ImageEncoderImpl(OutputStream, ImageEncodeParam) - Constructor for class org.apache.xmlgraphics.image.codec.util.ImageEncoderImpl
Constructs an ImageEncoderImpl with a given OutputStream and ImageEncoderParam instance.
ImageIODebugUtil - class org.apache.xmlgraphics.util.ImageIODebugUtil.
Helper class for debugging stuff in Image I/O.
ImageIODebugUtil() - Constructor for class org.apache.xmlgraphics.util.ImageIODebugUtil
 
ImageIOImageWriter - class org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter.
ImageWriter implementation that uses Image I/O to write images.
ImageIOImageWriter(String) - Constructor for class org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter
Main constructor.
ImageIOJPEGImageWriter - class org.apache.xmlgraphics.image.writer.imageio.ImageIOJPEGImageWriter.
ImageWriter that encodes JPEG images using Image I/O.
ImageIOJPEGImageWriter() - Constructor for class org.apache.xmlgraphics.image.writer.imageio.ImageIOJPEGImageWriter
Main constructor.
ImageIOPNGImageWriter - class org.apache.xmlgraphics.image.writer.imageio.ImageIOPNGImageWriter.
ImageWriter that encodes PNG images using Image I/O.
ImageIOPNGImageWriter() - Constructor for class org.apache.xmlgraphics.image.writer.imageio.ImageIOPNGImageWriter
Main constructor.
ImageIOTIFFImageWriter - class org.apache.xmlgraphics.image.writer.imageio.ImageIOTIFFImageWriter.
ImageWriter that encodes TIFF images using Image I/O.
ImageIOTIFFImageWriter() - Constructor for class org.apache.xmlgraphics.image.writer.imageio.ImageIOTIFFImageWriter
Main constructor.
ImageWriter - interface org.apache.xmlgraphics.image.writer.ImageWriter.
Interface which allows image library independent image writing.
ImageWriterParams - class org.apache.xmlgraphics.image.writer.ImageWriterParams.
Parameters for the encoder which is accessed through the ImageWriter interface.
ImageWriterParams() - Constructor for class org.apache.xmlgraphics.image.writer.ImageWriterParams
Default constructor.
ImageWriterRegistry - class org.apache.xmlgraphics.image.writer.ImageWriterRegistry.
Registry for ImageWriter implementations.
ImageWriterRegistry() - Constructor for class org.apache.xmlgraphics.image.writer.ImageWriterRegistry
Default constructor.
ImageWriterRegistry(Properties) - Constructor for class org.apache.xmlgraphics.image.writer.ImageWriterRegistry
Special constructor.
init(CachableRed, Rectangle, ColorModel, SampleModel, int, int, Map) - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
This is one of two basic init function (this is for single source rendereds).
init(List, Rectangle, ColorModel, SampleModel, int, int, Map) - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
This is the basic init function.
initialClip - Variable in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
 
initialTransform - Variable in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
 
initializeStringTable() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFLZWDecoder
Initialize the string table.
input - Variable in class org.apache.xmlgraphics.image.codec.util.ImageDecoderImpl
The SeekableStream associcted with this ImageEncoder.
invalidateTransformStack() - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Marks the GraphicContext's isNewTransformStack to true as a memento that the current transform stack was reset since it was last read.
isBackgroundSet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
Returns true if a 'bKGD' chunk will be output.
isBackgroundSet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette
Returns true if a 'bKGD' chunk will be output.
isBackgroundSet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.RGB
Returns true if a 'bKGD' chunk will be output.
isBackgroundSet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns true if a 'bKGD' chunk will be output.
isBigEndian() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
Returns a boolean indicating whether the byte order used in the the TIFF file is big-endian.
isBitDepthSet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
Returns true if the bit depth has been set.
isBitShiftSet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
Returns true if the bit shift has been set.
isChromaticitySet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns true if a 'cHRM' chunk will be output.
isCompressedTextSet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns true if a 'zTXT' chunk will be output.
isGammaSet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns true if a 'gAMA' chunk will be output.
isICCProfileDataSet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns true if a 'iCCP' chunk will be output.
isIdentity() - Method in class org.apache.xmlgraphics.java2d.TransformStackElement
 
isModificationTimeSet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns true if a 'tIME' chunk will be output.
isPaletteHistogramSet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns true if a 'hIST' chunk will be output.
isPaletteSet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette
Returns true if a 'PLTE' chunk will be output.
isPhysicalDimensionSet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns true if a 'pHYS' chunk will be output.
isResourceSupplied(PSResource) - Method in class org.apache.xmlgraphics.ps.PSGenerator
Indicates whether a particular resource is supplied, rather than needed.
isSRGBIntentSet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns true if an 'sRGB' chunk will be output.
isSignificantBitsSet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns true if an 'sBIT' chunk will be output.
isSuggestedPaletteSet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns true if a 'sPLT' chunk will be output.
isTagPresent(int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
Returns true if a tag appears in the directory.
isTextSet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns true if a 'tEXt' chunk will be output.
isTransformStackValid() - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Checks the status of the transform stack
isTransparencySet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Returns true if a 'tRNS' chunk will be output.
is_BYTE_COMP_Data(SampleModel) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
 
is_INT_PACK_COMP(SampleModel) - Static method in class org.apache.xmlgraphics.image.rendered.Any2sRGBRed
 
is_INT_PACK_Data(SampleModel, boolean) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
 

J

JPEGImageWriter - class org.apache.xmlgraphics.image.writer.internal.JPEGImageWriter.
ImageWriter implementation that uses the sun.com.image.codec.jpeg intefaces to write JPEG files.
JPEGImageWriter() - Constructor for class org.apache.xmlgraphics.image.writer.internal.JPEGImageWriter
 

L

LANGUAGE_LEVEL - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the PostScript language level used in the document
LF - Static variable in class org.apache.xmlgraphics.ps.PSGenerator
Line feed used by PostScript
Linear_sRGB - Static variable in class org.apache.xmlgraphics.image.GraphicsUtil
Standard prebuilt Linear_sRGB color model with no alpha
Linear_sRGB_Pre - Static variable in class org.apache.xmlgraphics.image.GraphicsUtil
Standard prebuilt Linear_sRGB color model with premultiplied alpha.
Linear_sRGB_Unpre - Static variable in class org.apache.xmlgraphics.image.GraphicsUtil
Standard prebuilt Linear_sRGB color model with unpremultiplied alpha.
LocaleGroup - class org.apache.xmlgraphics.util.i18n.LocaleGroup.
This class represents a group of ExtendedLocalizable objects which have a shared default locale.
LocaleGroup() - Constructor for class org.apache.xmlgraphics.util.i18n.LocaleGroup
 
Localizable - interface org.apache.xmlgraphics.util.i18n.Localizable.
This interface must be implemented by the classes which must provide a way to override the default locale.
LocalizableSupport - class org.apache.xmlgraphics.util.i18n.LocalizableSupport.
This class provides a default implementation of the Localizable interface.
LocalizableSupport(String) - Constructor for class org.apache.xmlgraphics.util.i18n.LocalizableSupport
Same as LocalizableSupport(s, null).
LocalizableSupport(String, ClassLoader) - Constructor for class org.apache.xmlgraphics.util.i18n.LocalizableSupport
Creates a new Localizable object.
locale - Variable in class org.apache.xmlgraphics.util.i18n.LocaleGroup
The shared Locale.
locale - Variable in class org.apache.xmlgraphics.util.i18n.LocalizableSupport
The current locale.
localeGroup - Variable in class org.apache.xmlgraphics.util.i18n.LocalizableSupport
The locale group to which this object belongs.
localizableSupport - Static variable in class org.apache.xmlgraphics.image.codec.util.PropertyUtil
 

M

MAC_GLYPH_NAMES - Static variable in class org.apache.xmlgraphics.fonts.Glyphs
Glyph names for Mac encoding
MemoryCacheSeekableStream - class org.apache.xmlgraphics.image.codec.util.MemoryCacheSeekableStream.
A subclass of SeekableStream that may be used to wrap a regular InputStream.
MemoryCacheSeekableStream(InputStream) - Constructor for class org.apache.xmlgraphics.image.codec.util.MemoryCacheSeekableStream
Constructs a MemoryCacheSeekableStream that takes its source data from a regular InputStream.
makeColorModel(CachableRed, SampleModel) - Static method in class org.apache.xmlgraphics.image.rendered.FormatRed
 
makeLinearBufferedImage(int, int, boolean) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
Constructs a BufferedImage with a linear sRGB colorModel, and alpha.
makeLinear_sRGBCM(boolean) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
Method that returns either Linear_sRGB_Pre or Linear_sRGB_UnPre based on premult flag.
makeRasterWritable(Raster) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
Coerces ras to be writable.
makeRasterWritable(Raster, int, int) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
Coerces ras to be writable.
makeSampleModel(CachableRed, ColorModel) - Static method in class org.apache.xmlgraphics.image.rendered.FormatRed
 
makeTile(int, int) - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
This is a helper function that will create the tile requested Including properly subsetting the bounds of the tile to the bounds of the current image.
mark(int) - Method in class org.apache.xmlgraphics.image.codec.util.ForwardSeekableStream
Forwards the request to the real InputStream.
mark(int) - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Marks the current file position for later return using the reset() method.
markPos - Variable in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Marked position
markSupported() - Method in class org.apache.xmlgraphics.image.codec.util.ForwardSeekableStream
Forwards the request to the real InputStream.
markSupported() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Returns true if marking is supported.
markSupported() - Method in class org.apache.xmlgraphics.util.io.Base64DecodeStream
 
minTileX - Variable in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
minTileY - Variable in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
minX - Variable in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
The X coordinate of the image's upper-left pixel.
minY - Variable in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
The Y coordinate of the image's upper-left pixel.
mult_BYTE_COMP_Data(WritableRaster) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
 
mult_INT_PACK_Data(WritableRaster) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
 
multiplyAlpha(WritableRaster) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
 

N

NEXT_LINE - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates a continued line
NOTDEF - Static variable in class org.apache.xmlgraphics.fonts.Glyphs
Glyph name for the "notdef" glyph
name - Variable in class org.apache.xmlgraphics.image.codec.png.PNGSuggestedPaletteEntry
The name of the entry.
newLine() - Method in class org.apache.xmlgraphics.ps.PSGenerator
Writes a newline character to the OutputStream.
nextPage() - Method in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
 
nextPage() - Method in class org.apache.xmlgraphics.java2d.ps.PSDocumentGraphics2D
 
notifyResourceUsage(PSResource, boolean) - Method in class org.apache.xmlgraphics.ps.PSGenerator
Notifies the generator about the usage of a resource on the current page.
notifyStartNewPage() - Method in class org.apache.xmlgraphics.ps.PSGenerator
Notifies the generator that a new page has been started and that the page resource set can be cleared.
numXTiles - Variable in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
numYTiles - Variable in class org.apache.xmlgraphics.image.rendered.AbstractRed
 

O

ORIENTATION - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the orientation of the document
org.apache.xmlgraphics.fonts - package org.apache.xmlgraphics.fonts
 
org.apache.xmlgraphics.image - package org.apache.xmlgraphics.image
Classes, codecs and utilities for bitmap images.
org.apache.xmlgraphics.image.codec.png - package org.apache.xmlgraphics.image.codec.png
 
org.apache.xmlgraphics.image.codec.tiff - package org.apache.xmlgraphics.image.codec.tiff
 
org.apache.xmlgraphics.image.codec.util - package org.apache.xmlgraphics.image.codec.util
 
org.apache.xmlgraphics.image.rendered - package org.apache.xmlgraphics.image.rendered
 
org.apache.xmlgraphics.image.writer - package org.apache.xmlgraphics.image.writer
 
org.apache.xmlgraphics.image.writer.imageio - package org.apache.xmlgraphics.image.writer.imageio
 
org.apache.xmlgraphics.image.writer.internal - package org.apache.xmlgraphics.image.writer.internal
 
org.apache.xmlgraphics.java2d - package org.apache.xmlgraphics.java2d
Provides convenience base and utility classes for subclassing the java.awt.Graphics2D class in order to translate Java 2D primitives into another graphic format.
org.apache.xmlgraphics.java2d.ps - package org.apache.xmlgraphics.java2d.ps
 
org.apache.xmlgraphics.ps - package org.apache.xmlgraphics.ps
Classes for the creation of PostScript files.
org.apache.xmlgraphics.util - package org.apache.xmlgraphics.util
 
org.apache.xmlgraphics.util.i18n - package org.apache.xmlgraphics.util.i18n
Provides utility classes for internationalization.
org.apache.xmlgraphics.util.io - package org.apache.xmlgraphics.util.io
 
output - Variable in class org.apache.xmlgraphics.image.codec.util.ImageEncoderImpl
The OutputStream associcted with this ImageEncoder.

P

PAGE - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates a page number
PAGES - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Number of pages in the document
PAGE_BBOX - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Bounding box for a page
PAGE_HIRES_BBOX - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
High-resolution bounding box for a page
PAGE_MEDIA - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates that the paper attributes denoted by medianame are invoked on this page.
PAGE_ORDER - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the order of the pages
PAGE_ORIENTATION - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Bounding box for a page
PAGE_REQUIREMENTS - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
This is the page-level invocation of a combination of the options listed in the %%Requirements: comment.
PAGE_RESOURCES - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
This comment indicates the names and values of all resources that are needed or supplied on the present page.
PAGE_TRAILER - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the start of the page trailer
PNGDecodeParam - class org.apache.xmlgraphics.image.codec.png.PNGDecodeParam.
An instance of ImageDecodeParam for decoding images in the PNG format.
PNGDecodeParam() - Constructor for class org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
Constructs a default instance of PNGDecodeParam.
PNGEncodeParam - class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.
An instance of ImageEncodeParam for encoding images in the PNG format.
PNGEncodeParam() - Constructor for class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
 
PNGEncodeParam.Gray - class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray.
 
PNGEncodeParam.Gray() - Constructor for class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
Constructs an instance of PNGEncodeParam.Gray.
PNGEncodeParam.Palette - class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette.
 
PNGEncodeParam.Palette() - Constructor for class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette
Constructs an instance of PNGEncodeParam.Palette.
PNGEncodeParam.RGB - class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.RGB.
 
PNGEncodeParam.RGB() - Constructor for class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.RGB
Constructs an instance of PNGEncodeParam.RGB.
PNGImageDecoder - class org.apache.xmlgraphics.image.codec.png.PNGImageDecoder.
 
PNGImageDecoder(InputStream, PNGDecodeParam) - Constructor for class org.apache.xmlgraphics.image.codec.png.PNGImageDecoder
 
PNGImageEncoder - class org.apache.xmlgraphics.image.codec.png.PNGImageEncoder.
An ImageEncoder for the PNG file format.
PNGImageEncoder(OutputStream, PNGEncodeParam) - Constructor for class org.apache.xmlgraphics.image.codec.png.PNGImageEncoder
 
PNGImageWriter - class org.apache.xmlgraphics.image.writer.internal.PNGImageWriter.
ImageWriter implementation that uses Batik's PNG codec to write PNG files.
PNGImageWriter() - Constructor for class org.apache.xmlgraphics.image.writer.internal.PNGImageWriter
 
PNGRed - class org.apache.xmlgraphics.image.codec.png.PNGRed.
 
PNGRed(InputStream) - Constructor for class org.apache.xmlgraphics.image.codec.png.PNGRed
 
PNGRed(InputStream, PNGDecodeParam) - Constructor for class org.apache.xmlgraphics.image.codec.png.PNGRed
 
PNGSuggestedPaletteEntry - class org.apache.xmlgraphics.image.codec.png.PNGSuggestedPaletteEntry.
A class representing the fields of a PNG suggested palette entry.
PNGSuggestedPaletteEntry() - Constructor for class org.apache.xmlgraphics.image.codec.png.PNGSuggestedPaletteEntry
 
PNG_COLOR_GRAY - Static variable in class org.apache.xmlgraphics.image.codec.png.PNGRed
 
PNG_COLOR_GRAY_ALPHA - Static variable in class org.apache.xmlgraphics.image.codec.png.PNGRed
 
PNG_COLOR_PALETTE - Static variable in class org.apache.xmlgraphics.image.codec.png.PNGRed
 
PNG_COLOR_RGB - Static variable in class org.apache.xmlgraphics.image.codec.png.PNGRed
 
PNG_COLOR_RGB_ALPHA - Static variable in class org.apache.xmlgraphics.image.codec.png.PNGRed
 
PNG_FILTER_AVERAGE - Static variable in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Constant for use in filtering.
PNG_FILTER_AVERAGE - Static variable in class org.apache.xmlgraphics.image.codec.png.PNGRed
 
PNG_FILTER_NONE - Static variable in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Constant for use in filtering.
PNG_FILTER_NONE - Static variable in class org.apache.xmlgraphics.image.codec.png.PNGRed
 
PNG_FILTER_PAETH - Static variable in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Constant for use in filtering.
PNG_FILTER_PAETH - Static variable in class org.apache.xmlgraphics.image.codec.png.PNGRed
 
PNG_FILTER_SUB - Static variable in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Constant for use in filtering.
PNG_FILTER_SUB - Static variable in class org.apache.xmlgraphics.image.codec.png.PNGRed
 
PNG_FILTER_UP - Static variable in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Constant for use in filtering.
PNG_FILTER_UP - Static variable in class org.apache.xmlgraphics.image.codec.png.PNGRed
 
POW85 - Static variable in interface org.apache.xmlgraphics.util.io.ASCII85Constants
Array of powers of 85 (4, 3, 2, 1, 0)
PSDocumentGraphics2D - class org.apache.xmlgraphics.java2d.ps.PSDocumentGraphics2D.
This class is a wrapper for the PSGraphics2D that is used to create a full document around the PostScript rendering from PSGraphics2D.
PSDocumentGraphics2D(boolean) - Constructor for class org.apache.xmlgraphics.java2d.ps.PSDocumentGraphics2D
Create a new AbstractPSDocumentGraphics2D.
PSDocumentGraphics2D(boolean, OutputStream, int, int) - Constructor for class org.apache.xmlgraphics.java2d.ps.PSDocumentGraphics2D
Create a new AbstractPSDocumentGraphics2D.
PSDocumentGraphics2D(PSDocumentGraphics2D) - Constructor for class org.apache.xmlgraphics.java2d.ps.PSDocumentGraphics2D
This constructor supports the create method
PSFontUtils - class org.apache.xmlgraphics.ps.PSFontUtils.
Utility code for font handling in PostScript.
PSFontUtils() - Constructor for class org.apache.xmlgraphics.ps.PSFontUtils
 
PSGenerator - class org.apache.xmlgraphics.ps.PSGenerator.
This class is used to output PostScript code to an OutputStream.
PSGenerator(OutputStream) - Constructor for class org.apache.xmlgraphics.ps.PSGenerator
 
PSGraphics2D - class org.apache.xmlgraphics.java2d.ps.PSGraphics2D.
This is a concrete implementation of AbstractGraphics2D (and therefore of Graphics2D) which is able to generate PostScript code.
PSGraphics2D(boolean) - Constructor for class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Create a new Graphics2D that generates PostScript code.
PSGraphics2D(boolean, PSGenerator) - Constructor for class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Create a new Graphics2D that generates PostScript code.
PSGraphics2D(PSGraphics2D) - Constructor for class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Constructor for creating copies
PSImageUtils - class org.apache.xmlgraphics.ps.PSImageUtils.
Utility code for rendering images in PostScript.
PSImageUtils() - Constructor for class org.apache.xmlgraphics.ps.PSImageUtils
 
PSProcSets - class org.apache.xmlgraphics.ps.PSProcSets.
This class defines the basic resources (procsets) used by FOP's PostScript renderer and SVG transcoder.
PSProcSets() - Constructor for class org.apache.xmlgraphics.ps.PSProcSets
 
PSResource - class org.apache.xmlgraphics.ps.PSResource.
Represents a PostScript resource (file, font, procset etc.).
PSResource(String, String) - Constructor for class org.apache.xmlgraphics.ps.PSResource
Main constructor
PSState - class org.apache.xmlgraphics.ps.PSState.
This class holds the current state of the PostScript interpreter.
PSState() - Constructor for class org.apache.xmlgraphics.ps.PSState
Default constructor
PSState(PSState, boolean) - Constructor for class org.apache.xmlgraphics.ps.PSState
Copy constructor
PS_ADOBE_30 - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Lead-in for a DSC-conformant PostScript file
PropertyUtil - class org.apache.xmlgraphics.image.codec.util.PropertyUtil.
 
PropertyUtil() - Constructor for class org.apache.xmlgraphics.image.codec.util.PropertyUtil
 
paethPredictor(int, int, int) - Static method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
The Paeth predictor routine used in PNG encoding.
pagePending - Variable in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
 
pagecount - Variable in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
 
paint - Variable in class org.apache.xmlgraphics.java2d.GraphicContext
Current Paint
param - Variable in class org.apache.xmlgraphics.image.codec.util.ImageDecoderImpl
The ImageDecodeParam object associated with this ImageEncoder.
param - Variable in class org.apache.xmlgraphics.image.codec.util.ImageEncoderImpl
The ImageEncodeParam object associcted with this ImageEncoder.
preparePainting() - Method in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
This method is used by AbstractPSDocumentGraphics2D to prepare a new page if necessary.
preparePainting() - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
This method is used by AbstractPSDocumentGraphics2D to prepare a new page if necessary.
processPathIterator(PathIterator) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Processes a path iterator generating the nexessary painting operations.
properties - Variable in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
A Hashtable containing the image properties.
props - Variable in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
providers(Class) - Static method in class org.apache.xmlgraphics.util.Service
Returns an iterator where each element should implement the interface (or subclass the baseclass) described by cls.

R

REQUIREMENTS - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
This comment describes document requirements, such as duplex printing, hole punching, collating, or other physical document processing needs.
RESOURCES - Static variable in class org.apache.xmlgraphics.image.codec.util.PropertyUtil
 
ROTATE - Static variable in class org.apache.xmlgraphics.java2d.TransformType
 
ROTATE_STRING - Static variable in class org.apache.xmlgraphics.java2d.TransformType
 
ROUTING - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates how the document should be routed back to its owner
RenderedImageCachableRed - class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed.
This implements CachableRed around a RenderedImage.
RenderedImageCachableRed(RenderedImage) - Constructor for class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
 
RunLengthEncodeOutputStream - class org.apache.xmlgraphics.util.io.RunLengthEncodeOutputStream.
This class applies a RunLengthEncode filter to the stream.
RunLengthEncodeOutputStream(OutputStream) - Constructor for class org.apache.xmlgraphics.util.io.RunLengthEncodeOutputStream
 
read() - Method in class org.apache.xmlgraphics.image.codec.util.FileCacheSeekableStream
Reads the next byte of data from the input stream.
read(byte[], int, int) - Method in class org.apache.xmlgraphics.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.xmlgraphics.image.codec.util.ForwardSeekableStream
Forwards the request to the real InputStream.
read(byte[], int, int) - Method in class org.apache.xmlgraphics.image.codec.util.ForwardSeekableStream
Forwards the request to the real InputStream.
read() - Method in class org.apache.xmlgraphics.image.codec.util.MemoryCacheSeekableStream
Reads the next byte of data from the input stream.
read(byte[], int, int) - Method in class org.apache.xmlgraphics.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.xmlgraphics.image.codec.util.SeekableStream
Reads the next byte of data from the input stream.
read(byte[], int, int) - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Reads up to len bytes of data from the input stream into an array of bytes.
read() - Method in class org.apache.xmlgraphics.util.io.ASCII85InputStream
 
read() - Method in class org.apache.xmlgraphics.util.io.Base64DecodeStream
 
read(byte[], int, int) - Method in class org.apache.xmlgraphics.util.io.Base64DecodeStream
 
read() - Method in class org.apache.xmlgraphics.util.io.SubInputStream
 
read(byte[], int, int) - Method in class org.apache.xmlgraphics.util.io.SubInputStream
 
readBoolean() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Reads a boolean from this stream.
readByte() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Reads a signed eight-bit value from this stream.
readChar() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Reads a Unicode character from this stream.
readCharLE() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Reads a Unicode character from this stream in little-endian order.
readDouble() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Reads a double from this stream.
readDoubleLE() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Reads a double from this stream in little-endian order.
readFloat() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Reads a float from this stream.
readFloatLE() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Reads a float from this stream in little-endian order.
readFully(byte[]) - Method in class org.apache.xmlgraphics.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.xmlgraphics.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.xmlgraphics.image.codec.util.SeekableStream
Reads a signed 32-bit integer from this stream.
readIntLE() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Reads a signed 32-bit integer from this stream in little-endian order.
readLine() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Reads the next line of text from this stream.
readLong() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Reads a signed 64-bit integer from this stream.
readLongLE() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Reads a signed 64-bit integer from this stream in little-endian order.
readResolve() - Method in class org.apache.xmlgraphics.java2d.TransformType
This is called by the serialization code before it returns an unserialized object.
readShort() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Reads a signed 16-bit number from this stream.
readShortLE() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Reads a signed 16-bit number from this stream in little-endian order.
readUTF() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Reads in a string from this stream.
readUnsignedByte() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Reads an unsigned eight-bit number from this stream.
readUnsignedInt() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Reads an unsigned 32-bit integer from this stream.
readUnsignedIntLE() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Reads an unsigned 32-bit integer from this stream in little-endian order.
readUnsignedShort() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Reads an unsigned 16-bit number from this stream.
readUnsignedShortLE() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Reads an unsigned 16-bit number from this stream in little-endian order.
red - Variable in class org.apache.xmlgraphics.image.codec.png.PNGSuggestedPaletteEntry
The red color value of the entry.
reestablish(PSGenerator) - Method in class org.apache.xmlgraphics.ps.PSState
Reestablishes the graphics state represented by this instance by issueing the necessary commands.
register(ImageWriter) - Method in class org.apache.xmlgraphics.image.writer.ImageWriterRegistry
Registers a new ImageWriter implementation in the registry.
removeAllPrivateChunks() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Remove all private chunks associated with this parameter instance.
removeUnsafeToCopyPrivateChunks() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Remove all private chunks associated with this parameter instance whose 'safe-to-copy' bit is not set.
renderBitmapImage(RenderedImage, float, float, float, float, PSGenerator) - Static method in class org.apache.xmlgraphics.ps.PSImageUtils
Renders a bitmap image to PostScript.
renderEPS(byte[], String, float, float, float, float, float, float, float, float, PSGenerator) - Static method in class org.apache.xmlgraphics.ps.PSImageUtils
Places an EPS file in the PostScript stream.
reset() - Method in class org.apache.xmlgraphics.image.codec.util.ForwardSeekableStream
Forwards the request to the real InputStream.
reset() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Returns the file position to its position at the time of the immediately previous call to the mark() method.
resolveURI(String) - Method in class org.apache.xmlgraphics.ps.PSGenerator
Attempts to resolve the given URI.
resourceBundle - Variable in class org.apache.xmlgraphics.util.i18n.LocalizableSupport
The resources
restoreGraphicsState() - Method in class org.apache.xmlgraphics.ps.PSGenerator
Restores the last graphics state of the rendering engine.
rotate(double) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Concatenates the current Graphics2D Transform with a rotation transform.
rotate(double, double, double) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Concatenates the current Graphics2D Transform with a translated rotation transform.
rotate(double) - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Concatenates the current Graphics2D Transform with a rotation transform.
rotate(double, double, double) - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Concatenates the current Graphics2D Transform with a translated rotation transform.

S

SCALE - Static variable in class org.apache.xmlgraphics.java2d.TransformType
 
SCALE_STRING - Static variable in class org.apache.xmlgraphics.java2d.TransformType
 
SHEAR - Static variable in class org.apache.xmlgraphics.java2d.TransformType
 
SHEAR_STRING - Static variable in class org.apache.xmlgraphics.java2d.TransformType
 
START - Static variable in interface org.apache.xmlgraphics.util.io.ASCII85Constants
The start index for ASCII85 characters (!)
STD_PROCSET - Static variable in class org.apache.xmlgraphics.ps.PSProcSets
the standard FOP procset
SeekableOutputStream - class org.apache.xmlgraphics.image.codec.util.SeekableOutputStream.
An OutputStream which can seek to an arbitrary offset.
SeekableOutputStream(RandomAccessFile) - Constructor for class org.apache.xmlgraphics.image.codec.util.SeekableOutputStream
Constructs a SeekableOutputStream from a RandomAccessFile.
SeekableStream - class org.apache.xmlgraphics.image.codec.util.SeekableStream.
An abstract subclass of java.io.InputStream that allows seeking within the input, similar to the RandomAccessFile class.
SeekableStream() - Constructor for class org.apache.xmlgraphics.image.codec.util.SeekableStream
 
Service - class org.apache.xmlgraphics.util.Service.
This class handles looking up service providers on the class path.
Service() - Constructor for class org.apache.xmlgraphics.util.Service
 
SimpleRenderedImage - class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage.
A simple class implemented the RenderedImage interface.
SimpleRenderedImage() - Constructor for class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
 
SingleTileRenderedImage - class org.apache.xmlgraphics.image.codec.util.SingleTileRenderedImage.
A simple class that provides RenderedImage functionality given a Raster and a ColorModel.
SingleTileRenderedImage(Raster, ColorModel) - Constructor for class org.apache.xmlgraphics.image.codec.util.SingleTileRenderedImage
Constructs a SingleTileRenderedImage based on a Raster and a ColorModel.
StrokingTextHandler - class org.apache.xmlgraphics.java2d.ps.StrokingTextHandler.
Default TextHandler implementation which paints text using graphics primitives (shapes).
StrokingTextHandler(PSGraphics2D) - Constructor for class org.apache.xmlgraphics.java2d.ps.StrokingTextHandler
 
SubInputStream - class org.apache.xmlgraphics.util.io.SubInputStream.
This class is a FilterInputStream descendant that reads from an underlying InputStream up to a defined number of bytes or the end of the underlying stream.
SubInputStream(InputStream, long) - Constructor for class org.apache.xmlgraphics.util.io.SubInputStream
Creates a new SubInputStream.
sRGB - Static variable in class org.apache.xmlgraphics.image.GraphicsUtil
Standard prebuilt sRGB color model with no alpha.
sRGB_Pre - Static variable in class org.apache.xmlgraphics.image.GraphicsUtil
Standard prebuilt sRGB color model with premultiplied alpha.
sRGB_Unpre - Static variable in class org.apache.xmlgraphics.image.GraphicsUtil
Standard prebuilt sRGB color model with unpremultiplied alpha.
sampleDepth - Variable in class org.apache.xmlgraphics.image.codec.png.PNGSuggestedPaletteEntry
The depth of the color samples.
sampleModel - Variable in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
The image's SampleModel.
saveGraphicsState() - Method in class org.apache.xmlgraphics.ps.PSGenerator
Saves the graphics state of the rendering engine.
scale(double, double) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Concatenates the current Graphics2D Transform with a scaling transformation Subsequent rendering is resized according to the specified scaling factors relative to the previous scaling.
scale(double, double) - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Concatenates the current Graphics2D Transform with a scaling transformation Subsequent rendering is resized according to the specified scaling factors relative to the previous scaling.
seek(long) - Method in class org.apache.xmlgraphics.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.xmlgraphics.image.codec.util.ForwardSeekableStream
Seeks forward to the given position in the stream.
seek(long) - Method in class org.apache.xmlgraphics.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.xmlgraphics.image.codec.util.SeekableOutputStream
 
seek(long) - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Sets the offset, measured from the beginning of this stream, at which the next read occurs.
setBackground(Color) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Sets the background color for the Graphics2D context.
setBackground(Color) - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Sets the background color for the Graphics2D context.
setBackgroundColor(Color) - Method in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
Set the background of the PostScript document.
setBackgroundGray(int) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
Sets the suggested gray level of the background.
setBackgroundPaletteIndex(int) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette
Sets the palette index of the suggested background color.
setBackgroundRGB(int[]) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.RGB
Sets the RGB value of the suggested background color.
setBitDepth(int) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
Sets the desired bit depth for a grayscale image.
setBitDepth(int) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette
Sets the desired bit depth for a palette image.
setBitDepth(int) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.RGB
Sets the desired bit depth for an RGB image.
setBitDepth(int) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Sets the desired bit depth of an image.
setBitShift(int) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
Sets the desired bit shift for a grayscale image.
setChromaticity(float[]) - Method in class org.apache.xmlgraphics.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.xmlgraphics.image.codec.png.PNGEncodeParam
A convenience method that calls the array version.
setClip(int, int, int, int) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Sets the current clip to the rectangle specified by the given coordinates.
setClip(Shape) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Sets the current clipping area to an arbitrary clip shape.
setClip(int, int, int, int) - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Sets the current clip to the rectangle specified by the given coordinates.
setClip(Shape) - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Sets the current clipping area to an arbitrary clip shape.
setColor(Color) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Sets this graphics context's current color to the specified color.
setColor(Color) - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Sets this graphics context's current color to the specified color.
setComposite(Composite) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Sets the Composite for the Graphics2D context.
setComposite(Composite) - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Sets the Composite for the Graphics2D context.
setCompressedText(String[]) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Sets the text strings to be stored in compressed form with this image.
setCompression(int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
Specifies the type of compression to be used.
setCompressionMethod(String) - Method in class org.apache.xmlgraphics.image.writer.ImageWriterParams
Set the compression method that shall be used to encode the image.
setCustomTextHandler(TextHandler) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Sets a custom TextHandler implementation that is reponsible for painting text.
setDecodePaletteAsShorts(boolean) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDecodeParam
If set, the entries in the palette will be decoded as shorts and no short to byte lookup will be applied to them.
setDefaultLocale(Locale) - Method in interface org.apache.xmlgraphics.util.i18n.ExtendedLocalizable
Sets the default locale for all the instances of this class in the same LocaleGroup.
setDefaultLocale(Locale) - Method in class org.apache.xmlgraphics.util.i18n.LocalizableSupport
Implements ExtendedLocalizable.setDefaultLocale(Locale).
setDeflateLevel(int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
Sets the compression level for DEFLATE-compressed data which should either be java.util.Deflater.DEFAULT_COMPRESSION or a value in the range [1,9] where larger values indicate more compression.
setDisplayExponent(float) - Method in class org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
Sets the display exponent to a given value.
setEncodeParam(PNGEncodeParam) - Method in class org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
Sets the current encoder param instance.
setExpandGrayAlpha(boolean) - Method in class org.apache.xmlgraphics.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.xmlgraphics.image.codec.png.PNGDecodeParam
If set, palette color images (PNG color type 3) will be decoded into full-color (RGB) output images.
setExtraFields(TIFFField[]) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
Sets an array of extra fields to be written to the TIFF Image File Directory (IFD).
setExtraImages(Iterator) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
Sets an Iterator of additional images to be written after the image passed as an argument to the ImageEncoder.
setFont(Font) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Sets this graphics context's font to the specified font.
setFont(Font) - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Sets this graphics context's font to the specified font.
setGamma(float) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Sets the file gamma value for the image.
setGenerateEncodeParam(boolean) - Method in class org.apache.xmlgraphics.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.
setGraphicContext(GraphicContext) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Sets the GraphicContext
setICCProfileData(byte[]) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Sets the ICC profile data to be stored with this image.
setIFDOffset(long) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDecodeParam
Sets the offset in the stream from which to read the image.
setInterlacing(boolean) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Turns Adam7 interlacing on or off.
setJPEGCompressRGBToYCbCr(boolean) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
Sets flag indicating whether to convert RGB data to YCbCr when the compression type is JPEG.
setJPEGDecompressYCbCrToRGB(boolean) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDecodeParam
Sets a flag indicating whether to convert JPEG-compressed YCbCr data to RGB.
setJPEGEncodeParam(JPEGEncodeParam) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
Sets the JPEG compression parameters.
setJPEGQuality(float, boolean) - Method in class org.apache.xmlgraphics.image.writer.ImageWriterParams
Sets the quality setting for encoding JPEG images.
setLocale(Locale) - Method in class org.apache.xmlgraphics.util.i18n.LocaleGroup
Sets the default locale for all the instances of ExtendedLocalizable in this group.
setLocale(Locale) - Method in interface org.apache.xmlgraphics.util.i18n.Localizable
Provides a way to the user to specify a locale which override the default one.
setLocale(Locale) - Method in class org.apache.xmlgraphics.util.i18n.LocalizableSupport
Implements Localizable.setLocale(Locale).
setLocaleGroup(LocaleGroup) - Method in interface org.apache.xmlgraphics.util.i18n.ExtendedLocalizable
Sets the group to which this object belongs.
setLocaleGroup(LocaleGroup) - Method in class org.apache.xmlgraphics.util.i18n.LocalizableSupport
Implements ExtendedLocalizable.setLocaleGroup(LocaleGroup).
setModificationTime(Date) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Sets the modification time, as a Date, to be stored with this image.
setOutput8BitGray(boolean) - Method in class org.apache.xmlgraphics.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.
setPSGenerator(PSGenerator) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Sets the PostScript generator
setPaint(Paint) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Sets the Paint attribute for the Graphics2D context.
setPaint(Paint) - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Sets the Paint attribute for the Graphics2D context.
setPaintMode() - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Sets the paint mode of this graphics context to overwrite the destination with this graphics context's current color.
setPalette(int[]) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette
Sets the RGB palette of the image to be encoded.
setPaletteHistogram(int[]) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Sets the palette histogram to be stored with this image.
setPaletteTransparency(byte[]) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette
Sets the alpha values associated with each palette entry.
setParam(ImageDecodeParam) - Method in interface org.apache.xmlgraphics.image.codec.util.ImageDecoder
Sets the current parameters to an instance of the ImageDecodeParam interface.
setParam(ImageDecodeParam) - Method in class org.apache.xmlgraphics.image.codec.util.ImageDecoderImpl
Sets the current parameters to an instance of the ImageDecodeParam interface.
setParam(ImageEncodeParam) - Method in interface org.apache.xmlgraphics.image.codec.util.ImageEncoder
Sets the current parameters to an instance of the ImageEncodeParam interface.
setParam(ImageEncodeParam) - Method in class org.apache.xmlgraphics.image.codec.util.ImageEncoderImpl
Sets the current parameters to an instance of the ImageEncodeParam interface.
setPerformGammaCorrection(boolean) - Method in class org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
Turns gamma corection of the image data on or off.
setPhysicalDimension(int[]) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Sets the physical dimension information to be stored with this image.
setPhysicalDimension(int, int, int) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
A convenience method that calls the array version.
setRenderingHint(RenderingHints.Key, Object) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Sets the value of a single preference for the rendering algorithms.
setRenderingHint(RenderingHints.Key, Object) - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Sets the value of a single preference for the rendering algorithms.
setRenderingHints(Map) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Replaces the values of all preferences for the rendering algorithms with the specified hints.
setRenderingHints(Map) - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Replaces the values of all preferences for the rendering algorithms with the specified hints.
setResolution(int) - Method in class org.apache.xmlgraphics.image.writer.ImageWriterParams
Sets the target resolution of the bitmap image to be written.
setSRGBIntent(int) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Sets the sRGB rendering intent to be stored with this image.
setSignificantBits(int[]) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Sets the number of significant bits for each band of the image.
setStroke(Stroke) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Sets the Stroke for the Graphics2D context.
setStroke(Stroke) - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Sets the Stroke for the Graphics2D context.
setSuggestedPalette(PNGSuggestedPaletteEntry[]) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Sets the suggested palette information to be stored with this image.
setSuppressAlpha(boolean) - Method in class org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
If set, no alpha (transparency) channel will appear in the output image.
setText(String[]) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Sets the textual data to be stored in uncompressed form with this image.
setTileSize(int, int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
Sets the dimensions of the tiles to be written.
setTransform(AffineTransform) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Sets the Transform in the Graphics2D context.
setTransform(AffineTransform) - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Sets the Transform in the Graphics2D context.
setTransparentGray(int) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
Sets the gray value to be used to denote transparency.
setTransparentRGB(int[]) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.RGB
Sets the RGB value to be used to denote transparency.
setUserExponent(float) - Method in class org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
Sets the user exponent to a given value.
setViewportDimension(float, float) - Method in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
Set the dimensions of the document that will be drawn.
setWriteTiled(boolean) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
If set, the data will be written out in tiled format, instead of in strips.
setXORMode(Color) - Method in class org.apache.xmlgraphics.java2d.DefaultGraphics2D
Sets the paint mode of this graphics context to alternate between this graphics context's current color and the new specified color.
setXORMode(Color) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Sets the paint mode of this graphics context to alternate between this graphics context's current color and the new specified color.
setupDocument(OutputStream, int, int) - Method in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
Setup the document.
shear(double, double) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Concatenates the current Graphics2D Transform with a shearing transform.
shear(double, double) - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Concatenates the current Graphics2D Transform with a shearing transform.
skip(long) - Method in class org.apache.xmlgraphics.image.codec.util.ForwardSeekableStream
Forwards the request to the real InputStream.
skip(long) - Method in class org.apache.xmlgraphics.util.io.SubInputStream
 
skipBytes(int) - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
Attempts to skip over n bytes of input discarding the skipped bytes.
sm - Variable in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
sources - Variable in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
The image's sources, stored in a Vector.
srcs - Variable in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
startPage() - Method in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
 
stringToGlyph(String) - Static method in class org.apache.xmlgraphics.fonts.Glyphs
Return the string representation of a glyphname, eg stringToGlyph("backslash") returns "\\"
stroke - Variable in class org.apache.xmlgraphics.java2d.GraphicContext
Current Stroke

T

TEX8R_GLYPH_NAMES - Static variable in class org.apache.xmlgraphics.fonts.Glyphs
Glyph names for tex8r encoding
TIFFDecodeParam - class org.apache.xmlgraphics.image.codec.tiff.TIFFDecodeParam.
An instance of ImageDecodeParam for decoding images in the TIFF format.
TIFFDecodeParam() - Constructor for class org.apache.xmlgraphics.image.codec.tiff.TIFFDecodeParam
Constructs a default instance of TIFFDecodeParam.
TIFFDirectory - class org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory.
A class representing an Image File Directory (IFD) from a TIFF 6.0 stream.
TIFFDirectory(SeekableStream, int) - Constructor for class org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
Constructs a TIFFDirectory from a SeekableStream.
TIFFDirectory(SeekableStream, long, int) - Constructor for class org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
Constructs a TIFFDirectory by reading a SeekableStream.
TIFFEncodeParam - class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam.
An instance of ImageEncodeParam for encoding images in the TIFF format.
TIFFEncodeParam() - Constructor for class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
Constructs a TIFFEncodeParam object with default values for all parameters.
TIFFField - class org.apache.xmlgraphics.image.codec.tiff.TIFFField.
A class representing a field in a TIFF 6.0 Image File Directory.
TIFFField(int, int, int, Object) - Constructor for class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Constructs a TIFFField with arbitrary data.
TIFFImage - class org.apache.xmlgraphics.image.codec.tiff.TIFFImage.
 
TIFFImage(SeekableStream, TIFFDecodeParam, int) - Constructor for class org.apache.xmlgraphics.image.codec.tiff.TIFFImage
Constructs a TIFFImage that acquires its data from a given SeekableStream and reads from a particular IFD of the stream.
TIFFImageDecoder - class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder.
A baseline TIFF reader.
TIFFImageDecoder(SeekableStream, ImageDecodeParam) - Constructor for class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFFImageEncoder - class org.apache.xmlgraphics.image.codec.tiff.TIFFImageEncoder.
A baseline TIFF writer.
TIFFImageEncoder(OutputStream, ImageEncodeParam) - Constructor for class org.apache.xmlgraphics.image.codec.tiff.TIFFImageEncoder
 
TIFFLZWDecoder - class org.apache.xmlgraphics.image.codec.tiff.TIFFLZWDecoder.
A class for performing LZW decoding.
TIFFLZWDecoder(int, int, int) - Constructor for class org.apache.xmlgraphics.image.codec.tiff.TIFFLZWDecoder
 
TIFF_ASCII - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Flag for null-terminated ASCII strings.
TIFF_BITS_PER_SAMPLE - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_BYTE - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Flag for 8 bit unsigned integers.
TIFF_COLORMAP - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_COMPRESSION - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_DOUBLE - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Flag for 64 bit IEEE doubles.
TIFF_EXTRA_SAMPLES - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_FILL_ORDER - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_FLOAT - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Flag for 32 bit IEEE floats.
TIFF_IMAGE_LENGTH - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_IMAGE_WIDTH - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_LONG - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Flag for 32 bit unsigned integers.
TIFF_PHOTOMETRIC_INTERPRETATION - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_PLANAR_CONFIGURATION - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_PREDICTOR - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_RATIONAL - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Flag for pairs of 32 bit unsigned integers.
TIFF_RESOLUTION_UNIT - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_ROWS_PER_STRIP - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_SAMPLES_PER_PIXEL - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_SAMPLE_FORMAT - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_SBYTE - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Flag for 8 bit signed integers.
TIFF_SHORT - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Flag for 16 bit unsigned integers.
TIFF_SLONG - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Flag for 32 bit signed integers.
TIFF_SRATIONAL - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Flag for pairs of 32 bit signed integers.
TIFF_SSHORT - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Flag for 16 bit signed integers.
TIFF_STRIP_BYTE_COUNTS - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_STRIP_OFFSETS - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_S_MAX_SAMPLE_VALUE - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_S_MIN_SAMPLE_VALUE - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_T4_OPTIONS - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_T6_OPTIONS - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_TILE_BYTE_COUNTS - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_TILE_LENGTH - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_TILE_OFFSETS - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_TILE_WIDTH - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_UNDEFINED - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
Flag for 8 bit uninterpreted bytes.
TIFF_X_RESOLUTION - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TIFF_Y_RESOLUTION - Static variable in class org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
 
TITLE - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Title of the document
TRAILER - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Indicates the start of the document trailer
TRANSFORM_GENERAL - Static variable in class org.apache.xmlgraphics.java2d.TransformType
 
TRANSFORM_ROTATE - Static variable in class org.apache.xmlgraphics.java2d.TransformType
 
TRANSFORM_SCALE - Static variable in class org.apache.xmlgraphics.java2d.TransformType
 
TRANSFORM_SHEAR - Static variable in class org.apache.xmlgraphics.java2d.TransformType
 
TRANSFORM_TRANSLATE - Static variable in class org.apache.xmlgraphics.java2d.TransformType
 
TRANSLATE - Static variable in class org.apache.xmlgraphics.java2d.TransformType
TransformType values
TRANSLATE_STRING - Static variable in class org.apache.xmlgraphics.java2d.TransformType
Strings describing the elementary transforms
TYPE_FILE - Static variable in class org.apache.xmlgraphics.ps.PSResource
a file resource
TYPE_FONT - Static variable in class org.apache.xmlgraphics.ps.PSResource
a font resource
TYPE_PROCSET - Static variable in class org.apache.xmlgraphics.ps.PSResource
a procset resource
TextHandler - interface org.apache.xmlgraphics.java2d.ps.TextHandler.
Interface which the PSGraphics2D class delegates text painting to.
TransformStackElement - class org.apache.xmlgraphics.java2d.TransformStackElement.
Contains a description of an elementary transform stack element, such as a rotate or translate.
TransformStackElement(TransformType, double[]) - Constructor for class org.apache.xmlgraphics.java2d.TransformStackElement
 
TransformType - class org.apache.xmlgraphics.java2d.TransformType.
Enumeration for transformation types.
textAsShapes - Variable in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Text handling strategy.
tileGridXOff - Variable in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
tileGridXOffset - Variable in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
The X coordinate of the upper-left pixel of tile (0, 0).
tileGridYOff - Variable in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
tileGridYOffset - Variable in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
The Y coordinate of the upper-left pixel of tile (0, 0).
tileHeight - Variable in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
The height of a tile.
tileHeight - Variable in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
tileWidth - Variable in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
The width of a tile.
tileWidth - Variable in class org.apache.xmlgraphics.image.rendered.AbstractRed
 
tileXToX(int, int, int) - Static method in class org.apache.xmlgraphics.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.xmlgraphics.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.xmlgraphics.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.xmlgraphics.image.codec.util.SimpleRenderedImage
Converts a vertical tile index into the Y coordinate of its upper left pixel.
toInt() - Method in class org.apache.xmlgraphics.java2d.TransformType
Convenience for enumeration switching.
toString() - Method in class org.apache.xmlgraphics.java2d.TransformType
 
transform(AffineTransform) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Composes an AffineTransform object with the Transform in this Graphics2D according to the rule last-specified-first-applied.
transform - Variable in class org.apache.xmlgraphics.java2d.GraphicContext
Current AffineTransform.
transform(AffineTransform) - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Composes an AffineTransform object with the Transform in this Graphics2D according to the rule last-specified-first-applied.
transformStack - Variable in class org.apache.xmlgraphics.java2d.GraphicContext
Transform stack
transformStackValid - Variable in class org.apache.xmlgraphics.java2d.GraphicContext
Defines whether the transform stack is valide or not.
translate(int, int) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Translates the origin of the graphics context to the point (xy) in the current coordinate system.
translate(double, double) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
Concatenates the current Graphics2D Transform with a translation transform.
translate(int, int) - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Translates the origin of the graphics context to the point (xy) in the current coordinate system.
translate(double, double) - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Concatenates the current Graphics2D Transform with a translation transform.

U

UNICODE_GLYPHS - Static variable in class org.apache.xmlgraphics.fonts.Glyphs
List of unicode glyphs
unsetBackground() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
Suppresses the 'bKGD' chunk from being output.
unsetBackground() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette
Suppresses the 'bKGD' chunk from being output.
unsetBackground() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.RGB
Suppresses the 'bKGD' chunk from being output.
unsetBackground() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Suppresses the 'bKGD' chunk from being output.
unsetBitDepth() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Suppresses the setting of the bit depth of a grayscale image.
unsetBitShift() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
Suppresses the setting of the bit shift of a grayscale image.
unsetChromaticity() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Suppresses the 'cHRM' chunk from being output.
unsetCompressedText() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Suppresses the 'zTXt' chunk from being output.
unsetGamma() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Suppresses the 'gAMA' chunk from being output.
unsetICCProfileData() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Suppresses the 'iCCP' chunk from being output.
unsetModificationTime() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Suppresses the 'tIME' chunk from being output.
unsetPalette() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette
Suppresses the 'PLTE' chunk from being output.
unsetPaletteHistogram() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Suppresses the 'hIST' chunk from being output.
unsetPhysicalDimension() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Suppresses the 'pHYS' chunk from being output.
unsetSRGBIntent() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Suppresses the 'sRGB' chunk from being output.
unsetSignificantBits() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Suppresses the 'sBIT' chunk from being output.
unsetSuggestedPalette() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Suppresses the 'sPLT' chunk from being output.
unsetText() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Suppresses the 'tEXt' chunk from being output.
unsetTransparency() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
Suppresses the 'tRNS' chunk from being output.
updateMetadata(IIOMetadata, ImageWriterParams) - Method in class org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter
Updates the metadata information based on the parameters to this writer.
updateMetadata(IIOMetadata, ImageWriterParams) - Method in class org.apache.xmlgraphics.image.writer.imageio.ImageIOJPEGImageWriter
 
updateTileGridInfo() - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
This function computes all the basic information about the tile grid based on the data stored in sm, and tileGridX/YOff.
useColor(Color) - Method in class org.apache.xmlgraphics.ps.PSState
Establishes the specified color (RGB).
useDash(String) - Method in class org.apache.xmlgraphics.ps.PSGenerator
Establishes the specified dash pattern.
useDash(String) - Method in class org.apache.xmlgraphics.ps.PSState
Establishes the specified dash.
useFont(String, float) - Method in class org.apache.xmlgraphics.ps.PSGenerator
Establishes the specified font and size.
useFont(String, float) - Method in class org.apache.xmlgraphics.ps.PSState
Establishes the specified font and size.
useLineCap(int) - Method in class org.apache.xmlgraphics.ps.PSGenerator
Establishes the specified line cap style.
useLineCap(int) - Method in class org.apache.xmlgraphics.ps.PSState
Establishes the specified line cap.
useLineWidth(double) - Method in class org.apache.xmlgraphics.ps.PSGenerator
Establishes the specified line width.
useLineWidth(double) - Method in class org.apache.xmlgraphics.ps.PSState
Establishes the specified line width.
useRGBColor(Color) - Method in class org.apache.xmlgraphics.ps.PSGenerator
Establishes the specified color (RGB).
usedLocale - Variable in class org.apache.xmlgraphics.util.i18n.LocalizableSupport
The locale in use.

V

VERSION - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
Version of the document
validateTransformStack() - Method in class org.apache.xmlgraphics.java2d.GraphicContext
Marks the GraphicContext's isNewTransformStack to false as a memento that the current transform stack was read and has not been reset.
viewportHeight - Variable in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
 
viewportWidth - Variable in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
 

W

WINANSI_ENCODING - Static variable in class org.apache.xmlgraphics.fonts.Glyphs
The characters in WinAnsiEncoding
warningOccurred(ImageWriter, int, String) - Method in class org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter
 
width - Variable in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
The image's width in pixels.
width - Variable in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
 
wrap(RenderedImage) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
Convertes any RenderedImage to a CacheableRed.
wrapInputStream(InputStream, boolean) - Static method in class org.apache.xmlgraphics.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.xmlgraphics.image.codec.util.SeekableOutputStream
 
write(byte[]) - Method in class org.apache.xmlgraphics.image.codec.util.SeekableOutputStream
 
write(byte[], int, int) - Method in class org.apache.xmlgraphics.image.codec.util.SeekableOutputStream
 
write(String) - Method in class org.apache.xmlgraphics.ps.PSGenerator
Writes a PostScript command to the stream.
write(int) - Method in class org.apache.xmlgraphics.util.io.ASCII85OutputStream
 
write(int) - Method in class org.apache.xmlgraphics.util.io.ASCIIHexOutputStream
 
write(int) - Method in class org.apache.xmlgraphics.util.io.Base64EncodeStream
 
write(byte[]) - Method in class org.apache.xmlgraphics.util.io.Base64EncodeStream
 
write(byte[], int, int) - Method in class org.apache.xmlgraphics.util.io.Base64EncodeStream
 
write(byte) - Method in class org.apache.xmlgraphics.util.io.RunLengthEncodeOutputStream
 
write(byte[]) - Method in class org.apache.xmlgraphics.util.io.RunLengthEncodeOutputStream
 
write(byte[], int, int) - Method in class org.apache.xmlgraphics.util.io.RunLengthEncodeOutputStream
 
writeByteArr(byte[]) - Method in class org.apache.xmlgraphics.ps.PSGenerator
Writes encoded data to the PostScript stream.
writeClip(Shape) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Establishes a clipping region
writeDSCComment(String) - Method in class org.apache.xmlgraphics.ps.PSGenerator
Writes a DSC comment to the output stream.
writeDSCComment(String, Object) - Method in class org.apache.xmlgraphics.ps.PSGenerator
Writes a DSC comment to the output stream.
writeDSCComment(String, Object[]) - Method in class org.apache.xmlgraphics.ps.PSGenerator
Writes a DSC comment to the output stream.
writeFOPEPSProcSet(PSGenerator) - Static method in class org.apache.xmlgraphics.ps.PSProcSets
Generates a resource defining a procset for including EPS graphics.
writeFOPStdProcSet(PSGenerator) - Static method in class org.apache.xmlgraphics.ps.PSProcSets
Generates a resource defining standard procset for FOP.
writeFileHeader() - Method in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
 
writeFileHeader() - Method in class org.apache.xmlgraphics.java2d.ps.EPSDocumentGraphics2D
 
writeFileHeader() - Method in class org.apache.xmlgraphics.java2d.ps.PSDocumentGraphics2D
 
writeImage(RenderedImage, OutputStream) - Method in interface org.apache.xmlgraphics.image.writer.ImageWriter
Encodes an image and writes it to an OutputStream.
writeImage(RenderedImage, OutputStream, ImageWriterParams) - Method in interface org.apache.xmlgraphics.image.writer.ImageWriter
Encodes an image and writes it to an OutputStream.
writeImage(RenderedImage, OutputStream) - Method in class org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter
 
writeImage(RenderedImage, OutputStream, ImageWriterParams) - Method in class org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter
 
writeImage(RenderedImage, OutputStream) - Method in class org.apache.xmlgraphics.image.writer.internal.JPEGImageWriter
 
writeImage(RenderedImage, OutputStream, ImageWriterParams) - Method in class org.apache.xmlgraphics.image.writer.internal.JPEGImageWriter
 
writeImage(RenderedImage, OutputStream) - Method in class org.apache.xmlgraphics.image.writer.internal.PNGImageWriter
 
writeImage(RenderedImage, OutputStream, ImageWriterParams) - Method in class org.apache.xmlgraphics.image.writer.internal.PNGImageWriter
 
writeImage(byte[], Dimension, String, Rectangle2D, boolean, ColorSpace, PSGenerator) - Static method in class org.apache.xmlgraphics.ps.PSImageUtils
Writes a bitmap image to the PostScript stream.
writePageHeader() - Method in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
Writes the page header for a page.
writePageHeader() - Method in class org.apache.xmlgraphics.java2d.ps.EPSDocumentGraphics2D
 
writePageHeader() - Method in class org.apache.xmlgraphics.java2d.ps.PSDocumentGraphics2D
 
writePageSetup() - Method in class org.apache.xmlgraphics.java2d.ps.StrokingTextHandler
 
writePageSetup() - Method in interface org.apache.xmlgraphics.java2d.ps.TextHandler
Is called by when a "PageSetup" section of the PostScript document is generated.
writePageTrailer() - Method in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
Writes the page trailer for a page.
writePageTrailer() - Method in class org.apache.xmlgraphics.java2d.ps.EPSDocumentGraphics2D
 
writePageTrailer() - Method in class org.apache.xmlgraphics.java2d.ps.PSDocumentGraphics2D
 
writeResources(boolean) - Method in class org.apache.xmlgraphics.ps.PSGenerator
Writes a DSC comment for the accumulated used resources, either at page level or at document level.
writeSetup() - Method in class org.apache.xmlgraphics.java2d.ps.StrokingTextHandler
 
writeSetup() - Method in interface org.apache.xmlgraphics.java2d.ps.TextHandler
Is called by when the "Setup" or "Prolog" of the PostScript document is generated.
writeString(byte[]) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFLZWDecoder
Write out the string just uncompressed.
writeln(String) - Method in class org.apache.xmlgraphics.ps.PSGenerator
Writes a PostScript command to the stream and ends the line.

X

XToTileX(int, int, int) - Static method in class org.apache.xmlgraphics.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.xmlgraphics.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.xmlgraphics.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.xmlgraphics.image.codec.util.SimpleRenderedImage
Converts a pixel's Y coordinate into a vertical tile index.

Z

ZERO - Static variable in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
 
ZERO - Static variable in interface org.apache.xmlgraphics.util.io.ASCII85Constants
Special character "z" stands for four NULL bytes (short-cut for !!!!!)
ZERO_ARRAY - Static variable in interface org.apache.xmlgraphics.util.io.ASCII85Constants
ZERO as a byte array

A B C D E F G H I J L M N O P R S T U V W X Y Z
xmlgraphics-commons 1.0

Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.