- CachableRed - Interface in org.apache.xmlgraphics.image.rendered
-
This provides a number of extra methods that enable a system to
better analyse the dependencies between nodes in a render graph.
- cacheHitImage(ImageKey) - Method in interface org.apache.xmlgraphics.image.loader.cache.ImageCacheListener
-
An Image was found in the cache
- cacheHitImage(ImageKey) - Method in class org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
An Image was found in the cache
- cacheHitImageInfo(String) - Method in interface org.apache.xmlgraphics.image.loader.cache.ImageCacheListener
-
An ImageInfo was found in the cache
- cacheHitImageInfo(String) - Method in class org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
An ImageInfo was found in the cache
- cacheMissImage(ImageKey) - Method in interface org.apache.xmlgraphics.image.loader.cache.ImageCacheListener
-
An Image was not in the cache
- cacheMissImage(ImageKey) - Method in class org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
An Image was not in the cache
- cacheMissImageInfo(String) - Method in interface org.apache.xmlgraphics.image.loader.cache.ImageCacheListener
-
An ImageInfo was not in the cache
- cacheMissImageInfo(String) - Method in class org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
An ImageInfo was not in the cache
- calcPixelsFromSize() - Method in class org.apache.xmlgraphics.image.loader.ImageSize
-
Calculates the size in pixels based on the size in millipoints and the resolution.
- calcSizeFromPixels() - Method in class org.apache.xmlgraphics.image.loader.ImageSize
-
Calculates the size in millipoints based on the size in pixels and the resolution.
- 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.ImageInputStreamSeekableStreamAdapter
-
Returns true
if this object supports calls to
seek(pos)
with an offset pos
smaller
than the current offset, as returned by getFilePointer
.
- 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
.
- canSeekBackwards() - Method in class org.apache.xmlgraphics.image.loader.util.SeekableStreamAdapter
-
Returns true
if this object supports calls to
seek(pos)
with an offset pos
smaller
than the current offset, as returned by getFilePointer
.
- characters(char[], int, int) - Method in class org.apache.xmlgraphics.xmp.XMPHandler
- charToGlyphName(char) - Static method in class org.apache.xmlgraphics.fonts.Glyphs
-
Return the glyphname from a character,
eg, charToGlyphName('\\') returns "backslash"
- checkAndSkipDSC30Header(DSCParser) - Static method in class org.apache.xmlgraphics.ps.dsc.tools.DSCTools
-
Verifies that the file being parsed is a DSC 3.0 file.
- checkSourceFlavor(Image) - Method in class org.apache.xmlgraphics.image.loader.impl.AbstractImageConverter
-
Checks if the source flavor of the given image is compatible with this ImageConverter.
- checkTransform(AffineTransform) - Method in class org.apache.xmlgraphics.ps.PSState
-
Check the current transform.
- choosePipeline(ImageProviderPipeline[]) - Method in class org.apache.xmlgraphics.image.loader.ImageManager
-
- CIELabColorSpace - Class in org.apache.xmlgraphics.java2d.color
-
This class defines the CIE L*a*b* (CIE 1976) color space.
- CIELabColorSpace() - Constructor for class org.apache.xmlgraphics.java2d.color.CIELabColorSpace
-
Default constructor using the D65 white point.
- CIELabColorSpace(float[]) - Constructor for class org.apache.xmlgraphics.java2d.color.CIELabColorSpace
-
CIE Lab space constructor which allows to give an arbitrary white point.
- classLoader - Variable in class org.apache.xmlgraphics.util.i18n.LocalizableSupport
-
The classloader to use to create the resource bundle.
- ClasspathResource - Class in org.apache.xmlgraphics.util
-
A class to find resources in the classpath by their mime-type specified in
the MANIFEST.
- clear() - Method in class org.apache.xmlgraphics.image.loader.util.SoftMapCache
-
Clears the cache.
- clear() - Method in class org.apache.xmlgraphics.ps.PSPageDeviceDictionary
-
- clearCache() - Method in class org.apache.xmlgraphics.image.loader.cache.ImageCache
-
Clears the image cache (all ImageInfo and Image objects).
- 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.
- clippingDisabled - Variable in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Disable or enable clipping
- 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.ImageInputStreamSeekableStreamAdapter
- close() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableOutputStream
-
- close() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRawStream.ByteArrayStreamFactory
-
Closes the factory and releases any resources held open during the lifetime of this
object.
- close() - Method in interface org.apache.xmlgraphics.image.loader.impl.ImageRawStream.InputStreamFactory
-
Closes the factory and releases any resources held open during the lifetime of this
object.
- close() - Method in class org.apache.xmlgraphics.image.loader.util.ImageInputStreamAdapter
- close() - Method in interface org.apache.xmlgraphics.image.writer.MultiImageWriter
-
- 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
- close() - Method in class org.apache.xmlgraphics.util.WriterOutputStream
- closePage() - Method in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
-
Closes the current page.
- closeQuietly(Source) - Static method in class org.apache.xmlgraphics.image.loader.util.ImageUtil
-
Closes the InputStreams or ImageInputStreams of Source objects.
- cm - Variable in class org.apache.xmlgraphics.image.rendered.AbstractRed
-
- CM - Static variable in class org.apache.xmlgraphics.util.UnitConv
-
Describes the unit centimeter.
- CMYKColorSpace - Class in org.apache.xmlgraphics.java2d
-
Deprecated.
This class has been moved to the "color" subpackage.
- CMYKColorSpace(int, int) - Constructor for class org.apache.xmlgraphics.java2d.CMYKColorSpace
-
Deprecated.
- 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
- ColorConverter - Interface in org.apache.xmlgraphics.java2d.color
-
Utility for implementing a color conversion scheme.
- colorModel - Variable in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
The image's ColorModel.
- ColorProfileUtil - Class in org.apache.xmlgraphics.java2d.color.profile
-
Helper methods for handling color profiles.
- ColorSpaceOrigin - Interface in org.apache.xmlgraphics.java2d.color
-
Interface used to decorate java.awt.color.ColorSpaces
subclasses
to report the origin of the associated color profile.
- ColorSpaces - Class in org.apache.xmlgraphics.java2d.color
-
Provides access to various color spaces.
- ColorUtil - Class in org.apache.xmlgraphics.java2d.color
-
Generic Color helper class.
- ColorWithAlternatives - Class in org.apache.xmlgraphics.java2d.color
-
Extended Color
class allowing to specify a prioritized list of alternative colors.
- ColorWithAlternatives(float, float, float, float, Color[]) - Constructor for class org.apache.xmlgraphics.java2d.color.ColorWithAlternatives
-
Constructor for RGBA colors.
- ColorWithAlternatives(float, float, float, Color[]) - Constructor for class org.apache.xmlgraphics.java2d.color.ColorWithAlternatives
-
Constructor for RGB colors.
- ColorWithAlternatives(int, boolean, Color[]) - Constructor for class org.apache.xmlgraphics.java2d.color.ColorWithAlternatives
-
Constructor for RGBA colors.
- ColorWithAlternatives(int, int, int, int, Color[]) - Constructor for class org.apache.xmlgraphics.java2d.color.ColorWithAlternatives
-
Constructor for RGBA colors.
- ColorWithAlternatives(int, int, int, Color[]) - Constructor for class org.apache.xmlgraphics.java2d.color.ColorWithAlternatives
-
Constructor for RGB colors.
- ColorWithAlternatives(int, Color[]) - Constructor for class org.apache.xmlgraphics.java2d.color.ColorWithAlternatives
-
Constructor for RGB colors.
- ColorWithAlternatives(ColorSpace, float[], float, Color[]) - Constructor for class org.apache.xmlgraphics.java2d.color.ColorWithAlternatives
-
Constructor for colors with an arbitrary color space.
- comment(String) - Method in class org.apache.xmlgraphics.ps.dsc.DefaultDSCHandler
-
- comment(String) - Method in interface org.apache.xmlgraphics.ps.dsc.DSCHandler
-
Called for any line containing a full-line PostScript comment.
- COMMENT - Static variable in interface org.apache.xmlgraphics.ps.dsc.DSCParserConstants
-
Indicates a normal PostScript comment (starting with "%")
- comment(String) - Method in class org.apache.xmlgraphics.ps.dsc.EventRecorder
-
- commentln(String) - Method in class org.apache.xmlgraphics.ps.PSGenerator
-
Writes a comment to the stream and ends the line.
- CommonURIResolver - Class in org.apache.xmlgraphics.util.uri
-
A URI Resolver which supports pluggable entities via the
Service
mechanism.
- CommonURIResolver() - Constructor for class org.apache.xmlgraphics.util.uri.CommonURIResolver
-
Creates a new CommonURIResolver.
- 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
-
- compareTo(Object) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
-
Compares this TIFFField
with another
TIFFField
by comparing the tags.
- compareTo(Object) - Method in class org.apache.xmlgraphics.image.loader.pipeline.ImageRepresentation
- compareTo(Object) - Method in class org.apache.xmlgraphics.ps.PSResource
- 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
- CompositeImageLoader - Class in org.apache.xmlgraphics.image.loader.impl
-
Composite ImageLoader implementation in order to provide fallbacks when one ImageLoader
fails due to some limitation.
- CompositeImageLoader(ImageLoader[]) - Constructor for class org.apache.xmlgraphics.image.loader.impl.CompositeImageLoader
-
Main constructor.
- 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
-
- 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.
- concatenate(TransformStackElement) - Method in class org.apache.xmlgraphics.java2d.TransformStackElement
-
- 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.
- construct(CachableRed, ColorModel) - Static method in class org.apache.xmlgraphics.image.rendered.FormatRed
-
- convert(Image, Map) - Method in class org.apache.xmlgraphics.image.loader.impl.ImageConverterBitmap2G2D
-
Converts an image into a different representation.
- convert(Image, Map) - Method in class org.apache.xmlgraphics.image.loader.impl.ImageConverterBuffered2Rendered
-
Converts an image into a different representation.
- convert(Image, Map) - Method in class org.apache.xmlgraphics.image.loader.impl.ImageConverterG2D2Bitmap
-
Converts an image into a different representation.
- convert(Image, Map) - Method in class org.apache.xmlgraphics.image.loader.impl.ImageConverterRendered2PNG
-
Converts an image into a different representation.
- convert(Image, Map) - Method in interface org.apache.xmlgraphics.image.loader.spi.ImageConverter
-
Converts an image into a different representation.
- convert(Color) - Method in interface org.apache.xmlgraphics.java2d.color.ColorConverter
-
- convert(Color) - Method in class org.apache.xmlgraphics.java2d.color.DefaultColorConverter
- convert(Color) - Method in class org.apache.xmlgraphics.java2d.color.GrayScaleColorConverter
-
The color is converted to CMYK with just the K component.
- convert(String) - Static method in class org.apache.xmlgraphics.util.UnitConv
-
Convert the given unit length to a dimensionless integer representing
a whole number of base units (milli-points).
- convertImage(Image, ImageFlavor[], Map) - Method in class org.apache.xmlgraphics.image.loader.ImageManager
-
Converts an image.
- convertImage(Image, ImageFlavor[]) - Method in class org.apache.xmlgraphics.image.loader.ImageManager
-
Converts an image with no hints.
- convertRealToDSC(float) - Static method in class org.apache.xmlgraphics.ps.PSGenerator
-
Converts a value for use in DSC comments.
- convertSimpleValueToArray(XMPArrayType) - Method in class org.apache.xmlgraphics.xmp.XMPProperty
-
Converts a simple value to an array of a given type if the value is not already an array.
- 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.
- convertToLsRGB(CachableRed) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
-
This method will return a CacheableRed that has it's data in
the linear sRGB colorspace.
- 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.
- convertXToTileX(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.
- convertXToTileX(int) - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Converts a pixel's X coordinate into a horizontal tile index.
- convertYToTileY(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.
- convertYToTileY(int) - Method in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Converts a pixel's Y coordinate into a vertical tile index.
- 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(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(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.rendered.Any2LsRGBRed
-
- 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.
- COPYRIGHT - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
-
Copyright information associated with the document or resource
- 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.PSGraphics2D
-
Creates a new Graphics
object that is
a copy of this Graphics
object.
- createCMYKColor(float[]) - Static method in class org.apache.xmlgraphics.java2d.color.DeviceCMYKColorSpace
-
Creates a color instance representing a device-specific CMYK color.
- 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
.
- createDataURL(InputStream, String) - Static method in class org.apache.xmlgraphics.util.uri.DataURLUtil
-
Creates a new data URL and returns it as a String.
- createDSCCommentFor(String) - Static method in class org.apache.xmlgraphics.ps.dsc.DSCCommentFactory
-
Creates and returns new instances for DSC comments with a given name.
- createDSCCommentFromAtend() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCAtend
-
Creates a new instance of a DSC comment with the same name as this instance but does not
have an "Atend" value.
- createGeneralTransformElement(AffineTransform) - Static method in class org.apache.xmlgraphics.java2d.TransformStackElement
-
- createImageInputStream(InputStream) - Method in class org.apache.xmlgraphics.image.loader.impl.AbstractImageSessionContext
-
- createInputStream() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRawStream.ByteArrayStreamFactory
-
Creates and returns a new InputStream.
- createInputStream() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRawStream
-
Returns a new InputStream to access the raw image.
- createInputStream() - Method in interface org.apache.xmlgraphics.image.loader.impl.ImageRawStream.InputStreamFactory
-
Creates and returns a new InputStream.
- createMultiImageWriter(OutputStream) - Method in class org.apache.xmlgraphics.image.writer.AbstractImageWriter
-
- createMultiImageWriter(OutputStream) - Method in class org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter
-
- createMultiImageWriter(OutputStream) - Method in interface org.apache.xmlgraphics.image.writer.ImageWriter
-
Creates a MultiImageWriter instance that lets you put multiple pages into a single file
if the format supports it.
- createMultiImageWriter(OutputStream) - Method in class org.apache.xmlgraphics.image.writer.internal.TIFFImageWriter
-
Creates a MultiImageWriter instance that lets you put multiple pages into a single file
if the format supports it.
- createRenderedImageEncoder(RenderedImage) - Static method in class org.apache.xmlgraphics.ps.ImageEncodingHelper
-
Create an ImageEncoder for the given RenderImage instance.
- 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
-
- createXMPHandler() - Static method in class org.apache.xmlgraphics.xmp.XMPParser
-
Creates and returns an XMPHandler for passive XMP parsing.
- 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
- 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
- DataURIResolver - Class in org.apache.xmlgraphics.util.uri
-
Resolves data URLs (described in RFC 2397) returning its data as a StreamSource.
- DataURIResolver() - Constructor for class org.apache.xmlgraphics.util.uri.DataURIResolver
-
- DataURLUtil - Class in org.apache.xmlgraphics.util.uri
-
Utility classes for generating RFC 2397 data URLs.
- DateFormatUtil - Class in org.apache.xmlgraphics.util
-
- declareInlined(PSResource) - Method in class org.apache.xmlgraphics.ps.dsc.ResourceTracker
-
This method declares that the given resource will be inlined and can therefore
be removed from resource tracking.
- 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.
- decorateMarkSupported(InputStream) - Static method in class org.apache.xmlgraphics.image.loader.util.ImageUtil
-
Decorates an InputStream with a BufferedInputStream if it doesn't support mark()/reset().
- 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_DPI - Static variable in class org.apache.xmlgraphics.image.GraphicsConstants
-
The default DPI used when they cannot be determined by the graphics
environment or loaded from the image.
- DEFAULT_LANGUAGE - Static variable in interface org.apache.xmlgraphics.xmp.XMPConstants
-
Default language for the xml:lang property
- DEFAULT_LANGUAGE_LEVEL - Static variable in class org.apache.xmlgraphics.ps.PSGenerator
-
Default postscript language level
- DEFAULT_PRIORITY - Static variable in interface org.apache.xmlgraphics.image.loader.spi.ImagePreloader
-
Default priority for preloaders
- DEFAULT_RGB_COLOR - Static variable in class org.apache.xmlgraphics.ps.PSState
-
Default color in PostScript
- DEFAULT_SAMPLE_DPI - Static variable in class org.apache.xmlgraphics.image.GraphicsConstants
-
Graphics may be sampled at this resolution.
- DefaultColorConverter - Class in org.apache.xmlgraphics.java2d.color
-
A default implementation that does not apply any conversion
- DefaultDSCHandler - Class in org.apache.xmlgraphics.ps.dsc
-
Default implementation of a DSCHandler which simply passes through the PostScript content
unchanged.
- DefaultDSCHandler(OutputStream) - Constructor for class org.apache.xmlgraphics.ps.dsc.DefaultDSCHandler
-
Creates a new instance.
- DefaultEdgeDirectory - Class in org.apache.xmlgraphics.util.dijkstra
-
- DefaultEdgeDirectory() - Constructor for class org.apache.xmlgraphics.util.dijkstra.DefaultEdgeDirectory
-
- DefaultExpirationPolicy - Class in org.apache.xmlgraphics.image.loader.cache
-
Implements the default expiration policy for the image cache.
- DefaultExpirationPolicy() - Constructor for class org.apache.xmlgraphics.image.loader.cache.DefaultExpirationPolicy
-
Creates a new policy with default settings (expiration in 60 seconds).
- DefaultExpirationPolicy(int) - Constructor for class org.apache.xmlgraphics.image.loader.cache.DefaultExpirationPolicy
-
Creates a new policy.
- DefaultGraphics2D - Class in org.apache.xmlgraphics.java2d
-
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
- DefaultImageContext - Class in org.apache.xmlgraphics.image.loader.impl
-
Very simple ImageContext implementation that uses the Toolkit
's screen resolution.
- DefaultImageContext() - Constructor for class org.apache.xmlgraphics.image.loader.impl.DefaultImageContext
-
Main constructor.
- DefaultImageSessionContext - Class in org.apache.xmlgraphics.image.loader.impl
-
Very simple implementation of the ImageSessionContext interface.
- DefaultImageSessionContext(ImageContext, File) - Constructor for class org.apache.xmlgraphics.image.loader.impl.DefaultImageSessionContext
-
Main constructor.
- DefaultNestedDocumentHandler - Class in org.apache.xmlgraphics.ps.dsc
-
DSCListener
implementation which automatically skips data
between Begin/EndDocument and Begin/EndData.
- DefaultNestedDocumentHandler(PSGenerator) - Constructor for class org.apache.xmlgraphics.ps.dsc.DefaultNestedDocumentHandler
-
Creates a new instance.
- defaultTransform - Variable in class org.apache.xmlgraphics.java2d.GraphicContext
-
Default Transform to be used for creating FontRenderContext.
- defineAdobeCyrillicEncoding(PSGenerator) - Static method in class org.apache.xmlgraphics.ps.PSFontUtils
-
Defines the AdobeStandardCyrillic encoding for use in PostScript files.
- 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.
- determineCandidatePipelines(ImageInfo, ImageFlavor) - Method in class org.apache.xmlgraphics.image.loader.pipeline.PipelineFactory
-
Determines all possible pipelines for the given image that can produce the requested
target flavor.
- determineCandidatePipelines(ImageInfo, ImageFlavor[]) - Method in class org.apache.xmlgraphics.image.loader.pipeline.PipelineFactory
-
- determineCandidatePipelines(Image, ImageFlavor[]) - Method in class org.apache.xmlgraphics.image.loader.pipeline.PipelineFactory
-
- determineEncodedColorModel() - Method in class org.apache.xmlgraphics.ps.ImageEncodingHelper
-
Determines the color model used for encoding the image.
- DeviceCMYKColorSpace - Class in org.apache.xmlgraphics.java2d.color
-
This class represents an uncalibrated CMYK color space.
- DeviceCMYKColorSpace() - Constructor for class org.apache.xmlgraphics.java2d.color.DeviceCMYKColorSpace
-
Constructs an uncalibrated CMYK ColorSpace object with
ColorSpace.TYPE_CMYK
and 4 components.
- DijkstraAlgorithm - Class in org.apache.xmlgraphics.util.dijkstra
-
This is an implementation of Dijkstra's algorithm to find the shortest path for a directed
graph with non-negative edge weights.
- DijkstraAlgorithm(EdgeDirectory) - Constructor for class org.apache.xmlgraphics.util.dijkstra.DijkstraAlgorithm
-
Main Constructor.
- Dimension2DDouble - Class in org.apache.xmlgraphics.java2d
-
Subclass of Dimension2D which takes double values.
- Dimension2DDouble() - Constructor for class org.apache.xmlgraphics.java2d.Dimension2DDouble
-
Default constructor.
- Dimension2DDouble(double, double) - Constructor for class org.apache.xmlgraphics.java2d.Dimension2DDouble
-
Main constructor.
- disableClipping(boolean) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Disable clipping on each draw command.
- discoverClasspathImplementations() - Method in class org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Discovers all implementations in the application's classpath.
- 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.
- 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
-
- divideAlpha(WritableRaster) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
-
- 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
- doDrawing(boolean, boolean, boolean) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Commits a painting operation.
- doHouseKeeping() - Method in class org.apache.xmlgraphics.image.loader.cache.ImageCache
-
Triggers some house-keeping, i.e.
- doHouseKeeping() - Method in class org.apache.xmlgraphics.image.loader.util.SoftMapCache
-
Triggers some house-keeping, i.e.
- DoubleFormatUtil - Class in org.apache.xmlgraphics.util
-
This class implements fast, thread-safe format of a double value
with a given number of decimal digits.
- 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, float, float) - Method in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Generic implementation for drawing attributed strings using TextLayout.
- 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(Graphics2D, String, float, float) - Method in class org.apache.xmlgraphics.java2d.StrokingTextHandler
-
Draw some text.
- drawString(Graphics2D, String, float, float) - Method in interface org.apache.xmlgraphics.java2d.TextHandler
-
Draw some text.
- DSC_COMMENT - Static variable in interface org.apache.xmlgraphics.ps.dsc.DSCParserConstants
-
Indicates a DSC comment (starting with "%%")
- DSCAtend - Class in org.apache.xmlgraphics.ps.dsc.events
-
This class represents a DSC comment with an "(ATEND)" value.
- DSCAtend(String) - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCAtend
-
Creates a new instance
- DSCComment - Interface in org.apache.xmlgraphics.ps.dsc.events
-
Base interface for all DSC comments.
- DSCCommentBeginDocument - Class in org.apache.xmlgraphics.ps.dsc.events
-
Represents a %BeginDocument DSC comment.
- DSCCommentBeginDocument() - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginDocument
-
Creates a new instance
- DSCCommentBeginDocument(PSResource) - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginDocument
-
Creates a new instance for a given PSResource instance
- DSCCommentBeginDocument(PSResource, Float, String) - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginDocument
-
Creates a new instance for a given PSResource instance
- DSCCommentBeginResource - Class in org.apache.xmlgraphics.ps.dsc.events
-
Represents a %BeginResource DSC comment.
- DSCCommentBeginResource() - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginResource
-
Creates a new instance
- DSCCommentBeginResource(PSResource) - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginResource
-
Creates a new instance for a given PSResource instance
- DSCCommentBeginResource(PSResource, int, int) - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginResource
-
Creates a new instance for a given PSResource instance
- DSCCommentBoundingBox - Class in org.apache.xmlgraphics.ps.dsc.events
-
Represents a %%BoundingBox DSC comment.
- DSCCommentBoundingBox() - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentBoundingBox
-
Creates a new instance.
- DSCCommentBoundingBox(Rectangle2D) - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentBoundingBox
-
Creates a new instance.
- DSCCommentDocumentNeededResources - Class in org.apache.xmlgraphics.ps.dsc.events
-
Represents a %%DocumentNeededResources DSC comment.
- DSCCommentDocumentNeededResources() - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentDocumentNeededResources
-
Creates a new instance.
- DSCCommentDocumentNeededResources(Collection) - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentDocumentNeededResources
-
Creates a new instance.
- DSCCommentDocumentSuppliedResources - Class in org.apache.xmlgraphics.ps.dsc.events
-
Represents a %%DocumentSuppliedResources DSC comment.
- DSCCommentDocumentSuppliedResources() - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentDocumentSuppliedResources
-
Creates a new instance.
- DSCCommentDocumentSuppliedResources(Collection) - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentDocumentSuppliedResources
-
Creates a new instance.
- DSCCommentEndComments - Class in org.apache.xmlgraphics.ps.dsc.events
-
Respresents a %%EndComments DSC comment.
- DSCCommentEndComments() - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentEndComments
-
- DSCCommentEndOfFile - Class in org.apache.xmlgraphics.ps.dsc.events
-
Represents a %%EOF DSC comment.
- DSCCommentEndOfFile() - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentEndOfFile
-
- DSCCommentFactory - Class in org.apache.xmlgraphics.ps.dsc
-
Factory for DSCComment subclasses.
- DSCCommentHiResBoundingBox - Class in org.apache.xmlgraphics.ps.dsc.events
-
Represents a %%HiResBoundingBox DSC comment.
- DSCCommentHiResBoundingBox() - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentHiResBoundingBox
-
Creates a new instance.
- DSCCommentHiResBoundingBox(Rectangle2D) - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentHiResBoundingBox
-
Creates a new instance.
- DSCCommentIncludeResource - Class in org.apache.xmlgraphics.ps.dsc.events
-
Represents a %IncludeResource DSC comment.
- DSCCommentIncludeResource() - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentIncludeResource
-
Creates a new instance
- DSCCommentIncludeResource(PSResource) - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentIncludeResource
-
Creates a new instance for a given PSResource instance
- DSCCommentLanguageLevel - Class in org.apache.xmlgraphics.ps.dsc.events
-
Represents a %%LanguageLevel DSC comment
- DSCCommentLanguageLevel() - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentLanguageLevel
-
Creates a new instance.
- DSCCommentLanguageLevel(int) - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentLanguageLevel
-
Creates a new instance
- DSCCommentPage - Class in org.apache.xmlgraphics.ps.dsc.events
-
Represents a %%Page DSC comment.
- DSCCommentPage() - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPage
-
Creates a new instance.
- DSCCommentPage(String, int) - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPage
-
Creates a new instance.
- DSCCommentPage(int) - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPage
-
Creates a new instance.
- DSCCommentPageBoundingBox - Class in org.apache.xmlgraphics.ps.dsc.events
-
Represents a %%PageBoundingBox DSC comment.
- DSCCommentPageBoundingBox() - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPageBoundingBox
-
Creates a new instance.
- DSCCommentPageBoundingBox(Rectangle2D) - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPageBoundingBox
-
Creates a new instance.
- DSCCommentPageHiResBoundingBox - Class in org.apache.xmlgraphics.ps.dsc.events
-
Represents a %%PageHiResBoundingBox DSC comment.
- DSCCommentPageHiResBoundingBox() - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPageHiResBoundingBox
-
Creates a new instance.
- DSCCommentPageHiResBoundingBox(Rectangle2D) - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPageHiResBoundingBox
-
Creates a new instance.
- DSCCommentPageResources - Class in org.apache.xmlgraphics.ps.dsc.events
-
Represents a %%PageResources DSC comment.
- DSCCommentPageResources() - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPageResources
-
Creates a new instance.
- DSCCommentPageResources(Collection) - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPageResources
-
Creates a new instance.
- DSCCommentPages - Class in org.apache.xmlgraphics.ps.dsc.events
-
Represents the %%Pages DSC comment.
- DSCCommentPages() - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPages
-
Creates a new instance.
- DSCCommentPages(int) - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPages
-
Creates a new instance.
- DSCCommentTitle - Class in org.apache.xmlgraphics.ps.dsc.events
-
Represents a %%Title DSC comment.
- DSCCommentTitle() - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentTitle
-
Creates a new instance.
- DSCCommentTitle(String) - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCCommentTitle
-
Creates a new instance.
- DSCConstants - Class in org.apache.xmlgraphics.ps
-
This class defines constants with Strings for the DSC specification.
- DSCEvent - Interface in org.apache.xmlgraphics.ps.dsc.events
-
Interface representing a DSC event.
- DSCException - Exception in org.apache.xmlgraphics.ps.dsc
-
Exception to signal problems while parsing a supposedly DSC-conformant file.
- DSCException(String) - Constructor for exception org.apache.xmlgraphics.ps.dsc.DSCException
-
Creates a new DSCException.
- DSCFilter - Interface in org.apache.xmlgraphics.ps.dsc
-
Filter interface for DSC events used by the DSC parser.
- DSCHandler - Interface in org.apache.xmlgraphics.ps.dsc
-
Interface containing events generated by the DSCParser.
- DSCHeaderComment - Class in org.apache.xmlgraphics.ps.dsc.events
-
Represents a DSC header comment (beginning with "%!).
- DSCHeaderComment(String) - Constructor for class org.apache.xmlgraphics.ps.dsc.events.DSCHeaderComment
-
Creates a new instance.
- DSCListener - Interface in org.apache.xmlgraphics.ps.dsc
-
Listener interface for the DSC parser.
- DSCParser - Class in org.apache.xmlgraphics.ps.dsc
-
Parser for DSC-compliant PostScript files (DSC = Document Structuring Conventions).
- DSCParser(InputStream) - Constructor for class org.apache.xmlgraphics.ps.dsc.DSCParser
-
Creates a new DSC parser.
- DSCParserConstants - Interface in org.apache.xmlgraphics.ps.dsc
-
Constants the DSC parser uses.
- DSCTools - Class in org.apache.xmlgraphics.ps.dsc.tools
-
Helper methods commonly used when dealing with DSC-compliant PostScript files.
- DUBLIN_CORE_NAMESPACE - Static variable in interface org.apache.xmlgraphics.xmp.XMPConstants
-
Namespace URI for Dublin Core
- DublinCoreAdapter - Class in org.apache.xmlgraphics.xmp.schemas
-
Schema adapter implementation for the Dublin Core schema.
- DublinCoreAdapter(Metadata) - Constructor for class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Constructs a new adapter for Dublin Core around the given metadata object.
- DublinCoreSchema - Class in org.apache.xmlgraphics.xmp.schemas
-
Schema class for Dublin Core.
- DublinCoreSchema() - Constructor for class org.apache.xmlgraphics.xmp.schemas.DublinCoreSchema
-
Creates a new schema instance for Dublin Core.
- dumpMetadata(IIOMetadata, boolean) - Static method in class org.apache.xmlgraphics.util.ImageIODebugUtil
-
- dumpMetadataToSystemOut(IIOMetadata) - Static method in class org.apache.xmlgraphics.image.loader.impl.imageio.ImageIOUtil
-
Dumps the content of an IIOMetadata instance to System.out.
- dumpNode(Node) - Static method in class org.apache.xmlgraphics.util.ImageIODebugUtil
-
- 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
- gen - Variable in class org.apache.xmlgraphics.ps.dsc.DefaultDSCHandler
-
- GENERAL - Static variable in class org.apache.xmlgraphics.java2d.TransformType
-
- GENERAL_STRING - Static variable in class org.apache.xmlgraphics.java2d.TransformType
-
- generate(PSGenerator) - Method in class org.apache.xmlgraphics.ps.dsc.events.AbstractResourceDSCComment
-
Writes the event to the given PSGenerator.
- generate(PSGenerator) - Method in class org.apache.xmlgraphics.ps.dsc.events.AbstractResourcesDSCComment
-
Writes the event to the given PSGenerator.
- generate(PSGenerator) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCAtend
-
- generate(PSGenerator) - Method in interface org.apache.xmlgraphics.ps.dsc.events.DSCComment
-
- generate(PSGenerator) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginDocument
-
Writes the event to the given PSGenerator.
- generate(PSGenerator) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginResource
-
Writes the event to the given PSGenerator.
- generate(PSGenerator) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentBoundingBox
-
Writes the event to the given PSGenerator.
- generate(PSGenerator) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentEndComments
-
- generate(PSGenerator) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentEndOfFile
-
- generate(PSGenerator) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentHiResBoundingBox
-
Writes the event to the given PSGenerator.
- generate(PSGenerator) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentLanguageLevel
-
- generate(PSGenerator) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPage
-
- generate(PSGenerator) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPages
-
- generate(PSGenerator) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentTitle
-
Writes the event to the given PSGenerator.
- generate(PSGenerator) - Method in interface org.apache.xmlgraphics.ps.dsc.events.DSCEvent
-
Writes the event to the given PSGenerator.
- generate(PSGenerator) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCHeaderComment
-
- generate(PSGenerator) - Method in class org.apache.xmlgraphics.ps.dsc.events.PostScriptComment
-
- generate(PSGenerator) - Method in class org.apache.xmlgraphics.ps.dsc.events.PostScriptLine
-
- generate(PSGenerator) - Method in class org.apache.xmlgraphics.ps.dsc.events.UnparsedDSCComment
-
- generate(PSGenerator) - Method in class org.apache.xmlgraphics.ps.FormGenerator
-
Generates the PostScript form.
- generateAdditionalDataStream(PSGenerator) - Method in class org.apache.xmlgraphics.ps.FormGenerator
-
Generates some PostScript code right after the form definition (used primarily for
bitmap data).
- generateAdditionalDataStream(PSGenerator) - Method in class org.apache.xmlgraphics.ps.ImageFormGenerator
-
Generates some PostScript code right after the form definition (used primarily for
bitmap data).
- generatePaintProc(PSGenerator) - Method in class org.apache.xmlgraphics.ps.FormGenerator
-
Generates the PostScript code for the PaintProc of the form.
- generatePaintProc(PSGenerator) - Method in class org.apache.xmlgraphics.ps.ImageFormGenerator
-
Generates the PostScript code for the PaintProc of the form.
- get(Object) - Method in class org.apache.xmlgraphics.image.loader.util.SoftMapCache
-
Returns the value associated with the given key.
- getAdapter(Metadata) - Static method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreSchema
-
Creates and returns an adapter for this schema around the given metadata object.
- getAdapter(Metadata) - Static method in class org.apache.xmlgraphics.xmp.schemas.pdf.AdobePDFSchema
-
Creates and returns an adapter for this schema around the given metadata object.
- getAdapter(Metadata) - Static method in class org.apache.xmlgraphics.xmp.schemas.pdf.PDFAXMPSchema
-
Creates and returns an adapter for this schema around the given metadata object.
- getAdapter(Metadata) - Static method in class org.apache.xmlgraphics.xmp.schemas.XMPBasicSchema
-
Creates and returns an adapter for this schema around the given metadata object.
- getAdditionalPenalty(String) - Method in class org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Returns the additional penalty value set for a particular implementation class.
- getAlphaRaster(RenderedImage) - Static method in class org.apache.xmlgraphics.image.GraphicsUtil
-
Extracts an alpha raster from a RenderedImage.
- getAlternativeColors() - Method in class org.apache.xmlgraphics.java2d.color.ColorWithAlternatives
-
Returns the list of alternative colors.
- getAmendment() - Method in class org.apache.xmlgraphics.xmp.schemas.pdf.PDFAAdapter
-
- getArrayValue() - Method in class org.apache.xmlgraphics.xmp.XMPProperty
-
- 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.
- getAsShorts() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
-
Returns TIFF_SSHORT data as an array of shorts (signed 16-bit
integers).
- 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.
- 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.
- getBaseDir() - Method in class org.apache.xmlgraphics.image.loader.impl.DefaultImageSessionContext
-
Returns the base directory for resolving relative filenames.
- getBaselinePositionFromBottom() - Method in class org.apache.xmlgraphics.image.loader.ImageSize
-
Returns the vertical position of the baseline of the image relative to the bottom of the
image.
- getBaseUrl() - Method in class org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
Returns the base URL for relative URLs in the document content.
- getBBox() - Method in class org.apache.xmlgraphics.ps.FormGenerator
-
Returns the form's bounding box.
- getBestEdge(Vertex, Vertex) - Method in class org.apache.xmlgraphics.util.dijkstra.DefaultEdgeDirectory
-
Returns the best edge (the edge with the lowest penalty) between two given vertices.
- getBitDepth() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns the desired bit depth for a grayscale image.
- getBitDepth() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRawPNG
-
The bit depth of each color channel.
- getBitShift() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
-
Returns the desired bit shift for a grayscale image.
- getBoundingBox() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRawEPS
-
Returns the bounding box of the EPS image.
- getBoundingBox() - Method in class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Returns the bounding box.
- getBoundingBox() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentBoundingBox
-
Returns the bounding box.
- 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.loader.impl.ImageBuffered
-
Returns the contained BufferedImage instance.
- getBufferedImage() - Method in class org.apache.xmlgraphics.image.rendered.BufferedImageCachableRed
-
fetch the bufferedImage from this node.
- getByte(int) - Method in class org.apache.xmlgraphics.image.codec.png.PNGChunk
-
- getCache() - Method in class org.apache.xmlgraphics.image.loader.ImageManager
-
Returns the ImageCache in use by the ImageManager.
- getCharNameAlternativesFor(String) - Static method in class org.apache.xmlgraphics.fonts.Glyphs
-
Returns an array of char names which can serve as alternatives for the given one.
- getChild(Element, String) - Static method in class org.apache.xmlgraphics.image.loader.impl.imageio.ImageIOUtil
-
Returns a child element of another element or null if there's no such child.
- 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.
- getChunkType(DataInputStream) - Static method in class org.apache.xmlgraphics.image.codec.png.PNGChunk
-
Returns the PNG chunk type, a four letter case sensitive ASCII type/name.
- getCIELabColorSpaceD50() - Static method in class org.apache.xmlgraphics.java2d.color.ColorSpaces
-
Returns an instance of the CIE L*a*b* color space using the D50 white point.
- getCIELabColorSpaceD65() - Static method in class org.apache.xmlgraphics.java2d.color.ColorSpaces
-
Returns an instance of the CIE L*a*b* color space using the D65 white point.
- 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.loader.impl.ImageRawPNG
-
Returns the image's color model.
- getColorModel() - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
-
- getColorModel() - Method in class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- getColorName() - Method in class org.apache.xmlgraphics.java2d.color.NamedColorSpace
-
Returns the color name.
- getColorSpace() - Method in interface org.apache.xmlgraphics.image.loader.Image
-
Returns the image's color space if the information is available.
- getColorSpace() - Method in class org.apache.xmlgraphics.image.loader.impl.AbstractImage
-
Returns the image's color space if the information is available.
- getColorSpace() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRawCCITTFax
-
Returns the image's color space
- getColorSpace() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRawJPEG
-
Returns the image's color space
- getColorSpace() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRawPNG
-
Returns the image's color space.
- getColorSpace() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRendered
-
Returns the image's color space if the information is available.
- getColorSpaceOrigin(ColorSpace) - Static method in class org.apache.xmlgraphics.java2d.color.ColorSpaces
-
Returns information about the origin of a color space.
- getComment() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCHeaderComment
-
Returns the comment.
- getComment() - Method in class org.apache.xmlgraphics.ps.dsc.events.PostScriptComment
-
Returns the comment text.
- 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 String
s.
- getCompression() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
-
Returns the value of the compression parameter.
- getCompression() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRawCCITTFax
-
Returns the TIFF compression scheme.
- getCompressionMethod() - Method in class org.apache.xmlgraphics.image.writer.ImageWriterParams
-
- getConformance() - Method in class org.apache.xmlgraphics.xmp.schemas.pdf.PDFAAdapter
-
- getContent() - Method in class org.apache.xmlgraphics.ps.PSPageDeviceDictionary
-
Returns a dictionary string with containing all unwritten content note:
unnecessary writes are important as there is a device specific
initgraphics call by the underlying postscript interpreter on every
setpagedevice call which can result in blank pages etc.
- getContributors() - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns an array of all contributors.
- getConversionPenalty() - Method in class org.apache.xmlgraphics.image.loader.impl.AbstractImageConverter
-
Returns the conversion penalty for the conversion that this implementation supports.
- getConversionPenalty() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageConverterBuffered2Rendered
-
Returns the conversion penalty for the conversion that this implementation supports.
- getConversionPenalty() - Method in class org.apache.xmlgraphics.image.loader.pipeline.ImageProviderPipeline
-
Returns the overall conversion penalty for the pipeline.
- getConversionPenalty(ImageImplRegistry) - Method in class org.apache.xmlgraphics.image.loader.pipeline.ImageProviderPipeline
-
Returns the overall conversion penalty for the pipeline.
- getConversionPenalty() - Method in interface org.apache.xmlgraphics.image.loader.spi.ImageConverter
-
Returns the conversion penalty for the conversion that this implementation supports.
- getCopyright() - Method in class org.apache.xmlgraphics.java2d.color.profile.NamedColorProfile
-
Returns the profile copyright.
- getCount() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFField
-
Returns the number of elements in the IFD.
- getCoverage() - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns the extent or scope of the resource.
- getCreateDate() - Method in class org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
- getCreators() - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns an array of all creators.
- getCreatorTool() - Method in class org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
- getCurrentEvent() - Method in class org.apache.xmlgraphics.ps.dsc.DSCParser
-
Returns the current event.
- getCurrentState() - Method in class org.apache.xmlgraphics.ps.PSGenerator
-
Returns the current graphics state.
- getCustomObjects() - Method in class org.apache.xmlgraphics.image.loader.ImageInfo
-
Returns a Map of custom objects associated with this instance.
- getCustomTextHandler() - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
- getD50WhitePoint() - Static method in class org.apache.xmlgraphics.java2d.color.CIELabColorSpace
-
Returns the D50 white point.
- getD65WhitePoint() - Static method in class org.apache.xmlgraphics.java2d.color.CIELabColorSpace
-
Returns the D65 white point.
- getData() - Method in class org.apache.xmlgraphics.image.codec.png.PNGChunk
-
- 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
-
- getDataInput() - Method in class org.apache.xmlgraphics.image.loader.impl.JPEGFile
-
Returns the DataInput
instance this object operates on.
- getDataName() - Method in class org.apache.xmlgraphics.ps.ImageFormGenerator
-
Returns the name of the data segment associated with this image form.
- getDate() - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns a latest date indicating point in time something interesting happened to the
resource.
- getDateArray(String) - Method in class org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
Returns a Date array representation of the property's values.
- getDates() - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns a list of dates indicating point in time something interesting happened to the
resource.
- getDateValue(String) - Method in class org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
Returns a date value.
- 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.
- getDefaultHints(ImageSessionContext) - Static method in class org.apache.xmlgraphics.image.loader.util.ImageUtil
-
Creates a new hint Map with values from the FOUserAgent.
- getDefaultInstance() - Static method in class org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Returns the default instance of the Image implementation registry.
- 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
-
- getDefaultMergeRuleSet() - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreSchema
-
- getDefaultMergeRuleSet() - Method in class org.apache.xmlgraphics.xmp.schemas.pdf.AdobePDFSchema
-
- getDefaultMergeRuleSet() - Method in class org.apache.xmlgraphics.xmp.schemas.pdf.PDFAXMPSchema
-
- getDefaultMergeRuleSet() - Method in class org.apache.xmlgraphics.xmp.schemas.XMPBasicSchema
-
- getDefaultMergeRuleSet() - Method in class org.apache.xmlgraphics.xmp.XMPSchema
-
- getDefaultURIResolver() - Static method in class org.apache.xmlgraphics.util.uri.CommonURIResolver
-
Retrieve the default resolver instance.
- 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
-
- getDescription() - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns the description of the content of the resource (in the default language).
- getDescription(String) - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns the description of the content of the resource in a language-dependant way.
- getDestinations(Vertex) - Method in class org.apache.xmlgraphics.util.dijkstra.DefaultEdgeDirectory
-
Returns an iterator over all valid destinations for a given vertex.
- getDestinations(Vertex) - Method in class org.apache.xmlgraphics.util.dijkstra.DijkstraAlgorithm
-
Returns an iterator over all valid destinations for a given vertex.
- getDestinations(Vertex) - Method in interface org.apache.xmlgraphics.util.dijkstra.EdgeDirectory
-
Returns an iterator over all valid destinations for a given vertex.
- getDeviceCMYKColorSpace() - Static method in class org.apache.xmlgraphics.java2d.color.ColorSpaces
-
Returns an instance of the device-specific CMYK color space.
- 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
.
- getDimensionMpt() - Method in class org.apache.xmlgraphics.image.loader.ImageSize
-
Returns the size in millipoints as a Dimension object.
- getDimensionPt() - Method in class org.apache.xmlgraphics.image.loader.ImageSize
-
Returns the size in points as a Dimension2D object.
- getDimensionPx() - Method in class org.apache.xmlgraphics.image.loader.ImageSize
-
Returns the size in pixels as a Dimension object.
- getDimensions() - Method in class org.apache.xmlgraphics.ps.FormGenerator
-
returns the form's dimensions.
- 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.
- getDocument() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageXMLDOM
-
Returns the contained W3C DOM document.
- getDocumentNeededResources() - Method in class org.apache.xmlgraphics.ps.dsc.ResourceTracker
-
Returns the set of needed resources.
- getDocumentSuppliedResources() - Method in class org.apache.xmlgraphics.ps.dsc.ResourceTracker
-
Returns the set of supplied resources.
- getDpiHorizontal() - Method in class org.apache.xmlgraphics.image.loader.ImageSize
-
Returns the image's horizontal resolution in dpi (dots per inch).
- getDpiVertical() - Method in class org.apache.xmlgraphics.image.loader.ImageSize
-
Returns the image's vertical resolution in dpi (dots per inch).
- getEdges(Vertex) - Method in class org.apache.xmlgraphics.util.dijkstra.DefaultEdgeDirectory
-
Returns an iterator over all edges with the given origin.
- getEncodedColorModel() - Method in class org.apache.xmlgraphics.ps.ImageEncodingHelper
-
Returns the effective ColorModel
used to encode the image.
- 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.
- getEnd() - Method in interface org.apache.xmlgraphics.util.dijkstra.Edge
-
Returns the end vertex of the edge.
- getEventType() - Method in class org.apache.xmlgraphics.ps.dsc.events.AbstractDSCComment
-
- getEventType() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentEndOfFile
-
- getEventType() - Method in interface org.apache.xmlgraphics.ps.dsc.events.DSCEvent
-
Returns the event type.
- getEventType() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCHeaderComment
-
- getEventType() - Method in class org.apache.xmlgraphics.ps.dsc.events.PostScriptComment
-
- getEventType() - Method in class org.apache.xmlgraphics.ps.dsc.events.PostScriptLine
-
- getEventType() - Method in class org.apache.xmlgraphics.ps.dsc.events.UnparsedDSCComment
-
- 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.
- getExponant(double) - Static method in class org.apache.xmlgraphics.util.DoubleFormatUtil
-
Returns the exponent of the given value
- 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.ImageInputStreamSeekableStreamAdapter
-
Returns the current offset in this stream.
- 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.
- getFilePointer() - Method in class org.apache.xmlgraphics.image.loader.util.SeekableStreamAdapter
-
Returns the current offset in this stream.
- getFirstAlternativeOfType(int) - Method in class org.apache.xmlgraphics.java2d.color.ColorWithAlternatives
-
Returns the first alternative color found with the given color space type.
- getFlavor() - Method in interface org.apache.xmlgraphics.image.loader.Image
-
Returns the flavor of the image.
- getFlavor() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageBuffered
-
Returns the flavor of the image.
- getFlavor() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D
-
Returns the flavor of the image.
- getFlavor() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRawStream
-
Returns the flavor of the image.
- getFlavor() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRendered
-
Returns the flavor of the image.
- getFlavor() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageXMLDOM
-
Returns the flavor of the image.
- getFlavor() - Method in class org.apache.xmlgraphics.image.loader.pipeline.ImageRepresentation
-
Returns the image flavor.
- 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.
- getFormat() - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns the file format used when saving this resource.
- getFormName() - Method in class org.apache.xmlgraphics.ps.FormGenerator
-
Returns the form's name.
- 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
-
- getGraphics2DImagePainter() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D
-
Returns the contained Graphics2DImagePainter instance.
- getHeader(ImageInputStream, int) - Method in class org.apache.xmlgraphics.image.loader.impl.AbstractImagePreloader
-
Allows to read an image header (usually just a magic number).
- 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
-
- getHeight() - Method in class org.apache.xmlgraphics.java2d.Dimension2DDouble
- getHeightMpt() - Method in class org.apache.xmlgraphics.image.loader.ImageSize
-
Returns the image's height in millipoints.
- getHeightPx() - Method in class org.apache.xmlgraphics.image.loader.ImageSize
-
Returns the image's height in pixels.
- getICC_Profile(byte[]) - Static method in class org.apache.xmlgraphics.java2d.color.profile.ColorProfileUtil
-
Proxy method for ICC_Profile.getInstance(byte[])
that properly synchronizes the call to avoid a potential race condition.
- getICC_Profile(int) - Static method in class org.apache.xmlgraphics.java2d.color.profile.ColorProfileUtil
-
Proxy method for ICC_Profile.getInstance(int)
that properly synchronizes the call to avoid a potential race condition.
- getICC_Profile(InputStream) - Static method in class org.apache.xmlgraphics.java2d.color.profile.ColorProfileUtil
-
Proxy method for ICC_Profile.getInstance(java.io.InputStream)
that properly synchronizes the call to avoid a potential race condition.
- getICC_Profile(String) - Static method in class org.apache.xmlgraphics.java2d.color.profile.ColorProfileUtil
-
Proxy method for ICC_Profile.getInstance(java.lang.String)
that properly synchronizes the call to avoid a potential race condition.
- getICCProfile() - Method in interface org.apache.xmlgraphics.image.loader.Image
-
Returns the ICC color profile if one is associated with the image.
- getICCProfile() - Method in class org.apache.xmlgraphics.image.loader.impl.AbstractImage
-
Returns the ICC color profile if one is associated with the image.
- getICCProfile() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRawJPEG
-
Returns the ICC color profile if one is associated with the JPEG image.
- getICCProfile() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRawPNG
-
Returns the ICC color profile if one is associated with the PNG image.
- getICCProfile() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRendered
-
Returns the ICC color profile if one is associated with the image.
- getICCProfileData() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns the ICC profile data to be stored with this image.
- getICCProfileDescription(ICC_Profile) - Static method in class org.apache.xmlgraphics.java2d.color.profile.ColorProfileUtil
-
Returns the profile description of an ICC profile
- getIdentifier() - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns the unique identifier of the resource.
- getIdentifier(String) - Method in class org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
Returns an identifier that matches a given qualifier.
- getIdentifiers() - Method in class org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
Returns an array of all identifiers that unambiguously identify the resource within a
given context.
- getIdentityHCMapResource() - Method in class org.apache.xmlgraphics.ps.PSGenerator
-
Returns the PSResource instance corresponding to the Identity-H CMap
resource.
- 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
.
- getImage(ImageInfo, ImageFlavor) - Method in class org.apache.xmlgraphics.image.loader.cache.ImageCache
-
Returns an image from the cache or null if it wasn't found.
- getImage(String, ImageFlavor) - Method in class org.apache.xmlgraphics.image.loader.cache.ImageCache
-
Returns an image from the cache or null if it wasn't found.
- getImage(ImageInfo, ImageFlavor, Map, ImageSessionContext) - Method in class org.apache.xmlgraphics.image.loader.ImageManager
-
Loads an image.
- getImage(ImageInfo, ImageFlavor[], Map, ImageSessionContext) - Method in class org.apache.xmlgraphics.image.loader.ImageManager
-
Loads an image.
- getImage(ImageInfo, ImageFlavor, ImageSessionContext) - Method in class org.apache.xmlgraphics.image.loader.ImageManager
-
Loads an image with no hints.
- getImage(ImageInfo, ImageFlavor[], ImageSessionContext) - Method in class org.apache.xmlgraphics.image.loader.ImageManager
-
Loads an image with no hints.
- getImage() - Method in class org.apache.xmlgraphics.ps.ImageEncodingHelper
-
Returns the associated image.
- getImageCacheHitMap() - Method in class org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
Returns a Map with the number of cache hits.
- getImageCacheHits() - Method in class org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
Returns the number of cache hits for Image instances.
- getImageCacheMisses() - Method in class org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
Returns the number of cache misses for Image instances.
- getImageCacheMissMap() - Method in class org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
Returns a Map with the number of cache misses.
- getImageContext() - Method in class org.apache.xmlgraphics.image.loader.ImageManager
-
Returns the ImageContext in use by the ImageManager.
- getImageConverterModifications() - Method in class org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Returns the number of modifications to the collection of registered ImageConverter instances.
- getImageConverters() - Method in class org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Returns the Collection of registered ImageConverter instances.
- getImageInfo(String) - Method in class org.apache.xmlgraphics.image.loader.cache.ImageCache
-
Returns an ImageInfo instance from the cache or null if none is found.
- getImageInfo(String, ImageSessionContext) - Method in class org.apache.xmlgraphics.image.loader.ImageManager
-
Returns an ImageInfo object containing its intrinsic size for a given URI.
- getImageInfoCacheHits() - Method in class org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
Returns the number of cache hits for ImageInfo instances.
- getImageInfoCacheMisses() - Method in class org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
Returns the number of cache misses for ImageInfo instances.
- getImageInputStream() - Method in class org.apache.xmlgraphics.image.loader.ImageSource
-
Returns the ImageInputStream.
- getImageInputStream(Source) - Static method in class org.apache.xmlgraphics.image.loader.util.ImageUtil
-
Returns the ImageInputStream of a Source object.
- getImageLoaderFactories(ImageInfo, ImageFlavor) - Method in class org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Returns an array of
ImageLoaderFactory
instances that support the MIME type
indicated by an
ImageInfo
object and can generate the given image flavor.
- getImageLoaderFactories(String) - Method in class org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Returns an array of ImageLoaderFactory instances which support the given MIME type.
- getImageLoaderFactory(ImageInfo, ImageFlavor) - Method in class org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Returns the best ImageLoaderFactory supporting the
ImageInfo
and image flavor.
- getImageSize() - Method in interface org.apache.xmlgraphics.java2d.Graphics2DImagePainter
-
- getImplicitFilter() - Method in interface org.apache.xmlgraphics.ps.ImageEncoder
-
- getInfo() - Method in interface org.apache.xmlgraphics.image.loader.Image
-
Returns an object with basic information (URI, MIME type, intrinsic size) about the image.
- getInfo() - Method in class org.apache.xmlgraphics.image.loader.impl.AbstractImage
-
Returns an object with basic information (URI, MIME type, intrinsic size) about the image.
- 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
.
- getInputStream() - Method in class org.apache.xmlgraphics.image.loader.ImageSource
-
Returns an InputStream which operates on the underlying ImageInputStream.
- getInputStream(Source) - Static method in class org.apache.xmlgraphics.image.loader.util.ImageUtil
-
Returns the InputStream of a Source object.
- getInputStream() - Method in class org.apache.xmlgraphics.ps.dsc.DSCParser
-
Returns the InputStream the PostScript code is read from.
- getInstance() - Static method in class org.apache.xmlgraphics.image.writer.ImageWriterRegistry
-
- getInstance() - Static method in class org.apache.xmlgraphics.java2d.CMYKColorSpace
-
Deprecated.
Returns an instance of an uncalibrated CMYK color space.
- getInstance() - Static method in class org.apache.xmlgraphics.java2d.color.DefaultColorConverter
-
static factory
- getInstance() - Static method in class org.apache.xmlgraphics.java2d.color.DeviceCMYKColorSpace
-
- getInstance() - Static method in class org.apache.xmlgraphics.java2d.color.GrayScaleColorConverter
-
Returns a singleton instance.
- getInstance() - Static method in class org.apache.xmlgraphics.util.ClasspathResource
-
Retrieve the singleton instance of this class.
- getInstance() - Static method in class org.apache.xmlgraphics.xmp.XMPSchemaRegistry
-
- getInt1(int) - Method in class org.apache.xmlgraphics.image.codec.png.PNGChunk
-
- getInt2(int) - Method in class org.apache.xmlgraphics.image.codec.png.PNGChunk
-
- getInt4(int) - Method in class org.apache.xmlgraphics.image.codec.png.PNGChunk
-
- getIntegerValue() - Method in enum org.apache.xmlgraphics.java2d.color.RenderingIntent
-
Returns an integer value identifying the rendering intent.
- getInterlacing() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns true
if Adam7 interlacing will be used.
- getInvalidHits() - Method in class org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
Returns the number of times an invalid URI is tried.
- 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.
- getJPEGForceBaseline() - Method in class org.apache.xmlgraphics.image.writer.ImageWriterParams
-
- getJPEGQuality() - Method in class org.apache.xmlgraphics.image.writer.ImageWriterParams
-
- getKey() - Method in class org.apache.xmlgraphics.image.loader.util.SoftReferenceWithKey
-
Returns the key associated with this reference.
- getKeywords() - Method in class org.apache.xmlgraphics.xmp.schemas.pdf.AdobePDFAdapter
-
- getLangAlt(String, String) - Method in class org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
Returns a language-dependent value.
- getLanguageLevel() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentLanguageLevel
-
Returns the PostScript language level (usually 2 or 3).
- getLanguages() - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns an array of languages.
- getLangValue(String) - Method in class org.apache.xmlgraphics.xmp.XMPArray
-
Returns a language-dependent values (available for alternative arrays).
- getLength() - Method in class org.apache.xmlgraphics.image.codec.png.PNGChunk
-
- getLine() - Method in class org.apache.xmlgraphics.ps.dsc.DSCParser
-
Returns the current PostScript line.
- getLine() - Method in class org.apache.xmlgraphics.ps.dsc.events.PostScriptLine
-
Returns the code line.
- 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
-
- 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
-
- getLocalName() - Method in class org.apache.xmlgraphics.util.QName
-
- getLowestPenalty(Vertex) - Method in class org.apache.xmlgraphics.util.dijkstra.DijkstraAlgorithm
-
Returns the lowest penalty from the start point to a given vertex.
- getMatrix() - Method in class org.apache.xmlgraphics.ps.FormGenerator
-
Returns the matrix for use in the form.
- getMax() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginResource
-
Returns the maximum VM used by the resource.
- 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.
- getMaxValue(int) - Method in class org.apache.xmlgraphics.java2d.color.CIELabColorSpace
- getMaxValue(int) - Method in class org.apache.xmlgraphics.java2d.color.NamedColorSpace
- 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.
- getMetadata() - Method in class org.apache.xmlgraphics.xmp.XMPHandler
-
- getMetadataDate() - Method in class org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
- getMimeForRawFlavor(ImageFlavor) - Static method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryRaw
-
Returns the MIME type for a given ImageFlavor if it is from a format that is consumed
without being undecoded.
- getMimeForRawFlavor(ImageFlavor) - Static method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryRawCCITTFax
-
Returns the MIME type for a given ImageFlavor if it is from a format that is consumed
without being undecoded.
- getMimeType() - Method in class org.apache.xmlgraphics.image.loader.ImageFlavor
-
Returns the MIME type that the image flavor represents if a MIME type is available.
- getMimeType() - Method in class org.apache.xmlgraphics.image.loader.ImageInfo
-
Returns the image's MIME type.
- getMimeType() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRawStream
-
Returns the MIME type of the stream data.
- getMimeType() - Method in class org.apache.xmlgraphics.image.loader.MimeEnabledImageFlavor
-
Returns the MIME type that the image flavor represents if a MIME type is available.
- getMimeType() - Method in class org.apache.xmlgraphics.image.loader.RefinedImageFlavor
-
Returns the MIME type that the image flavor represents if a MIME type is available.
- getMIMEType() - Method in class org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter
-
- getMIMEType() - Method in interface org.apache.xmlgraphics.image.writer.ImageWriter
-
- getMIMEType() - Method in class org.apache.xmlgraphics.image.writer.internal.PNGImageWriter
- getMIMEType() - Method in class org.apache.xmlgraphics.image.writer.internal.TIFFImageWriter
- getMin() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginResource
-
Returns the minimum VM used by the resource.
- 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
-
- getMinValue(int) - Method in class org.apache.xmlgraphics.java2d.color.CIELabColorSpace
- getMinValue(int) - Method in class org.apache.xmlgraphics.java2d.color.NamedColorSpace
- 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.
- getModifyDate() - Method in class org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
- getName() - Method in class org.apache.xmlgraphics.image.loader.ImageFlavor
-
Returns the name of the ImageFlavor.
- getName(int) - Method in class org.apache.xmlgraphics.java2d.color.CIELabColorSpace
- getName(int) - Method in class org.apache.xmlgraphics.java2d.color.NamedColorSpace
- getName() - Method in class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Gets the name of the pattern
- getName() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCAtend
-
- getName() - Method in interface org.apache.xmlgraphics.ps.dsc.events.DSCComment
-
Returns the name of the DSC comment.
- getName() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginDocument
-
Returns the name of the DSC comment.
- getName() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginResource
-
Returns the name of the DSC comment.
- getName() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentBoundingBox
-
Returns the name of the DSC comment.
- getName() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentDocumentNeededResources
-
- getName() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentDocumentSuppliedResources
-
- getName() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentEndComments
-
- getName() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentEndOfFile
-
- getName() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentHiResBoundingBox
-
Returns the name of the DSC comment.
- getName() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentIncludeResource
-
Returns the name of the DSC comment.
- getName() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentLanguageLevel
-
- getName() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPage
-
- getName() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPageBoundingBox
-
Returns the name of the DSC comment.
- getName() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPageHiResBoundingBox
-
Returns the name of the DSC comment.
- getName() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPageResources
-
- getName() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPages
-
- getName() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentTitle
-
Returns the name of the DSC comment.
- getName() - Method in class org.apache.xmlgraphics.ps.dsc.events.UnparsedDSCComment
-
- getName() - Method in class org.apache.xmlgraphics.ps.PSResource
-
- getName() - Method in class org.apache.xmlgraphics.xmp.XMPArrayType
-
- getName() - Method in class org.apache.xmlgraphics.xmp.XMPProperty
-
- getNamedColor(String) - Method in class org.apache.xmlgraphics.java2d.color.profile.NamedColorProfile
-
Returns a named color.
- getNamedColors() - Method in class org.apache.xmlgraphics.java2d.color.profile.NamedColorProfile
-
Returns the array of named colors.
- getNamespace() - Method in class org.apache.xmlgraphics.image.loader.ImageFlavor
-
Returns the XML namespace URI that the image flavor represents if such a namespace URI
is available.
- getNamespace() - Method in class org.apache.xmlgraphics.image.loader.RefinedImageFlavor
-
Returns the XML namespace URI that the image flavor represents if such a namespace URI
is available.
- getNamespace() - Method in class org.apache.xmlgraphics.image.loader.XMLNamespaceEnabledImageFlavor
-
Returns the XML namespace URI that the image flavor represents if such a namespace URI
is available.
- getNamespace() - Method in class org.apache.xmlgraphics.xmp.XMPProperty
-
- getNamespace() - Method in class org.apache.xmlgraphics.xmp.XMPSchema
-
- getNamespaceURI() - Method in class org.apache.xmlgraphics.util.QName
-
- getNativeColorModel() - Method in class org.apache.xmlgraphics.ps.ImageEncodingHelper
-
Returns the native ColorModel
used by the image.
- 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
-
- getObjectArray(String) - Method in class org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
Returns an object array representation of the property's values.
- getOriginalImage() - Method in class org.apache.xmlgraphics.image.loader.ImageInfo
-
Returns the original Image instance if such an Image instance is created while building
this ImageInfo object.
- getOriginalURI() - Method in class org.apache.xmlgraphics.image.loader.ImageInfo
-
Returns the original URI of the image.
- 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.
- getPageCount() - Method in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
-
Returns the number of pages generated so far.
- getPageCount() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPages
-
Returns the page count.
- getPageIndexFromURI(String) - Static method in class org.apache.xmlgraphics.image.loader.util.ImageUtil
-
Extracts page index information from a URI.
- getPageName() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPage
-
Returns the name of the page.
- getPagePosition() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPage
-
Returns the page position.
- 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.
- getPaintProc() - Method in class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Gets the postscript procedure PaintProc
- getPaintType() - Method in class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Gets the code that determines how the color of the pattern cell is to be
specified: 1 for colored pattern, 2 for uncolored pattern
- 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.
- getParentContext() - Method in interface org.apache.xmlgraphics.image.loader.ImageSessionContext
-
Returns the session-independent context object which provides configuration information.
- getParentContext() - Method in class org.apache.xmlgraphics.image.loader.impl.DefaultImageSessionContext
-
Returns the session-independent context object which provides configuration information.
- getParentFlavor() - Method in class org.apache.xmlgraphics.image.loader.RefinedImageFlavor
-
Returns the associated parent image flavor.
- getPart() - Method in class org.apache.xmlgraphics.xmp.schemas.pdf.PDFAAdapter
-
- getPDFVersion() - Method in class org.apache.xmlgraphics.xmp.schemas.pdf.AdobePDFAdapter
-
- getPenalty(Vertex, Vertex) - Method in class org.apache.xmlgraphics.util.dijkstra.DefaultEdgeDirectory
-
Returns the penalty between two vertices.
- getPenalty(Vertex, Vertex) - Method in class org.apache.xmlgraphics.util.dijkstra.DijkstraAlgorithm
-
Returns the penalty between two vertices.
- getPenalty() - Method in interface org.apache.xmlgraphics.util.dijkstra.Edge
-
Returns the penalty (or distance) for this edge.
- getPenalty(Vertex, Vertex) - Method in interface org.apache.xmlgraphics.util.dijkstra.EdgeDirectory
-
Returns the penalty between two vertices.
- 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.
- getPipelineFactory() - Method in class org.apache.xmlgraphics.image.loader.ImageManager
-
Returns the PipelineFactory in use by the ImageManager.
- getPredecessor(Vertex) - Method in class org.apache.xmlgraphics.util.dijkstra.DijkstraAlgorithm
-
Returns the vertex's predecessor on the shortest path.
- getPreferredPrefix() - Method in class org.apache.xmlgraphics.xmp.XMPSchema
-
- getPrefix() - Method in class org.apache.xmlgraphics.util.QName
-
- getPreloaderIterator() - Method in class org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Returns an iterator over all registered ImagePreloader instances.
- getPriority() - Method in class org.apache.xmlgraphics.image.loader.impl.AbstractImagePreloader
-
Returns the priority of the preloader.
- getPriority() - Method in class org.apache.xmlgraphics.image.loader.impl.imageio.PreloaderImageIO
-
Returns the priority of the preloader.
- getPriority() - Method in interface org.apache.xmlgraphics.image.loader.spi.ImagePreloader
-
Returns the priority of the preloader.
- 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 byte
s.
- 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.
- getProcsetCIDInitResource() - Method in class org.apache.xmlgraphics.ps.PSGenerator
-
Returns the PSResource instance corresponding to the CIDInit ProcSet
resource.
- getProducer() - Method in class org.apache.xmlgraphics.xmp.schemas.pdf.AdobePDFAdapter
-
- getProfileName() - Method in interface org.apache.xmlgraphics.java2d.color.ColorSpaceOrigin
-
Returns the name of the profile used to identify the color space in a particular context.
- getProfileName() - Method in class org.apache.xmlgraphics.java2d.color.DeviceCMYKColorSpace
-
Returns the name of the profile used to identify the color space in a particular context.
- getProfileName() - Method in class org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent
-
Returns the name of the profile used to identify the color space in a particular context.
- getProfileName() - Method in class org.apache.xmlgraphics.java2d.color.NamedColorSpace
-
Returns the name of the profile used to identify the color space in a particular context.
- getProfileName() - Method in class org.apache.xmlgraphics.java2d.color.profile.NamedColorProfile
-
Returns the profile name.
- getProfileURI() - Method in interface org.apache.xmlgraphics.java2d.color.ColorSpaceOrigin
-
Returns the URI identifying the associate color profile.
- getProfileURI() - Method in class org.apache.xmlgraphics.java2d.color.DeviceCMYKColorSpace
-
Returns the URI identifying the associate color profile.
- getProfileURI() - Method in class org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent
-
Returns the URI identifying the associate color profile.
- getProfileURI() - Method in class org.apache.xmlgraphics.java2d.color.NamedColorSpace
-
Returns the URI identifying the associate color profile.
- 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
-
- getProperty(String, String) - Method in class org.apache.xmlgraphics.xmp.Metadata
-
Returns a property
- getProperty(QName) - Method in class org.apache.xmlgraphics.xmp.Metadata
-
Returns a property.
- getProperty(String, String) - Method in interface org.apache.xmlgraphics.xmp.PropertyAccess
-
Returns a property
- getProperty(QName) - Method in interface org.apache.xmlgraphics.xmp.PropertyAccess
-
Returns a property.
- getProperty(String, String) - Method in class org.apache.xmlgraphics.xmp.XMPStructure
-
Returns a property
- getProperty(QName) - Method in class org.apache.xmlgraphics.xmp.XMPStructure
-
Returns a property.
- getPropertyCount() - Method in class org.apache.xmlgraphics.xmp.Metadata
-
Returns the number of properties.
- getPropertyCount() - Method in interface org.apache.xmlgraphics.xmp.PropertyAccess
-
Returns the number of properties.
- getPropertyCount() - Method in class org.apache.xmlgraphics.xmp.XMPStructure
-
Returns the number of properties.
- getPropertyMergerFor(XMPProperty) - Method in class org.apache.xmlgraphics.xmp.merge.MergeRuleSet
-
Returns the PropertyMerger that shall be used when merging the given property.
- 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 String
s 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
-
- getPSGenerator() - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
- getPSLength() - Method in class org.apache.xmlgraphics.image.loader.impl.PreloaderEPS.EPSBinaryFileHeader
-
Returns the length of the PostScript section.
- getPSLevel() - Method in class org.apache.xmlgraphics.ps.PSGenerator
-
Returns the selected PostScript level.
- getPSStart() - Method in class org.apache.xmlgraphics.image.loader.impl.PreloaderEPS.EPSBinaryFileHeader
-
Returns the start offset of the PostScript section.
- getPublisher() - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns an array of publishers.
- getQName() - Method in class org.apache.xmlgraphics.util.QName
-
- getQName(String) - Method in class org.apache.xmlgraphics.xmp.XMPSchema
-
Returns the QName for a property of this schema.
- getQName(String) - Method in class org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
Returns the QName for a given property
- getRegistry() - Method in class org.apache.xmlgraphics.image.loader.ImageManager
-
Returns the ImageImplRegistry in use by the ImageManager.
- getRelations() - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns an array of all relationship to other documents.
- getRenderedImage() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRendered
-
Returns the contained RenderedImage instance.
- 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.
- getRenderingIntent() - Method in class org.apache.xmlgraphics.java2d.color.profile.NamedColorProfile
-
Returns the color profile's rendering intent.
- getResolution() - Method in class org.apache.xmlgraphics.image.writer.ImageWriterParams
-
- getResource() - Method in class org.apache.xmlgraphics.ps.dsc.events.AbstractResourceDSCComment
-
Returns the associated PSResource.
- getResource() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginDocument
-
Returns the associated PSResource.
- 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
-
- getResources() - Method in class org.apache.xmlgraphics.ps.dsc.events.AbstractResourcesDSCComment
-
Returns the set of resources associated with this DSC comment.
- getResourceSpecification() - Method in class org.apache.xmlgraphics.ps.PSProcSet
-
- getResourceSpecification() - Method in class org.apache.xmlgraphics.ps.PSResource
-
- getResourceTracker() - Method in class org.apache.xmlgraphics.ps.PSGenerator
-
Resturns the ResourceTracker instance associated with this PSGenerator.
- getRevision() - Method in class org.apache.xmlgraphics.ps.PSProcSet
-
- getRGB(RenderedImage, int, int, int, int, int[], int, int) - Static method in class org.apache.xmlgraphics.ps.PSImageUtils
-
Extracts a packed RGB integer array of a RenderedImage.
- getRGBColor() - Method in class org.apache.xmlgraphics.java2d.color.NamedColorSpace
-
Returns an sRGB-based color representing the full-tint color defined by this named color
space.
- getRights() - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns the informal rights statement.
- getRights(String) - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns the informal rights statement in a language-dependant way.
- getRootNamespace() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageXMLDOM
-
Returns the root XML namespace of the XML document.
- 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
-
- getSchema() - Method in class org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
- getSchema(String) - Method in class org.apache.xmlgraphics.xmp.XMPSchemaRegistry
-
Returns the XMP schema object for a given namespace.
- getSignificantBits() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns the number of significant bits for each band of the image.
- getSimpleValue() - Method in class org.apache.xmlgraphics.xmp.XMPArray
-
Returns a normal Java object representing the value if it is available.
- getSimpleValue() - Method in class org.apache.xmlgraphics.xmp.XMPComplexValue
-
Returns a normal Java object representing the value if it is available.
- getSimpleValue() - Method in class org.apache.xmlgraphics.xmp.XMPStructure
-
Returns a normal Java object representing the value if it is available.
- getSize() - Method in interface org.apache.xmlgraphics.image.loader.Image
-
Returns the image's intrinsic size.
- getSize() - Method in class org.apache.xmlgraphics.image.loader.ImageInfo
-
Returns the image's intrinsic size.
- getSize() - Method in class org.apache.xmlgraphics.image.loader.impl.AbstractImage
-
Returns the image's intrinsic size.
- getSize() - Method in class org.apache.xmlgraphics.xmp.XMPArray
-
Returns the current number of values in the array.
- getSOFType() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRawJPEG
-
Returns the SOFn identifier of the image which describes the coding format of the image.
- getSource(String) - Method in interface org.apache.xmlgraphics.image.loader.ImageSessionContext
-
Returns a Source object for a URI.
- getSource(String) - Method in class org.apache.xmlgraphics.image.loader.impl.AbstractImageSessionContext
-
Returns a Source object for a URI.
- getSource() - Method in class org.apache.xmlgraphics.image.rendered.FormatRed
-
fetch the source image for this node.
- getSource() - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns unique identifier of the work from which this resource was derived.
- getSourceFlavor() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageConverterBitmap2G2D
-
Returns the flavor that this converter expects.
- getSourceFlavor() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageConverterBuffered2Rendered
-
Returns the flavor that this converter expects.
- getSourceFlavor() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageConverterG2D2Bitmap
-
Returns the flavor that this converter expects.
- getSourceFlavor() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageConverterRendered2PNG
-
Returns the flavor that this converter expects.
- getSourceFlavor() - Method in interface org.apache.xmlgraphics.image.loader.spi.ImageConverter
-
Returns the flavor that this converter expects.
- getSourceResolution() - Method in interface org.apache.xmlgraphics.image.loader.ImageContext
-
Returns the resolution (in dpi) that is to be used when interpreting pixel sizes where no
resolution information is available.
- getSourceResolution() - Method in class org.apache.xmlgraphics.image.loader.impl.DefaultImageContext
-
Returns the resolution (in dpi) that is to be used when interpreting pixel sizes where no
resolution information is available.
- 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
-
- getSRGBIntent() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns the sRGB rendering intent to be stored with this image.
- getStart() - Method in interface org.apache.xmlgraphics.util.dijkstra.Edge
-
Returns the start vertex of the edge.
- getString(String) - Static method in class org.apache.xmlgraphics.image.codec.util.PropertyUtil
-
- getString4(int) - Method in class org.apache.xmlgraphics.image.codec.png.PNGChunk
-
- getStringArray(String) - Method in class org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
Returns a String array representation of the property's values.
- 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.
- getStructure(int) - Method in class org.apache.xmlgraphics.xmp.XMPArray
-
Returns the structure at a given position.
- getStructureValue() - Method in class org.apache.xmlgraphics.xmp.XMPProperty
-
- getSubjects() - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns an array of all subjects.
- getSuggestedPalette() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns the suggested palette information to be stored with this
image.
- getSupportedFlavors(String) - Method in class org.apache.xmlgraphics.image.loader.impl.imageio.ImageLoaderFactoryImageIO
-
Returns an array of ImageFlavors that are supported by this implementation for a given
MIME type.
- getSupportedFlavors(String) - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryEPS
-
Returns an array of ImageFlavors that are supported by this implementation for a given
MIME type.
- getSupportedFlavors(String) - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryInternalTIFF
-
Returns an array of ImageFlavors that are supported by this implementation for a given
MIME type.
- getSupportedFlavors(String) - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryPNG
-
Returns an array of ImageFlavors that are supported by this implementation for a given
MIME type.
- getSupportedFlavors(String) - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryRaw
-
Returns an array of ImageFlavors that are supported by this implementation for a given
MIME type.
- getSupportedFlavors(String) - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryRawCCITTFax
-
Returns an array of ImageFlavors that are supported by this implementation for a given
MIME type.
- getSupportedFlavors(String) - Method in interface org.apache.xmlgraphics.image.loader.spi.ImageLoaderFactory
-
Returns an array of ImageFlavors that are supported by this implementation for a given
MIME type.
- getSupportedMIMETypes() - Method in class org.apache.xmlgraphics.image.loader.impl.imageio.ImageLoaderFactoryImageIO
-
Returns an array of MIME types supported by this implementation.
- getSupportedMIMETypes() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryEPS
-
Returns an array of MIME types supported by this implementation.
- getSupportedMIMETypes() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryInternalTIFF
-
Returns an array of MIME types supported by this implementation.
- getSupportedMIMETypes() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryPNG
-
Returns an array of MIME types supported by this implementation.
- getSupportedMIMETypes() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryRaw
-
Returns an array of MIME types supported by this implementation.
- getSupportedMIMETypes() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryRawCCITTFax
-
Returns an array of MIME types supported by this implementation.
- getSupportedMIMETypes() - Method in interface org.apache.xmlgraphics.image.loader.spi.ImageLoaderFactory
-
Returns an array of MIME types supported by this implementation.
- getSuppressAlpha() - Method in class org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
-
Returns true
if alpha (transparency) will
be prevented from appearing in the output.
- getSystemId() - Method in class org.apache.xmlgraphics.image.loader.ImageSource
- 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.
- getTargetFlavor() - Method in class org.apache.xmlgraphics.image.loader.impl.CompositeImageLoader
-
Returns the image flavor that is returned by this ImageLoader implementation.
- getTargetFlavor() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageConverterBitmap2G2D
-
Returns the flavor that this converter converts images into.
- getTargetFlavor() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageConverterBuffered2Rendered
-
Returns the flavor that this converter converts images into.
- getTargetFlavor() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageConverterG2D2Bitmap
-
Returns the flavor that this converter converts images into.
- getTargetFlavor() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageConverterRendered2PNG
-
Returns the flavor that this converter converts images into.
- getTargetFlavor() - Method in class org.apache.xmlgraphics.image.loader.impl.imageio.ImageLoaderImageIO
-
Returns the image flavor that is returned by this ImageLoader implementation.
- getTargetFlavor() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderEPS
-
Returns the image flavor that is returned by this ImageLoader implementation.
- getTargetFlavor() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderInternalTIFF
-
Returns the image flavor that is returned by this ImageLoader implementation.
- getTargetFlavor() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderPNG
-
Returns the image flavor that is returned by this ImageLoader implementation.
- getTargetFlavor() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderRaw
-
Returns the image flavor that is returned by this ImageLoader implementation.
- getTargetFlavor() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderRawCCITTFax
-
Returns the image flavor that is returned by this ImageLoader implementation.
- getTargetFlavor() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderRawJPEG
-
Returns the image flavor that is returned by this ImageLoader implementation.
- getTargetFlavor() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderRawPNG
-
Returns the image flavor that is returned by this ImageLoader implementation.
- getTargetFlavor() - Method in class org.apache.xmlgraphics.image.loader.pipeline.ImageProviderPipeline
-
Returns the target flavor generated by this pipeline.
- getTargetFlavor() - Method in interface org.apache.xmlgraphics.image.loader.spi.ImageConverter
-
Returns the flavor that this converter converts images into.
- getTargetFlavor() - Method in interface org.apache.xmlgraphics.image.loader.spi.ImageLoader
-
Returns the image flavor that is returned by this ImageLoader implementation.
- getTargetResolution() - Method in interface org.apache.xmlgraphics.image.loader.ImageSessionContext
-
Returns the resolution (in dpi) of the target device used when painting images.
- getTargetResolution() - Method in class org.apache.xmlgraphics.image.loader.impl.DefaultImageSessionContext
-
Returns the resolution (in dpi) of the target device used when painting images.
- 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 String
s.
- getTexturePaint() - Method in class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Gets a texture which is used for filling shapes
- getTIFFLength() - Method in class org.apache.xmlgraphics.image.loader.impl.PreloaderEPS.EPSBinaryFileHeader
-
Returns the length of the TIFF preview.
- getTIFFStart() - Method in class org.apache.xmlgraphics.image.loader.impl.PreloaderEPS.EPSBinaryFileHeader
-
Returns the start offset of the TIFF preview.
- 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
-
- getTilingType() - Method in class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Gets a code that controls adjustments to the spacing of tiles relative to
the device pixel grid: 1 for constant spacing, 2 for no distortion
3 for constant spacing and faster tiling
- getTitle() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentTitle
-
Returns the title.
- getTitle() - Method in class org.apache.xmlgraphics.ps.FormGenerator
-
Returns the form's title.
- getTitle() - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns the title of the resource (in the default language).
- getTitle(String) - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns the title of the resource in a language-dependant way.
- 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
-
- getTransparentColor() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRawPNG
-
The color of the transparent pixel.
- getTransparentColor() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRendered
-
Returns the transparent color if available.
- 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.png.PNGChunk
-
- 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.dsc.events.DSCCommentBeginDocument
-
Returns the resource type
- getType() - Method in class org.apache.xmlgraphics.ps.PSResource
-
- getType() - Method in class org.apache.xmlgraphics.xmp.XMPArray
-
- getTypes() - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns an array of all document types.
- getTypeString() - Method in class org.apache.xmlgraphics.image.codec.png.PNGChunk
-
- getUnicodeSequenceForGlyphName(String) - Static method in class org.apache.xmlgraphics.fonts.Glyphs
-
Returns a String containing the Unicode sequence the given glyph name represents.
- getUsageCount(PSResource) - Method in class org.apache.xmlgraphics.ps.dsc.ResourceTracker
-
Returns the number of times a resource has been used inside the current DSC document.
- getUsagePenalty() - Method in class org.apache.xmlgraphics.image.loader.impl.AbstractImageLoader
-
Returns the penalty assigned to using this image loader.
- getUsagePenalty(String, ImageFlavor) - Method in class org.apache.xmlgraphics.image.loader.impl.AbstractImageLoaderFactory
-
- getUsagePenalty() - Method in class org.apache.xmlgraphics.image.loader.impl.CompositeImageLoader
-
Returns the penalty assigned to using this image loader.
- getUsagePenalty() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderInternalTIFF
-
Returns the penalty assigned to using this image loader.
- getUsagePenalty() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderPNG
-
Returns the penalty assigned to using this image loader.
- getUsagePenalty() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderRawPNG
-
Returns the penalty assigned to using this image loader.
- getUsagePenalty() - Method in interface org.apache.xmlgraphics.image.loader.spi.ImageLoader
-
Returns the penalty assigned to using this image loader.
- getUsagePenalty(String, ImageFlavor) - Method in interface org.apache.xmlgraphics.image.loader.spi.ImageLoaderFactory
-
- getUserExponent() - Method in class org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
-
Returns the current value of the user exponent parameter.
- getValue() - Method in class org.apache.xmlgraphics.image.loader.util.Penalty
-
Returns the penalty value.
- getValue(int) - Method in class org.apache.xmlgraphics.xmp.XMPArray
-
Returns the value at a given position.
- getValue() - Method in class org.apache.xmlgraphics.xmp.XMPProperty
-
- getValue(String) - Method in class org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
Returns a simple value.
- getValueProperty() - Method in class org.apache.xmlgraphics.xmp.Metadata
-
Returns the rdf:value property.
- getValueProperty() - Method in interface org.apache.xmlgraphics.xmp.PropertyAccess
-
Returns the rdf:value property.
- getValueProperty() - Method in class org.apache.xmlgraphics.xmp.XMPStructure
-
Returns the rdf:value property.
- getVersion() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginDocument
-
Returns the resource version.
- getVersion() - Method in class org.apache.xmlgraphics.ps.PSProcSet
-
- getWhitePoint() - Method in class org.apache.xmlgraphics.java2d.color.CIELabColorSpace
-
Returns the configured white point.
- 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
-
- getWidth() - Method in class org.apache.xmlgraphics.java2d.Dimension2DDouble
- getWidthMpt() - Method in class org.apache.xmlgraphics.image.loader.ImageSize
-
Returns the image's width in millipoints.
- getWidthPx() - Method in class org.apache.xmlgraphics.image.loader.ImageSize
-
Returns the image's width in pixels.
- getWMFLength() - Method in class org.apache.xmlgraphics.image.loader.impl.PreloaderEPS.EPSBinaryFileHeader
-
Returns the length of the WMF preview.
- getWMFStart() - Method in class org.apache.xmlgraphics.image.loader.impl.PreloaderEPS.EPSBinaryFileHeader
-
Returns the start offset of the WMF preview.
- 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.
- getWriteTiled() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
-
Returns the value of the writeTiled parameter.
- getXMLLang() - Method in class org.apache.xmlgraphics.xmp.XMPProperty
-
- getXStep() - Method in class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Gets the horizontal spacing between pattern cells
- getXTile(int) - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
-
Returns the x index of tile under xloc.
- getXUID() - Method in class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Gets an extended unique ID that uniquely identifies the pattern
- getXYZ() - Method in class org.apache.xmlgraphics.java2d.color.NamedColorSpace
-
Returns the XYZ coordinates of the named color.
- getYStep() - Method in class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Gets the vertical spacing between pattern cells
- getYTile(int) - Method in class org.apache.xmlgraphics.image.rendered.AbstractRed
-
Returns the y index of tile under yloc.
- Glyphs - Class in org.apache.xmlgraphics.fonts
-
This class provides a number of constants for glyph management.
- glyphToString(String) - Static method in class org.apache.xmlgraphics.fonts.Glyphs
-
Deprecated.
User getUnicodeCodePointsForGlyphName instead. This method only returns the
first Unicode code point it finds.
- GraphicContext - Class in org.apache.xmlgraphics.java2d
-
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
-
- GraphicContext(GraphicContext) - Constructor for class org.apache.xmlgraphics.java2d.GraphicContext
-
Copy constructor.
- GRAPHICS2D - Static variable in class org.apache.xmlgraphics.image.loader.ImageFlavor
-
An image in form of a Graphics2DImage (can be painted on a Graphics2D interface)
- Graphics2DImagePainter - Interface in org.apache.xmlgraphics.java2d
-
This interface is used to paint vector graphic images.
- GraphicsConstants - Class in org.apache.xmlgraphics.image
-
- GraphicsUtil - Class in org.apache.xmlgraphics.image
-
Set of utility methods for Graphics.
- GrayScaleColorConverter - Class in org.apache.xmlgraphics.java2d.color
-
Converts to grayscale using the standard RED=30%, GREEN=59% and BLUE=11%
weights (see http://en.wikipedia.org/wiki/Grayscale)
- green - Variable in class org.apache.xmlgraphics.image.codec.png.PNGSuggestedPaletteEntry
-
The green color value of the entry.
- ICCColorSpaceWithIntent - Class in org.apache.xmlgraphics.java2d.color
-
This class extends the ICCColorSpace class by providing
convenience methods to convert to sRGB using various
methods, forcing a given intent, such as perceptual or
relative colorimetric.
- ICCColorSpaceWithIntent(ICC_Profile, RenderingIntent, String, String) - Constructor for class org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent
-
Creates a new ICC-based color space.
- IDENTITY - Static variable in class org.apache.xmlgraphics.image.GraphicsUtil
-
- IGNORE_COLOR_PROFILE - Static variable in interface org.apache.xmlgraphics.image.loader.ImageProcessingHints
-
Used to tell the image loader to ignore any color profile in the image.
- ignoreColorProfile(Map) - Method in class org.apache.xmlgraphics.image.loader.impl.AbstractImageLoader
-
Indicates whether an embedded color profile should be ignored.
- ignoreFlushing(ImageInputStream) - Static method in class org.apache.xmlgraphics.image.loader.util.ImageUtil
-
Decorates an ImageInputStream so the flush*() methods are ignored and have no effect.
- Image - Interface in org.apache.xmlgraphics.image.loader
-
Represents an instance of an image (bitmap or vector graphic).
- IMAGE_MANAGER - Static variable in interface org.apache.xmlgraphics.image.loader.ImageProcessingHints
-
- IMAGE_SESSION_CONTEXT - Static variable in interface org.apache.xmlgraphics.image.loader.ImageProcessingHints
-
- ImageBuffered - Class in org.apache.xmlgraphics.image.loader.impl
-
This class is an implementation of the Image interface exposing a BufferedImage.
- ImageBuffered(ImageInfo, BufferedImage, Color) - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageBuffered
-
Main constructor.
- ImageCache - Class in org.apache.xmlgraphics.image.loader.cache
-
This class provides a cache for images.
- ImageCache() - Constructor for class org.apache.xmlgraphics.image.loader.cache.ImageCache
-
Default constructor with default settings.
- ImageCache(TimeStampProvider, ExpirationPolicy) - Constructor for class org.apache.xmlgraphics.image.loader.cache.ImageCache
-
Constructor for customized behaviour and testing.
- ImageCacheListener - Interface in org.apache.xmlgraphics.image.loader.cache
-
This interface can be implemented by classes which want to know what's going on inside the
image cache.
- ImageCacheStatistics - Class in org.apache.xmlgraphics.image.loader.cache
-
Convenience class that gathers statistical information about the image cache.
- ImageCacheStatistics(boolean) - Constructor for class org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
Main constructor.
- ImageContext - Interface in org.apache.xmlgraphics.image.loader
-
The ImageContext interface provides session-independent information (mainly configuration
values).
- ImageConverter - Interface in org.apache.xmlgraphics.image.loader.spi
-
Defines an image converter that can convert one image representation into another.
- ImageConverterBitmap2G2D - Class in org.apache.xmlgraphics.image.loader.impl
-
This ImageConverter wraps a bitmap image in a Graphics2D image.
- ImageConverterBitmap2G2D() - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageConverterBitmap2G2D
-
- ImageConverterBuffered2Rendered - Class in org.apache.xmlgraphics.image.loader.impl
-
This ImageConverter converts BufferedImages to RenderedImages (well, it's basically just a
class cast).
- ImageConverterBuffered2Rendered() - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageConverterBuffered2Rendered
-
- ImageConverterG2D2Bitmap - Class in org.apache.xmlgraphics.image.loader.impl
-
This ImageConverter converts Graphics2D images to a BufferedImage.
- ImageConverterG2D2Bitmap() - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageConverterG2D2Bitmap
-
- ImageConverterRendered2PNG - Class in org.apache.xmlgraphics.image.loader.impl
-
This ImageConverter converts Rendered to PNG images.
- ImageConverterRendered2PNG() - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageConverterRendered2PNG
-
- ImageDecodeParam - Interface in org.apache.xmlgraphics.image.codec.util
-
An empty (marker) interface to be implemented by all image decoder
parameter classes.
- ImageDecoder - Interface in org.apache.xmlgraphics.image.codec.util
-
An interface describing objects that transform an InputStream into a
BufferedImage or Raster.
- ImageDecoderImpl - Class in org.apache.xmlgraphics.image.codec.util
-
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 in org.apache.xmlgraphics.image.codec.util
-
An empty (marker) interface to be implemented by all image encoder
parameter classes.
- ImageEncoder - Interface in org.apache.xmlgraphics.image.codec.util
-
An interface describing objects that transform a BufferedImage or
Raster into an OutputStream.
- ImageEncoder - Interface in org.apache.xmlgraphics.ps
-
The interface is implemented by classes that can generate the raw bitmap field for an image
that might be further encoded/compressed by the image handler class.
- ImageEncoderImpl - Class in org.apache.xmlgraphics.image.codec.util
-
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.
- ImageEncodingHelper - Class in org.apache.xmlgraphics.ps
-
Helper class for encoding bitmap images.
- ImageEncodingHelper(RenderedImage) - Constructor for class org.apache.xmlgraphics.ps.ImageEncodingHelper
-
Main constructor
- ImageEncodingHelper(RenderedImage, boolean) - Constructor for class org.apache.xmlgraphics.ps.ImageEncodingHelper
-
Main constructor
- ImageException - Exception in org.apache.xmlgraphics.image.loader
-
Base class for all image-related exceptions.
- ImageException(String) - Constructor for exception org.apache.xmlgraphics.image.loader.ImageException
-
Constructs an ImageException
with the specified detail
message.
- ImageException(String, Throwable) - Constructor for exception org.apache.xmlgraphics.image.loader.ImageException
-
Constructs a new ImageException
with the specified detail message and
cause.
- ImageFlavor - Class in org.apache.xmlgraphics.image.loader
-
The flavor of an image indicates in which form it is available.
- ImageFlavor(String) - Constructor for class org.apache.xmlgraphics.image.loader.ImageFlavor
-
Constructs a new ImageFlavor.
- ImageFormGenerator - Class in org.apache.xmlgraphics.ps
-
Abstract helper class for generating PostScript forms.
- ImageFormGenerator(String, String, Dimension2D, RenderedImage, boolean) - Constructor for class org.apache.xmlgraphics.ps.ImageFormGenerator
-
Main constructor.
- ImageFormGenerator(String, String, Dimension2D, Dimension, ImageEncoder, ColorSpace, int, boolean) - Constructor for class org.apache.xmlgraphics.ps.ImageFormGenerator
-
Main constructor.
- ImageFormGenerator(String, String, Dimension2D, Dimension, ImageEncoder, ColorSpace, boolean) - Constructor for class org.apache.xmlgraphics.ps.ImageFormGenerator
-
Main constructor.
- ImageGraphics2D - Class in org.apache.xmlgraphics.image.loader.impl
-
This class is an implementation of the Image interface exposing a Graphics2DImagePainter.
- ImageGraphics2D(ImageInfo, Graphics2DImagePainter) - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D
-
Main constructor.
- ImageImplRegistry - Class in org.apache.xmlgraphics.image.loader.spi
-
This class is the registry for all implementations of the various service provider interfaces
for the image package.
- ImageImplRegistry(boolean) - Constructor for class org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Main constructor.
- ImageImplRegistry() - Constructor for class org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Main constructor.
- ImageInfo - Class in org.apache.xmlgraphics.image.loader
-
Represents an image that may not have been fully loaded.
- ImageInfo(String, String) - Constructor for class org.apache.xmlgraphics.image.loader.ImageInfo
-
Main constructor.
- ImageInputStreamAdapter - Class in org.apache.xmlgraphics.image.loader.util
-
Decorates an ImageInputStream with an InputStream interface.
- ImageInputStreamAdapter(ImageInputStream) - Constructor for class org.apache.xmlgraphics.image.loader.util.ImageInputStreamAdapter
-
Creates a new ImageInputStreamAdapter.
- ImageInputStreamSeekableStreamAdapter - Class in org.apache.xmlgraphics.image.codec.util
-
A subclass of SeekableStream
that may be used to wrap
a regular ImageInputStream
.
- ImageInputStreamSeekableStreamAdapter(ImageInputStream) - Constructor for class org.apache.xmlgraphics.image.codec.util.ImageInputStreamSeekableStreamAdapter
-
Constructs a SeekableStream
that takes
its source data from a regular ImageInputStream
.
- IMAGEIO_METADATA - Static variable in class org.apache.xmlgraphics.image.loader.impl.imageio.ImageIOUtil
-
Key for ImageInfo's custom objects to embed the ImageIO metadata
- ImageIODebugUtil - Class in org.apache.xmlgraphics.util
-
Helper class for debugging stuff in Image I/O.
- ImageIOImageWriter - Class in org.apache.xmlgraphics.image.writer.imageio
-
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 in org.apache.xmlgraphics.image.writer.imageio
-
ImageWriter that encodes JPEG images using Image I/O.
- ImageIOJPEGImageWriter() - Constructor for class org.apache.xmlgraphics.image.writer.imageio.ImageIOJPEGImageWriter
-
Main constructor.
- ImageIOPNGImageWriter - Class in org.apache.xmlgraphics.image.writer.imageio
-
ImageWriter that encodes PNG images using Image I/O.
- ImageIOPNGImageWriter() - Constructor for class org.apache.xmlgraphics.image.writer.imageio.ImageIOPNGImageWriter
-
Main constructor.
- ImageIOTIFFImageWriter - Class in org.apache.xmlgraphics.image.writer.imageio
-
ImageWriter that encodes TIFF images using Image I/O.
- ImageIOTIFFImageWriter() - Constructor for class org.apache.xmlgraphics.image.writer.imageio.ImageIOTIFFImageWriter
-
Main constructor.
- ImageIOUtil - Class in org.apache.xmlgraphics.image.loader.impl.imageio
-
Helper and convenience methods for ImageIO.
- ImageKey - Class in org.apache.xmlgraphics.image.loader.cache
-
Key class for Image instances in the cache.
- ImageKey(String, ImageFlavor) - Constructor for class org.apache.xmlgraphics.image.loader.cache.ImageKey
-
Main constructor.
- ImageLoader - Interface in org.apache.xmlgraphics.image.loader.spi
-
This interface is implemented by classes which load images from a source.
- ImageLoaderEPS - Class in org.apache.xmlgraphics.image.loader.impl
-
ImageLoader for EPS (Encapsulated PostScript) images.
- ImageLoaderEPS() - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageLoaderEPS
-
Main constructor.
- ImageLoaderFactory - Interface in org.apache.xmlgraphics.image.loader.spi
-
This interface is implemented to provide information about an ImageLoader and to create new
instances.
- ImageLoaderFactoryEPS - Class in org.apache.xmlgraphics.image.loader.impl
-
Factory class for the ImageLoader for EPS (Encapsulated PostScript) images.
- ImageLoaderFactoryEPS() - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryEPS
-
- ImageLoaderFactoryImageIO - Class in org.apache.xmlgraphics.image.loader.impl.imageio
-
Factory class for the ImageLoader based on ImageIO.
- ImageLoaderFactoryImageIO() - Constructor for class org.apache.xmlgraphics.image.loader.impl.imageio.ImageLoaderFactoryImageIO
-
- ImageLoaderFactoryInternalTIFF - Class in org.apache.xmlgraphics.image.loader.impl
-
Factory class for the ImageLoader for TIFF (based on Commons' internal TIFF codec).
- ImageLoaderFactoryInternalTIFF() - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryInternalTIFF
-
- ImageLoaderFactoryPNG - Class in org.apache.xmlgraphics.image.loader.impl
-
- ImageLoaderFactoryPNG() - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryPNG
-
- ImageLoaderFactoryRaw - Class in org.apache.xmlgraphics.image.loader.impl
-
Factory class for the ImageLoader for raw/undecoded images.
- ImageLoaderFactoryRaw() - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryRaw
-
- ImageLoaderFactoryRawCCITTFax - Class in org.apache.xmlgraphics.image.loader.impl
-
Factory class for the ImageLoader for raw/undecoded CCITT encoded images.
- ImageLoaderFactoryRawCCITTFax() - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryRawCCITTFax
-
- ImageLoaderImageIO - Class in org.apache.xmlgraphics.image.loader.impl.imageio
-
An ImageLoader implementation based on ImageIO for loading bitmap images.
- ImageLoaderImageIO(ImageFlavor) - Constructor for class org.apache.xmlgraphics.image.loader.impl.imageio.ImageLoaderImageIO
-
Main constructor.
- ImageLoaderInternalTIFF - Class in org.apache.xmlgraphics.image.loader.impl
-
An ImageLoader implementation based on Commons' internal TIFF codec.
- ImageLoaderInternalTIFF() - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageLoaderInternalTIFF
-
Main constructor.
- ImageLoaderPNG - Class in org.apache.xmlgraphics.image.loader.impl
-
- ImageLoaderPNG() - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageLoaderPNG
-
- ImageLoaderRaw - Class in org.apache.xmlgraphics.image.loader.impl
-
ImageLoader for formats consumed "raw" (undecoded).
- ImageLoaderRaw(ImageFlavor) - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageLoaderRaw
-
Main constructor.
- ImageLoaderRawCCITTFax - Class in org.apache.xmlgraphics.image.loader.impl
-
ImageLoader for CCITT group 3 and 4 images consumed "raw" (undecoded).
- ImageLoaderRawCCITTFax() - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageLoaderRawCCITTFax
-
Main constructor.
- ImageLoaderRawJPEG - Class in org.apache.xmlgraphics.image.loader.impl
-
ImageLoader for JPEG images consumed "raw" (undecoded).
- ImageLoaderRawJPEG() - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageLoaderRawJPEG
-
Main constructor.
- ImageLoaderRawPNG - Class in org.apache.xmlgraphics.image.loader.impl
-
- ImageLoaderRawPNG() - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageLoaderRawPNG
-
Main constructor.
- ImageManager - Class in org.apache.xmlgraphics.image.loader
-
ImageManager is the central starting point for image access.
- ImageManager(ImageContext) - Constructor for class org.apache.xmlgraphics.image.loader.ImageManager
-
Main constructor.
- ImageManager(ImageImplRegistry, ImageContext) - Constructor for class org.apache.xmlgraphics.image.loader.ImageManager
-
Constructor for testing purposes.
- ImagePreloader - Interface in org.apache.xmlgraphics.image.loader.spi
-
This interface provides two functions: determining whether an image format is supported and if
that's the case, some minimal information (mostly the image's intrinsic size) is extracted
and returned.
- ImageProcessingHints - Interface in org.apache.xmlgraphics.image.loader
-
This interface defines some standard hints to be used for image processing in this package.
- ImageProviderPipeline - Class in org.apache.xmlgraphics.image.loader.pipeline
-
Represents a pipeline of ImageConverters with an ImageLoader at the beginning of the
pipeline.
- ImageProviderPipeline(ImageCache, ImageLoader) - Constructor for class org.apache.xmlgraphics.image.loader.pipeline.ImageProviderPipeline
-
Main constructor.
- ImageProviderPipeline(ImageLoader) - Constructor for class org.apache.xmlgraphics.image.loader.pipeline.ImageProviderPipeline
-
Constructor for operation without caching.
- ImageProviderPipeline() - Constructor for class org.apache.xmlgraphics.image.loader.pipeline.ImageProviderPipeline
-
Default constructor without caching and without an ImageLoader (or the ImageLoader may
be set later).
- ImageRawCCITTFax - Class in org.apache.xmlgraphics.image.loader.impl
-
This class is an implementation of the Image interface exposing a 1-bit bitmap image stream
that can be decoded by the PostScript or PDF CCITTFaxDecode filter.
- ImageRawCCITTFax(ImageInfo, InputStream, int) - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageRawCCITTFax
-
Main constructor.
- ImageRawEPS - Class in org.apache.xmlgraphics.image.loader.impl
-
This class is an implementation of the Image interface exposing EPS file.
- ImageRawEPS(ImageInfo, ImageRawStream.InputStreamFactory) - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageRawEPS
-
Main constructor.
- ImageRawEPS(ImageInfo, InputStream) - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageRawEPS
-
Main constructor.
- ImageRawJPEG - Class in org.apache.xmlgraphics.image.loader.impl
-
This class is an implementation of the Image interface exposing a JPEG file.
- ImageRawJPEG(ImageInfo, InputStream, int, ColorSpace, ICC_Profile, boolean) - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageRawJPEG
-
Main constructor.
- ImageRawPNG - Class in org.apache.xmlgraphics.image.loader.impl
-
- ImageRawPNG(ImageInfo, InputStream, ColorModel, int, ICC_Profile) - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageRawPNG
-
Main constructor.
- ImageRawStream - Class in org.apache.xmlgraphics.image.loader.impl
-
This class is an implementation of the Image interface exposing an InputStream for loading the
raw/undecoded image.
- ImageRawStream(ImageInfo, ImageFlavor, ImageRawStream.InputStreamFactory) - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageRawStream
-
Main constructor.
- ImageRawStream(ImageInfo, ImageFlavor, InputStream) - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageRawStream
-
Constructor for a simple InputStream as parameter.
- ImageRawStream.ByteArrayStreamFactory - Class in org.apache.xmlgraphics.image.loader.impl
-
InputStream factory that wraps a byte array.
- ImageRawStream.ByteArrayStreamFactory(byte[]) - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageRawStream.ByteArrayStreamFactory
-
Main constructor.
- ImageRawStream.InputStreamFactory - Interface in org.apache.xmlgraphics.image.loader.impl
-
Represents a factory for InputStream objects.
- ImageRendered - Class in org.apache.xmlgraphics.image.loader.impl
-
This class is an implementation of the Image interface exposing a RenderedImage.
- ImageRendered(ImageInfo, RenderedImage, Color) - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageRendered
-
Main constructor.
- ImageRepresentation - Class in org.apache.xmlgraphics.image.loader.pipeline
-
This class represents a combination of MIME type and an image flavor.
- ImageRepresentation(ImageFlavor) - Constructor for class org.apache.xmlgraphics.image.loader.pipeline.ImageRepresentation
-
Main constructor
- ImageSessionContext - Interface in org.apache.xmlgraphics.image.loader
-
This interface is used to tell the cache which images are used by a session (in FOP that would
be a rendering run).
- ImageSize - Class in org.apache.xmlgraphics.image.loader
-
Encapsulates the size of an image.
- ImageSize(int, int, double, double) - Constructor for class org.apache.xmlgraphics.image.loader.ImageSize
-
Constructor.
- ImageSize(int, int, double) - Constructor for class org.apache.xmlgraphics.image.loader.ImageSize
-
Constructor.
- ImageSize() - Constructor for class org.apache.xmlgraphics.image.loader.ImageSize
-
Default Constructor.
- ImageSource - Class in org.apache.xmlgraphics.image.loader
-
Acts as a holder for the input to image loading operations.
- ImageSource(ImageInputStream, String, boolean) - Constructor for class org.apache.xmlgraphics.image.loader.ImageSource
-
Main constructor.
- ImageUtil - Class in org.apache.xmlgraphics.image.loader.util
-
Helper and convenience methods for working with the image package.
- ImageWriter - Interface in org.apache.xmlgraphics.image.writer
-
Interface which allows image library independent image writing.
- ImageWriterParams - Class in org.apache.xmlgraphics.image.writer
-
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 in org.apache.xmlgraphics.image.writer
-
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.
- ImageWriterUtil - Class in org.apache.xmlgraphics.image.writer
-
Convenience methods around ImageWriter for the most important tasks.
- ImageXMLDOM - Class in org.apache.xmlgraphics.image.loader.impl
-
This class is an implementation of the Image interface exposing an XML DOM (W3C).
- ImageXMLDOM(ImageInfo, Document, String) - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageXMLDOM
-
Main constructor.
- ImageXMLDOM(ImageInfo, Document, XMLNamespaceEnabledImageFlavor) - Constructor for class org.apache.xmlgraphics.image.loader.impl.ImageXMLDOM
-
Main constructor.
- IN2CM - Static variable in class org.apache.xmlgraphics.util.UnitConv
-
conversion factory from centimeters to inches.
- IN2MM - Static variable in class org.apache.xmlgraphics.util.UnitConv
-
conversion factory from millimeters to inches.
- in2mm(double) - Static method in class org.apache.xmlgraphics.util.UnitConv
-
Converts inches (in) to millimeters (mm)
- in2mpt(double) - Static method in class org.apache.xmlgraphics.util.UnitConv
-
Converts inches (in) to millipoints (mpt)
- IN2PT - Static variable in class org.apache.xmlgraphics.util.UnitConv
-
conversion factory from inches to points.
- in2pt(double) - Static method in class org.apache.xmlgraphics.util.UnitConv
-
Converts inches (in) to points (pt)
- INCH - Static variable in class org.apache.xmlgraphics.util.UnitConv
-
Describes the unit inch.
- 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)
- includeProcsetCIDInitResource() - Method in class org.apache.xmlgraphics.ps.PSGenerator
-
Adds a PostScript DSC comment to the output stream requiring the
inclusion of the CIDInit ProcSet resource.
- INFINITE - Static variable in class org.apache.xmlgraphics.util.dijkstra.DijkstraAlgorithm
-
Infinity value for distances.
- INFINITE_PENALTY - Static variable in class org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Infinite penalty value which shall force any implementation to become ineligible.
- INFINITE_PENALTY - Static variable in class org.apache.xmlgraphics.image.loader.util.Penalty
-
- 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
-
- initializeStringTable() - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFLZWDecoder
-
Initialize the string table.
- initialTransform - Variable in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
-
- inPossibleRecursion - Variable in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Protection agains infinite recursion
- input - Variable in class org.apache.xmlgraphics.image.codec.util.ImageDecoderImpl
-
The SeekableStream
associcted with this
ImageEncoder
.
- intendedToRGB(float[]) - Method in class org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent
-
Returns the sRGB value obtained by forcing the
conversion method to the intent passed to the
constructor.
- 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.
- 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.
- invalidHit(String) - Method in interface org.apache.xmlgraphics.image.loader.cache.ImageCacheListener
-
An URi previously identified as invalid was requested again
- invalidHit(String) - Method in class org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
An URi previously identified as invalid was requested again
- 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
-
- isArray() - Method in class org.apache.xmlgraphics.xmp.XMPProperty
-
Indicates whether the property is an array.
- isAtend() - Method in class org.apache.xmlgraphics.ps.dsc.events.AbstractDSCComment
-
- isAtend() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCAtend
-
- isAtend() - Method in interface org.apache.xmlgraphics.ps.dsc.events.DSCComment
-
Indicates whether the DSC comment's value is "Atend".
- isAtend() - Method in class org.apache.xmlgraphics.ps.dsc.events.UnparsedDSCComment
-
- isAvailable() - Method in class org.apache.xmlgraphics.image.loader.impl.imageio.ImageLoaderFactoryImageIO
-
Indicates whether the underlying libraries needed by the implementation are available.
- isAvailable() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryEPS
-
Indicates whether the underlying libraries needed by the implementation are available.
- isAvailable() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryInternalTIFF
-
Indicates whether the underlying libraries needed by the implementation are available.
- isAvailable() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryPNG
-
Indicates whether the underlying libraries needed by the implementation are available.
- isAvailable() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryRaw
-
Indicates whether the underlying libraries needed by the implementation are available.
- isAvailable() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryRawCCITTFax
-
Indicates whether the underlying libraries needed by the implementation are available.
- isAvailable() - Method in interface org.apache.xmlgraphics.image.loader.spi.ImageLoaderFactory
-
Indicates whether the underlying libraries needed by the implementation are available.
- 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
-
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.
- 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.
- isCacheable() - Method in interface org.apache.xmlgraphics.image.loader.Image
-
Indicates whether the Image instance is cacheable in memory.
- isCacheable() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D
-
Indicates whether the Image instance is cacheable in memory.
- isCacheable() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRawStream
-
Indicates whether the Image instance is cacheable in memory.
- isCacheable() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRendered
-
Indicates whether the Image instance is cacheable in memory.
- isCacheable() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageXMLDOM
-
Indicates whether the Image instance is cacheable in memory.
- isCheckEOF() - Method in class org.apache.xmlgraphics.ps.dsc.DSCParser
-
Indicates whether the parser is configured to check for content after the EOF comment.
- isChromaticitySet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns true if a 'cHRM' chunk will be output.
- isComment() - Method in class org.apache.xmlgraphics.ps.dsc.events.AbstractEvent
-
- isComment() - Method in interface org.apache.xmlgraphics.ps.dsc.events.DSCEvent
-
Indicates whether the instance is a PostScript comment.
- isComment() - Method in class org.apache.xmlgraphics.ps.dsc.events.PostScriptComment
-
- isCommentsEnabled() - Method in class org.apache.xmlgraphics.ps.PSGenerator
-
Indicates whether this instance allows to write comments.
- isCompactMode() - Method in class org.apache.xmlgraphics.ps.PSGenerator
-
Indicates whether this instance is in compact mode.
- isCompatible(ImageFlavor) - Method in class org.apache.xmlgraphics.image.loader.ImageFlavor
-
Indicates whether a particular image flavor is compatible with this one.
- isCompatible(ImageFlavor) - Method in class org.apache.xmlgraphics.image.loader.RefinedImageFlavor
-
Indicates whether a particular image flavor is compatible with this one.
- isCompressedTextSet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns true if a 'zTXT' chunk will be output.
- isConverted() - Method in class org.apache.xmlgraphics.ps.ImageEncodingHelper
-
Indicates whether the image is converted during encodation.
- isDefaultsRGB(ICC_Profile) - Static method in class org.apache.xmlgraphics.java2d.color.profile.ColorProfileUtil
-
Indicates whether a given color profile is identical to the default sRGB profile
provided by the Java class library.
- isDeviceColorSpace(ColorSpace) - Static method in class org.apache.xmlgraphics.java2d.color.ColorSpaces
-
Indicates whether the given color space is device-specific (i.e.
- isDSCComment() - Method in class org.apache.xmlgraphics.ps.dsc.events.AbstractDSCComment
-
- isDSCComment() - Method in class org.apache.xmlgraphics.ps.dsc.events.AbstractEvent
-
- isDSCComment() - Method in interface org.apache.xmlgraphics.ps.dsc.events.DSCEvent
-
Indicates whether the instance is a DSC comment.
- isDSCComment() - Method in class org.apache.xmlgraphics.ps.dsc.events.UnparsedDSCComment
-
- isEmpty() - Method in class org.apache.xmlgraphics.ps.PSPageDeviceDictionary
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class org.apache.xmlgraphics.xmp.XMPArray
-
Indicates whether the array is empty or not.
- isExpired(TimeStampProvider, long) - Method in class org.apache.xmlgraphics.image.loader.cache.DefaultExpirationPolicy
-
Indicates whether a cache entry is expired given its creation time stamp.
- isExpired(TimeStampProvider, long) - Method in interface org.apache.xmlgraphics.image.loader.cache.ExpirationPolicy
-
Indicates whether a cache entry is expired given its creation time stamp.
- isFastSource() - Method in class org.apache.xmlgraphics.image.loader.ImageSource
-
Indicates whether this ImageSource is a fast source, i.e.
- isFunctional() - Method in class org.apache.xmlgraphics.image.writer.AbstractImageWriter
-
- isFunctional() - Method in class org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter
-
- isFunctional() - Method in interface org.apache.xmlgraphics.image.writer.ImageWriter
-
- isGammaSet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns true if a 'gAMA' chunk will be output.
- isGray(Color) - Static method in class org.apache.xmlgraphics.java2d.color.ColorUtil
-
Indicates whether the color is a gray value.
- isGZIPCompressed(InputStream) - Static method in class org.apache.xmlgraphics.image.loader.util.ImageUtil
-
Indicates whether an InputStream is GZIP compressed.
- isHeaderComment() - Method in class org.apache.xmlgraphics.ps.dsc.events.AbstractEvent
-
- isHeaderComment() - Method in interface org.apache.xmlgraphics.ps.dsc.events.DSCEvent
-
Indicates whether the instance is a header comment.
- isHeaderComment() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCHeaderComment
-
- 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
-
- isInfinitePenalty() - Method in class org.apache.xmlgraphics.image.loader.util.Penalty
-
Indicates whether this is an infinite penalty, meaning that a solution with this penalty
is effectively ineligible.
- isInvalidURI(String) - Method in class org.apache.xmlgraphics.image.loader.cache.ImageCache
-
Indicates whether a URI has previously been identified as an invalid URI.
- isInverted() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRawJPEG
-
Indicates whether the image should be inverted when interpreting it.
- isLine() - Method in class org.apache.xmlgraphics.ps.dsc.events.AbstractEvent
-
- isLine() - Method in interface org.apache.xmlgraphics.ps.dsc.events.DSCEvent
-
Indicates whether the instance is a PostScript line.
- isLine() - Method in class org.apache.xmlgraphics.ps.dsc.events.PostScriptLine
-
- isListenersDisabled() - Method in class org.apache.xmlgraphics.ps.dsc.DSCParser
-
Indicates whether the listeners are currently disabled.
- isModificationTimeSet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns true if a 'tIME' chunk will be output.
- isMultiTile() - Method in class org.apache.xmlgraphics.ps.ImageEncodingHelper
-
Indicates whether the image consists of multiple tiles.
- isNamedColorProfile(ICC_Profile) - Static method in class org.apache.xmlgraphics.java2d.color.profile.NamedColorProfileParser
-
Indicates whether the profile is a named color profile.
- 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.
- isPSAdobe30() - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCHeaderComment
-
Indicates whether the file started by this comments is DSC 3.0 compliant.
- isQualifiedProperty() - Method in class org.apache.xmlgraphics.xmp.XMPProperty
-
Indicates whether this property is actually not a structure, but a normal property with
property qualifiers.
- isResourceSupplied(PSResource) - Method in class org.apache.xmlgraphics.ps.dsc.ResourceTracker
-
Indicates whether a particular resource is supplied, rather than needed.
- isResourceSupplied(PSResource) - Method in class org.apache.xmlgraphics.ps.PSGenerator
-
Deprecated.
Use the isResourceSupplied() on ResourceTracker instead.
- isReusable(Source) - Method in class org.apache.xmlgraphics.image.loader.impl.AbstractImageSessionContext
-
Indicates whether a Source is reusable.
- isSameColor(Color, Color) - Static method in class org.apache.xmlgraphics.java2d.color.ColorUtil
-
Checks if two colors are the same color.
- isSignificantBitsSet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns true if an 'sBIT' chunk will be output.
- isSRGBIntentSet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns true if an 'sRGB' chunk will be output.
- isSuggestedPaletteSet() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns true if a 'sPLT' chunk will be output.
- isSupported(ImageInfo) - Method in class org.apache.xmlgraphics.image.loader.impl.AbstractImageLoaderFactory
-
Indicates whether the given image (represented by an
ImageInfo
object) is supported
by the loader.
- isSupported(ImageInfo) - Method in class org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryRawCCITTFax
-
Indicates whether the given image (represented by an
ImageInfo
object) is supported
by the loader.
- isSupported(ImageInfo) - Method in interface org.apache.xmlgraphics.image.loader.spi.ImageLoaderFactory
-
Indicates whether the given image (represented by an
ImageInfo
object) is supported
by the loader.
- 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.
- isTransparent() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRawPNG
-
Whether the image is transparent (meaning there is a transparent pixel)
- isType(String) - Method in class org.apache.xmlgraphics.image.codec.png.PNGChunk
-
- isUsedOnceOnly() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRawStream.ByteArrayStreamFactory
-
Indicates whether this factory is only usable once or many times.
- isUsedOnceOnly() - Method in interface org.apache.xmlgraphics.image.loader.impl.ImageRawStream.InputStreamFactory
-
Indicates whether this factory is only usable once or many times.
- iterator() - Method in class org.apache.xmlgraphics.xmp.Metadata
-
Returns an Iterator over all properties in this structured property.
- iterator() - Method in interface org.apache.xmlgraphics.xmp.PropertyAccess
-
Returns an Iterator over all properties in this structured property.
- iterator() - Method in class org.apache.xmlgraphics.xmp.XMPStructure
-
Returns an Iterator over all properties in this structured property.
- paethPredictor(int, int, int) - Static method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
The Paeth predictor routine used in PNG encoding.
- PAGE - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
-
Indicates a page number
- 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
- pagecount - Variable in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
-
- PageExtractor - Class in org.apache.xmlgraphics.ps.dsc.tools
-
This class can extract a certain range of pages from a DSC-compliant PostScript file.
- pagePending - Variable in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
-
- PAGES - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
-
Number of pages in the document
- paint - Variable in class org.apache.xmlgraphics.java2d.GraphicContext
-
Current Paint
- paint(Graphics2D, Rectangle2D) - Method in interface org.apache.xmlgraphics.java2d.Graphics2DImagePainter
-
Called to paint the image.
- paintForm(PSResource, Rectangle2D, PSGenerator) - Static method in class org.apache.xmlgraphics.ps.PSImageUtils
-
- paintForm(PSResource, Dimension2D, Rectangle2D, PSGenerator) - Static method in class org.apache.xmlgraphics.ps.PSImageUtils
-
Paints a reusable image (previously added as a PostScript form).
- paintProc - Variable in class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
A PostScript procedure for painting the pattern cell
- paintReusableImage(String, Rectangle2D, PSGenerator) - Static method in class org.apache.xmlgraphics.ps.PSImageUtils
-
- paintToBufferedImage(ImageGraphics2D, int, boolean, int) - Method in class org.apache.xmlgraphics.image.loader.impl.ImageConverterG2D2Bitmap
-
Paints a Graphics2D image on a BufferedImage and returns this bitmap.
- paintType - Variable in class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
A code that determines how the color of the pattern cell is to be
specified: 1 for colored pattern, 2 for uncolored pattern
- 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.
- parse(DSCHandler) - Method in class org.apache.xmlgraphics.ps.dsc.DSCParser
-
Starts the parser in push parsing mode sending events to the DSCHandler instance.
- parse(InputStream) - Static method in class org.apache.xmlgraphics.xmp.XMPPacketParser
-
Locates an XMP packet in a stream, parses it and returns the XMP metadata.
- parseISO8601Date(String) - Static method in class org.apache.xmlgraphics.util.DateFormatUtil
-
Parses an ISO 8601 date and time value.
- parseNext() - Method in class org.apache.xmlgraphics.ps.dsc.DSCParser
-
Parses the next event.
- parseProfile(ICC_Profile, String, String) - Method in class org.apache.xmlgraphics.java2d.color.profile.NamedColorProfileParser
-
Parses a named color profile (NCP).
- parseProfile(ICC_Profile) - Method in class org.apache.xmlgraphics.java2d.color.profile.NamedColorProfileParser
-
Parses a named color profile (NCP).
- parseValue(String) - Method in class org.apache.xmlgraphics.ps.dsc.events.AbstractResourceDSCComment
-
Parses the value of the DSC comment.
- parseValue(String) - Method in class org.apache.xmlgraphics.ps.dsc.events.AbstractResourcesDSCComment
-
Parses the value of the DSC comment.
- parseValue(String) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCAtend
-
- parseValue(String) - Method in interface org.apache.xmlgraphics.ps.dsc.events.DSCComment
-
Parses the value of the DSC comment.
- parseValue(String) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginDocument
-
Parses the value of the DSC comment.
- parseValue(String) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentBoundingBox
-
Parses the value of the DSC comment.
- parseValue(String) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentEndComments
-
- parseValue(String) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentEndOfFile
-
- parseValue(String) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentLanguageLevel
-
- parseValue(String) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPage
-
- parseValue(String) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPages
-
- parseValue(String) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentTitle
-
Parses the value of the DSC comment.
- parseValue(String) - Method in class org.apache.xmlgraphics.ps.dsc.events.UnparsedDSCComment
-
- parseXMP(URL) - Static method in class org.apache.xmlgraphics.xmp.XMPParser
-
Parses an XMP file.
- parseXMP(Source) - Static method in class org.apache.xmlgraphics.xmp.XMPParser
-
Parses an XMP file.
- PATTERN_TYPE_SHADING - Static variable in class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
PostScript constant for a shading pattern (unsupported)
- PATTERN_TYPE_TILING - Static variable in class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
A code identifying the pattern type that this dictionary describes;
must be 1 for a tiling pattern
- patternName - Variable in class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
The name of the pattern (for example: "Pattern1" )
- patternType - Variable in class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
the pattern type of this pattern
- PDF_A_IDENTIFICATION - Static variable in interface org.apache.xmlgraphics.xmp.XMPConstants
-
Namespace URI for the PDF/A Identification Schema
(from the technical corrigendum 1 of ISO 19005-1:2005, note that the trailing slash
was missing in the original ISO 19005-1:2005 specification)
- PDFAAdapter - Class in org.apache.xmlgraphics.xmp.schemas.pdf
-
Schema adapter implementation for both the old (deprecated) and the current PDF/A schema.
- PDFAAdapter(Metadata, String) - Constructor for class org.apache.xmlgraphics.xmp.schemas.pdf.PDFAAdapter
-
Constructs a new adapter for PDF/A around the given metadata object.
- PDFAXMPSchema - Class in org.apache.xmlgraphics.xmp.schemas.pdf
-
XMP Schema for PDF/A (ISO 19005-1).
- PDFAXMPSchema() - Constructor for class org.apache.xmlgraphics.xmp.schemas.pdf.PDFAXMPSchema
-
Creates a new schema instance for Dublin Core.
- peek() - Method in class org.apache.xmlgraphics.ps.dsc.DSCParser
-
Returns the next event without moving the cursor to the next event.
- Penalty - Class in org.apache.xmlgraphics.image.loader.util
-
Immutable class representing a penalty value.
- PICA - Static variable in class org.apache.xmlgraphics.util.UnitConv
-
Describes the unit pica.
- PipelineFactory - Class in org.apache.xmlgraphics.image.loader.pipeline
-
Factory class for image processing pipelines.
- PipelineFactory(ImageManager) - Constructor for class org.apache.xmlgraphics.image.loader.pipeline.PipelineFactory
-
Main constructor.
- PNG_COLOR_GRAY - Static variable in class org.apache.xmlgraphics.image.codec.png.PNGRed
-
- PNG_COLOR_GRAY - Static variable in interface org.apache.xmlgraphics.image.loader.impl.PNGConstants
-
- PNG_COLOR_GRAY_ALPHA - Static variable in class org.apache.xmlgraphics.image.codec.png.PNGRed
-
- PNG_COLOR_GRAY_ALPHA - Static variable in interface org.apache.xmlgraphics.image.loader.impl.PNGConstants
-
- PNG_COLOR_PALETTE - Static variable in class org.apache.xmlgraphics.image.codec.png.PNGRed
-
- PNG_COLOR_PALETTE - Static variable in interface org.apache.xmlgraphics.image.loader.impl.PNGConstants
-
- PNG_COLOR_RGB - Static variable in class org.apache.xmlgraphics.image.codec.png.PNGRed
-
- PNG_COLOR_RGB - Static variable in interface org.apache.xmlgraphics.image.loader.impl.PNGConstants
-
- PNG_COLOR_RGB_ALPHA - Static variable in class org.apache.xmlgraphics.image.codec.png.PNGRed
-
- PNG_COLOR_RGB_ALPHA - Static variable in interface org.apache.xmlgraphics.image.loader.impl.PNGConstants
-
- 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_AVERAGE - Static variable in interface org.apache.xmlgraphics.image.loader.impl.PNGConstants
-
- 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_NONE - Static variable in interface org.apache.xmlgraphics.image.loader.impl.PNGConstants
-
- 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_PAETH - Static variable in interface org.apache.xmlgraphics.image.loader.impl.PNGConstants
-
- 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_SUB - Static variable in interface org.apache.xmlgraphics.image.loader.impl.PNGConstants
-
- 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
-
- PNG_FILTER_UP - Static variable in interface org.apache.xmlgraphics.image.loader.impl.PNGConstants
-
- PNG_SIGNATURE - Static variable in interface org.apache.xmlgraphics.image.loader.impl.PNGConstants
-
- PNGChunk - Class in org.apache.xmlgraphics.image.codec.png
-
- PNGChunk(int, int, byte[], int) - Constructor for class org.apache.xmlgraphics.image.codec.png.PNGChunk
-
- PNGChunk.ChunkType - Enum in org.apache.xmlgraphics.image.codec.png
-
See http://en.wikipedia.org/wiki/Portable_Network_Graphics for a light explanation;
See http://www.libpng.org/pub/png/spec/1.2/PNG-Chunks.html for the spec.
- PNGConstants - Interface in org.apache.xmlgraphics.image.loader.impl
-
- PNGDecodeParam - Class in org.apache.xmlgraphics.image.codec.png
-
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 in org.apache.xmlgraphics.image.codec.png
-
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 in org.apache.xmlgraphics.image.codec.png
-
- PNGEncodeParam.Gray() - Constructor for class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
-
Constructs an instance of PNGEncodeParam.Gray
.
- PNGEncodeParam.Palette - Class in org.apache.xmlgraphics.image.codec.png
-
- PNGEncodeParam.Palette() - Constructor for class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette
-
Constructs an instance of PNGEncodeParam.Palette
.
- PNGEncodeParam.RGB - Class in org.apache.xmlgraphics.image.codec.png
-
- PNGEncodeParam.RGB() - Constructor for class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.RGB
-
Constructs an instance of PNGEncodeParam.RGB
.
- PNGImageDecoder - Class in org.apache.xmlgraphics.image.codec.png
-
- PNGImageDecoder(InputStream, PNGDecodeParam) - Constructor for class org.apache.xmlgraphics.image.codec.png.PNGImageDecoder
-
- PNGImageEncoder - Class in org.apache.xmlgraphics.image.codec.png
-
An ImageEncoder for the PNG file format.
- PNGImageEncoder(OutputStream, PNGEncodeParam) - Constructor for class org.apache.xmlgraphics.image.codec.png.PNGImageEncoder
-
- PNGImageWriter - Class in org.apache.xmlgraphics.image.writer.internal
-
ImageWriter implementation that uses the internal PNG codec to
write PNG files.
- PNGImageWriter() - Constructor for class org.apache.xmlgraphics.image.writer.internal.PNGImageWriter
-
- PNGRed - Class in org.apache.xmlgraphics.image.codec.png
-
- 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 in org.apache.xmlgraphics.image.codec.png
-
A class representing the fields of a PNG suggested palette entry.
- PNGSuggestedPaletteEntry() - Constructor for class org.apache.xmlgraphics.image.codec.png.PNGSuggestedPaletteEntry
-
- POINT - Static variable in class org.apache.xmlgraphics.util.UnitConv
-
Describes the unit point.
- PostScriptComment - Class in org.apache.xmlgraphics.ps.dsc.events
-
Represents a PostScript comment
- PostScriptComment(String) - Constructor for class org.apache.xmlgraphics.ps.dsc.events.PostScriptComment
-
Creates a new instance.
- PostScriptLine - Class in org.apache.xmlgraphics.ps.dsc.events
-
Represents a line of PostScript code.
- PostScriptLine(String) - Constructor for class org.apache.xmlgraphics.ps.dsc.events.PostScriptLine
-
Creates a new instance.
- POW85 - Static variable in interface org.apache.xmlgraphics.util.io.ASCII85Constants
-
Array of powers of 85 (4, 3, 2, 1, 0)
- PREFERRED_PREFIX - Static variable in class org.apache.xmlgraphics.xmp.schemas.XMPBasicSchema
-
Preferred prefix for XMP Basic
- PreloaderBMP - Class in org.apache.xmlgraphics.image.loader.impl
-
Image preloader for BMP images.
- PreloaderBMP() - Constructor for class org.apache.xmlgraphics.image.loader.impl.PreloaderBMP
-
- PreloaderEMF - Class in org.apache.xmlgraphics.image.loader.impl
-
Image preloader for EMF images.
- PreloaderEMF() - Constructor for class org.apache.xmlgraphics.image.loader.impl.PreloaderEMF
-
- PreloaderEPS - Class in org.apache.xmlgraphics.image.loader.impl
-
Image preloader for EPS images (Encapsulated PostScript).
- PreloaderEPS() - Constructor for class org.apache.xmlgraphics.image.loader.impl.PreloaderEPS
-
- PreloaderEPS.EPSBinaryFileHeader - Class in org.apache.xmlgraphics.image.loader.impl
-
Holder class for various pointers to the contents of the EPS file.
- PreloaderEPS.EPSBinaryFileHeader() - Constructor for class org.apache.xmlgraphics.image.loader.impl.PreloaderEPS.EPSBinaryFileHeader
-
- PreloaderGIF - Class in org.apache.xmlgraphics.image.loader.impl
-
Image preloader for GIF images.
- PreloaderGIF() - Constructor for class org.apache.xmlgraphics.image.loader.impl.PreloaderGIF
-
- PreloaderImageIO - Class in org.apache.xmlgraphics.image.loader.impl.imageio
-
Image preloader for images supported by ImageIO.
- PreloaderImageIO() - Constructor for class org.apache.xmlgraphics.image.loader.impl.imageio.PreloaderImageIO
-
- PreloaderJPEG - Class in org.apache.xmlgraphics.image.loader.impl
-
Image preloader for JPEG images.
- PreloaderJPEG() - Constructor for class org.apache.xmlgraphics.image.loader.impl.PreloaderJPEG
-
- PreloaderTIFF - Class in org.apache.xmlgraphics.image.loader.impl
-
Image preloader for TIFF images.
- PreloaderTIFF() - Constructor for class org.apache.xmlgraphics.image.loader.impl.PreloaderTIFF
-
- preloadImage(String, ImageSessionContext) - Method in class org.apache.xmlgraphics.image.loader.ImageManager
-
Preloads an image, i.e.
- preloadImage(String, Source) - Method in class org.apache.xmlgraphics.image.loader.ImageManager
-
Preloads an image, i.e.
- preloadImage(String, Source, ImageContext) - Method in class org.apache.xmlgraphics.image.loader.impl.imageio.PreloaderImageIO
-
"Preloads" an image, i.e.
- preloadImage(String, Source, ImageContext) - Method in class org.apache.xmlgraphics.image.loader.impl.PreloaderBMP
-
"Preloads" an image, i.e.
- preloadImage(String, Source, ImageContext) - Method in class org.apache.xmlgraphics.image.loader.impl.PreloaderEMF
-
"Preloads" an image, i.e.
- preloadImage(String, Source, ImageContext) - Method in class org.apache.xmlgraphics.image.loader.impl.PreloaderEPS
-
"Preloads" an image, i.e.
- preloadImage(String, Source, ImageContext) - Method in class org.apache.xmlgraphics.image.loader.impl.PreloaderGIF
-
"Preloads" an image, i.e.
- preloadImage(String, Source, ImageContext) - Method in class org.apache.xmlgraphics.image.loader.impl.PreloaderJPEG
-
"Preloads" an image, i.e.
- preloadImage(String, Source, ImageContext) - Method in class org.apache.xmlgraphics.image.loader.impl.PreloaderTIFF
-
"Preloads" an image, i.e.
- preloadImage(String, Source, ImageContext) - Method in interface org.apache.xmlgraphics.image.loader.spi.ImagePreloader
-
"Preloads" an image, i.e.
- 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.
- processEvent(DSCEvent, DSCParser) - Method in class org.apache.xmlgraphics.ps.dsc.DefaultNestedDocumentHandler
-
Called for each DSC event.
- processEvent(DSCEvent, DSCParser) - Method in interface org.apache.xmlgraphics.ps.dsc.DSCListener
-
Called for each DSC event.
- processEvent(DSCEvent, DSCParser) - Method in class org.apache.xmlgraphics.ps.dsc.FilteringEventListener
-
Called for each DSC event.
- processPathIterator(PathIterator) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Processes a path iterator generating the necessary painting operations.
- processShape(Shape) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Processes a Shape generating the necessary painting operations.
- properties - Variable in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
A Hashtable containing the image properties.
- PropertyAccess - Interface in org.apache.xmlgraphics.xmp
-
This interface is implemented by the top-level Metadata class and stuctured properties.
- PropertyMerger - Interface in org.apache.xmlgraphics.xmp.merge
-
Defines an interface the classes can implement to provide special property merging behaviour.
- PropertyUtil - Class in org.apache.xmlgraphics.image.codec.util
-
- props - Variable in class org.apache.xmlgraphics.image.rendered.AbstractRed
-
- providerNames(Class<?>) - Static method in class org.apache.xmlgraphics.util.Service
-
Returns an iterator where each element should be the name
of a class that implements the
interface (or subclass the baseclass) described by cls.
- 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.
- providers(Class<?>, boolean) - Static method in class org.apache.xmlgraphics.util.Service
-
Deprecated.
use the type-safe methods providers(Class>) or providerNames(Class>) instead.
- PS_ADOBE_30 - Static variable in class org.apache.xmlgraphics.ps.DSCConstants
-
Lead-in for a DSC-conformant PostScript file
- PSCommandMap - Interface in org.apache.xmlgraphics.ps
-
Interface to map standard PostScript commands to other commands or macros, for example
shorthands for compact PostScript code.
- PSDictionary - Class in org.apache.xmlgraphics.ps
-
This class is used to encapsulate postscript dictionary objects.
- PSDictionary() - Constructor for class org.apache.xmlgraphics.ps.PSDictionary
-
- PSDictionaryFormatException - Exception in org.apache.xmlgraphics.ps
-
Thrown to indicate that a formatting error has occurred when
trying to parse a PostScript dictionary object
- PSDictionaryFormatException(String) - Constructor for exception org.apache.xmlgraphics.ps.PSDictionaryFormatException
-
Default constructor
- PSDocumentGraphics2D - Class in org.apache.xmlgraphics.java2d.ps
-
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
- PSEUDO_PROFILE_NAME - Static variable in class org.apache.xmlgraphics.java2d.color.DeviceCMYKColorSpace
-
The name for the uncalibrated CMYK pseudo-profile
- PSFontUtils - Class in org.apache.xmlgraphics.ps
-
Utility code for font handling in PostScript.
- PSFontUtils() - Constructor for class org.apache.xmlgraphics.ps.PSFontUtils
-
- PSGenerator - Class in org.apache.xmlgraphics.ps
-
This class is used to output PostScript code to an OutputStream.
- PSGenerator(OutputStream) - Constructor for class org.apache.xmlgraphics.ps.PSGenerator
-
Creates a new instance.
- PSGraphics2D - Class in org.apache.xmlgraphics.java2d.ps
-
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 in org.apache.xmlgraphics.ps
-
Utility code for rendering images in PostScript.
- PSImageUtils() - Constructor for class org.apache.xmlgraphics.ps.PSImageUtils
-
- PSPageDeviceDictionary - Class in org.apache.xmlgraphics.ps
-
Postscript page device dictionary object
This object is used by the postscript renderer to hold postscript page device
values.
- PSPageDeviceDictionary() - Constructor for class org.apache.xmlgraphics.ps.PSPageDeviceDictionary
-
- PSProcSet - Class in org.apache.xmlgraphics.ps
-
PSResource subclass that represents a ProcSet resource.
- PSProcSet(String) - Constructor for class org.apache.xmlgraphics.ps.PSProcSet
-
Creates a new instance.
- PSProcSet(String, float, int) - Constructor for class org.apache.xmlgraphics.ps.PSProcSet
-
Creates a new instance.
- PSProcSets - Class in org.apache.xmlgraphics.ps
-
This class defines the basic resources (procsets) used by the Apache XML Graphics project.
- PSResource - Class in org.apache.xmlgraphics.ps
-
Represents a PostScript resource (file, font, procset etc.).
- PSResource(String, String) - Constructor for class org.apache.xmlgraphics.ps.PSResource
-
Main constructor
- PSState - Class in org.apache.xmlgraphics.ps
-
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
- PSTextHandler - Interface in org.apache.xmlgraphics.java2d.ps
-
Interface which the Graphics2D class delegates text painting to for Postscript.
- PSTilingPattern - Class in org.apache.xmlgraphics.java2d.ps
-
This class is implementation of PostScript tiling pattern.
- PSTilingPattern(String, StringBuffer, Rectangle, double, double, int, int, List) - Constructor for class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Constructor for the creation of pattern with defined PaintProc
- PSTilingPattern(String, TexturePaint, double, double, int, List) - Constructor for class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Constructor for the creation of pattern with defined texture
- pt2mm(double) - Static method in class org.apache.xmlgraphics.util.UnitConv
-
Converts points (pt) to millimeters (mm)
- ptToMpt(AffineTransform) - Static method in class org.apache.xmlgraphics.util.UnitConv
-
Converts a point-based transformation matrix to millipoints.
- put(Object, Object) - Method in class org.apache.xmlgraphics.image.loader.util.SoftMapCache
-
Put a new value in the cache overwriting any existing value with the same key.
- put(Object, Object) - Method in class org.apache.xmlgraphics.ps.PSPageDeviceDictionary
-
- putImage(Image) - Method in class org.apache.xmlgraphics.image.loader.cache.ImageCache
-
Registers an image with the cache.
- putImageInfo(ImageInfo) - Method in class org.apache.xmlgraphics.image.loader.cache.ImageCache
-
Registers an ImageInfo instance with the cache.
- PX - Static variable in class org.apache.xmlgraphics.util.UnitConv
-
Describes the unit pixel.
- RAW - Static variable in class org.apache.xmlgraphics.image.loader.ImageFlavor
-
An image in form of a raw PNG file/stream
- RAW_CCITTFAX - Static variable in class org.apache.xmlgraphics.image.loader.ImageFlavor
-
An image in form of a raw CCITTFax stream
- RAW_EMF - Static variable in class org.apache.xmlgraphics.image.loader.ImageFlavor
-
An image in form of a raw EMF (Windows Enhanced Metafile) file/stream
- RAW_EPS - Static variable in class org.apache.xmlgraphics.image.loader.ImageFlavor
-
An image in form of a raw EPS (Encapsulated PostScript) file/stream
- RAW_JPEG - Static variable in class org.apache.xmlgraphics.image.loader.ImageFlavor
-
An image in form of a raw JPEG/JFIF file/stream
- RAW_LZW - Static variable in class org.apache.xmlgraphics.image.loader.ImageFlavor
-
An image in form of a raw LZW file/stream
- RAW_PNG - Static variable in class org.apache.xmlgraphics.image.loader.ImageFlavor
-
An image in form of a raw PNG file/stream
- RAW_TIFF - Static variable in class org.apache.xmlgraphics.image.loader.ImageFlavor
-
An image in form of a raw TIFF file/stream
- RDF_NAMESPACE - Static variable in interface org.apache.xmlgraphics.xmp.XMPConstants
-
Namespace URI for RDF
- RDF_VALUE - Static variable in interface org.apache.xmlgraphics.xmp.XMPConstants
-
QName for rdf:value
- 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.ImageInputStreamSeekableStreamAdapter
-
Reads the next byte of data from the input stream.
- read(byte[], int, int) - Method in class org.apache.xmlgraphics.image.codec.util.ImageInputStreamSeekableStreamAdapter
-
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.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(byte[], int, int) - Method in class org.apache.xmlgraphics.image.loader.util.ImageInputStreamAdapter
- read(byte[]) - Method in class org.apache.xmlgraphics.image.loader.util.ImageInputStreamAdapter
- read() - Method in class org.apache.xmlgraphics.image.loader.util.ImageInputStreamAdapter
- read() - Method in class org.apache.xmlgraphics.image.loader.util.SeekableStreamAdapter
-
Reads the next byte of data from the input stream.
- read(byte[], int, int) - Method in class org.apache.xmlgraphics.image.loader.util.SeekableStreamAdapter
-
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.
- readChunk(DataInputStream) - Static method in class org.apache.xmlgraphics.image.codec.png.PNGChunk
-
Reads the next chunk from the input stream.
- 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.
- readLine() - Method in class org.apache.xmlgraphics.ps.dsc.DSCParser
-
Reads one line from the input file
- 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.
- readMarkerSegment() - Method in class org.apache.xmlgraphics.image.loader.impl.JPEGFile
-
Reads the next marker segment identifier and returns it.
- readResolve() - Method in class org.apache.xmlgraphics.java2d.TransformType
-
This is called by the serialization code before it returns an unserialized
object.
- readSegmentLength() - Method in class org.apache.xmlgraphics.image.loader.impl.JPEGFile
-
Reads the segment length of the current marker segment and returns it.
- 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.
- 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.
- readUTF() - Method in class org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Reads in a string from this stream.
- red - Variable in class org.apache.xmlgraphics.image.codec.png.PNGSuggestedPaletteEntry
-
The red color value of the entry.
- redefineFontEncoding(PSGenerator, String, String) - Static method in class org.apache.xmlgraphics.ps.PSFontUtils
-
Redefines the encoding of a font.
- reestablish(PSGenerator) - Method in class org.apache.xmlgraphics.ps.PSState
-
Reestablishes the graphics state represented by this instance by issueing the
necessary commands.
- RefinedImageFlavor - Class in org.apache.xmlgraphics.image.loader
-
Special image flavor subclass which enables the refinement to specific (sub-)flavors but
maintaining compatibility to a parent (i.e.
- RefinedImageFlavor(ImageFlavor) - Constructor for class org.apache.xmlgraphics.image.loader.RefinedImageFlavor
-
Constructs a new image flavor.
- RefinedImageFlavor(String, ImageFlavor) - Constructor for class org.apache.xmlgraphics.image.loader.RefinedImageFlavor
-
Constructs a new image flavor.
- register(ImageWriter, int) - Method in class org.apache.xmlgraphics.image.writer.ImageWriterRegistry
-
Registers a new ImageWriter implementation with the associated priority in the registry.
- register(ImageWriter) - Method in class org.apache.xmlgraphics.image.writer.ImageWriterRegistry
-
Registers a new ImageWriter implementation in the registry.
- register(URIResolver) - Method in class org.apache.xmlgraphics.util.uri.CommonURIResolver
-
Register a given URIResolver
while the software is running.
- registerConverter(ImageConverter) - Method in class org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Registers a new ImageConverter.
- registerLoaderFactory(ImageLoaderFactory) - Method in class org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Registers a new ImageLoaderFactory.
- registerNeededResource(PSResource) - Method in class org.apache.xmlgraphics.ps.dsc.ResourceTracker
-
Registers a needed resource.
- registerPreloader(ImagePreloader) - Method in class org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Registers a new ImagePreloader.
- registerSuppliedResource(PSResource) - Method in class org.apache.xmlgraphics.ps.dsc.ResourceTracker
-
Registers a supplied resource.
- remove(Object) - Method in class org.apache.xmlgraphics.image.loader.util.SoftMapCache
-
Removed the value associated with the given key.
- remove(String) - Method in class org.apache.xmlgraphics.xmp.XMPArray
-
Removes a value from the array.
- removeAllPrivateChunks() - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Remove all private chunks associated with this parameter instance.
- removeContributor(String) - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Removes an entry from the list of contributors.
- removeCreator(String) - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Removes an entry from the list of creators (authors of the resource).
- removeLangAlt(String, String) - Method in class org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
Removes a language-dependent value from an alternative array.
- removeLangValue(String) - Method in class org.apache.xmlgraphics.xmp.XMPArray
-
Removes a language-dependent value.
- removeListener(DSCListener) - Method in class org.apache.xmlgraphics.ps.dsc.DSCParser
-
Removes a DSC event listener.
- removeProperty(QName) - Method in class org.apache.xmlgraphics.xmp.Metadata
-
Removes a property and returns it if it was found.
- removeProperty(QName) - Method in interface org.apache.xmlgraphics.xmp.PropertyAccess
-
Removes a property and returns it if it was found.
- removeProperty(QName) - Method in class org.apache.xmlgraphics.xmp.XMPStructure
-
Removes a property and returns it if it was found.
- removeStreams(Source) - Static method in class org.apache.xmlgraphics.image.loader.util.ImageUtil
-
Removes any references to InputStreams or Readers from the given Source to prohibit
accidental/unwanted use by a component further downstream.
- removeStringFromArray(String, String) - Method in class org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
Removes a value from an array.
- removeTitle(String) - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Removes a title of the resource.
- 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.
- RENDERED_IMAGE - Static variable in class org.apache.xmlgraphics.image.loader.ImageFlavor
-
An image in form of a RenderedImage instance
- RenderedImageCachableRed - Class in org.apache.xmlgraphics.image.rendered
-
This implements CachableRed around a RenderedImage.
- RenderedImageCachableRed(RenderedImage) - Constructor for class org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- renderEPS(byte[], String, float, float, float, float, float, float, float, float, PSGenerator) - Static method in class org.apache.xmlgraphics.ps.PSImageUtils
-
Deprecated.
Please use the variant with the InputStream as parameter
- renderEPS(InputStream, String, Rectangle2D, Rectangle2D, PSGenerator) - Static method in class org.apache.xmlgraphics.ps.PSImageUtils
-
Places an EPS file in the PostScript stream.
- RenderingIntent - Enum in org.apache.xmlgraphics.java2d.color
-
Enumeration for rendering intents.
- ReplacePropertyMerger - Class in org.apache.xmlgraphics.xmp.merge
-
The most basic PropertyMerger which simply overwrites any existing value in the target metadata.
- ReplacePropertyMerger() - Constructor for class org.apache.xmlgraphics.xmp.merge.ReplacePropertyMerger
-
- replay(DSCHandler) - Method in class org.apache.xmlgraphics.ps.dsc.EventRecorder
-
Replays the recorded events to a specified DSCHandler instance.
- 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.
- 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.
- reset() - Method in class org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
Reset the gathered statistics information.
- reset() - Method in class org.apache.xmlgraphics.image.loader.util.ImageInputStreamAdapter
- resolve(String, String) - Method in class org.apache.xmlgraphics.util.uri.CommonURIResolver
- resolve(String, String) - Method in class org.apache.xmlgraphics.util.uri.DataURIResolver
- resolveURI(String) - Method in class org.apache.xmlgraphics.image.loader.impl.AbstractImageSessionContext
-
Attempts to resolve the given URI.
- resolveURI(String) - Method in class org.apache.xmlgraphics.image.loader.impl.DefaultImageSessionContext
-
Attempts to resolve the given URI.
- resolveURI(String) - Method in class org.apache.xmlgraphics.ps.PSGenerator
-
Attempts to resolve the given URI.
- RESOURCE_TYPES - Static variable in class org.apache.xmlgraphics.ps.dsc.events.AbstractResourcesDSCComment
-
Defines the known resource types (font, procset, file, pattern etc.).
- resourceBundle - Variable in class org.apache.xmlgraphics.util.i18n.LocalizableSupport
-
The resources
- RESOURCES - Static variable in class org.apache.xmlgraphics.image.codec.util.PropertyUtil
-
- ResourceTracker - Class in org.apache.xmlgraphics.ps.dsc
-
This class is used to track resources in a DSC-compliant PostScript file.
- ResourceTracker() - Constructor for class org.apache.xmlgraphics.ps.dsc.ResourceTracker
-
- restoreGraphicsState() - Method in class org.apache.xmlgraphics.ps.PSGenerator
-
Restores the last graphics state of the rendering engine.
- returnSource(String, Source) - Method in interface org.apache.xmlgraphics.image.loader.ImageSessionContext
-
Returns a Source object to a pool.
- returnSource(String, Source) - Method in class org.apache.xmlgraphics.image.loader.impl.AbstractImageSessionContext
-
Returns a Source object to a pool.
- rootG2D - Variable in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
The G2D instance that represents the root instance
(used in context with create()/dispose()).
- 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.
- 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
- RunLengthEncodeOutputStream - Class in org.apache.xmlgraphics.util.io
-
This class applies a RunLengthEncode filter to the stream.
- RunLengthEncodeOutputStream(OutputStream) - Constructor for class org.apache.xmlgraphics.util.io.RunLengthEncodeOutputStream
-
- 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.
- saveAsFile(RenderedImage, int, File, String) - Static method in class org.apache.xmlgraphics.image.writer.ImageWriterUtil
-
Saves a RenderedImage as a file.
- saveAsPNG(RenderedImage, File) - Static method in class org.apache.xmlgraphics.image.writer.ImageWriterUtil
-
Saves a RenderedImage as a PNG file with 96 dpi.
- saveAsPNG(RenderedImage, int, File) - Static method in class org.apache.xmlgraphics.image.writer.ImageWriterUtil
-
Saves a RenderedImage as a PNG file.
- 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.
- SCALE - Static variable in class org.apache.xmlgraphics.java2d.TransformType
-
- SCALE_STRING - Static variable in class org.apache.xmlgraphics.java2d.TransformType
-
- SCHEME_QUALIFIER - Static variable in class org.apache.xmlgraphics.xmp.schemas.XMPBasicSchema
-
The qualified name for the qualifier for xmp:Identifier
- 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.ImageInputStreamSeekableStreamAdapter
-
Sets the offset, measured from the beginning of this
stream, at which the next read occurs.
- 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.
- seek(long) - Method in class org.apache.xmlgraphics.image.loader.util.SeekableStreamAdapter
-
Sets the offset, measured from the beginning of this
stream, at which the next read occurs.
- SeekableOutputStream - Class in org.apache.xmlgraphics.image.codec.util
-
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 in org.apache.xmlgraphics.image.codec.util
-
An abstract subclass of java.io.InputStream
that allows seeking
within the input, similar to the RandomAccessFile
class.
- SeekableStream() - Constructor for class org.apache.xmlgraphics.image.codec.util.SeekableStream
-
- SeekableStreamAdapter - Class in org.apache.xmlgraphics.image.loader.util
-
Adapter which provides a SeekableStream interface over an ImageInputStream.
- SeekableStreamAdapter(ImageInputStream) - Constructor for class org.apache.xmlgraphics.image.loader.util.SeekableStreamAdapter
-
Main constructor
- SEQ - Static variable in class org.apache.xmlgraphics.xmp.XMPArrayType
-
the ordered array
- Service - Class in org.apache.xmlgraphics.util
-
This class handles looking up service providers on the class path.
- setAdditionalPenalty(String, Penalty) - Method in class org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Sets an additional penalty for a particular implementation class for any of the interface
administered by this registry class.
- setAmendment(String) - Method in class org.apache.xmlgraphics.xmp.schemas.pdf.PDFAAdapter
-
Sets the PDF/A amendment identifier ("amd").
- 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.
- setBaselinePositionFromBottom(int) - Method in class org.apache.xmlgraphics.image.loader.ImageSize
-
Sets the vertical position of the baseline of the image relative to the bottom of the image.
- setBaseUrl(String) - Method in class org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
Sets the base URL for relative URLs in the document content.
- 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.
- setBoundingBox(Rectangle2D) - Method in class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Sets the bounding box.
- setBoundingBox(Rectangle2D) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentBoundingBox
-
Sets the bounding box.
- setCacheListener(ImageCacheListener) - Method in class org.apache.xmlgraphics.image.loader.cache.ImageCache
-
Sets an ImageCacheListener instance so the events in the image cache can be observed.
- setCheckEOF(boolean) - Method in class org.apache.xmlgraphics.ps.dsc.DSCParser
-
Tells the parser whether to check for content after the EOF comment.
- 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.
- setCommentsEnabled(boolean) - Method in class org.apache.xmlgraphics.ps.PSGenerator
-
- setCompactMode(boolean) - Method in class org.apache.xmlgraphics.ps.PSGenerator
-
Controls whether this instance shall produce compact PostScript (omitting comments and
using short macros).
- 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.
- setConformance(String) - Method in class org.apache.xmlgraphics.xmp.schemas.pdf.PDFAAdapter
-
Sets the PDF/A conformance level.
- setCoverage(String) - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Sets the extent or scope of the resource.
- setCreateDate(Date) - Method in class org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
Sets the date and time the resource was originally created.
- setCreatorTool(String) - Method in class org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
Sets the first known tool used to create the resource.
- setCustomTextHandler(TextHandler) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Sets a custom TextHandler implementation that is responsible for painting text.
- setDateValue(String, Date) - Method in class org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
Set a date value.
- 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
-
- 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.
- setDescription(String, String) - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Sets the description of the content of the resource.
- 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
.
- setFilter(DSCFilter) - Method in class org.apache.xmlgraphics.ps.dsc.DSCParser
-
Sets a filter for DSC events.
- setFlushOnRetrieval(boolean) - Method in class org.apache.xmlgraphics.ps.PSPageDeviceDictionary
-
The contents of the dictionary are flushed when written
- 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.
- setFormat(String) - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Sets the file format used when saving the resource.
- 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
- setGraphics2DImagePainter(Graphics2DImagePainter) - Method in class org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D
-
Sets the Graphics2DImagePainter instance.
- setGrayTransparentAlpha(int) - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRawPNG
-
Sets the gray transparent pixel value.
- setICCProfileData(byte[]) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Sets the ICC profile data to be stored with this image.
- setIdentifier(String) - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Sets the unique identifier of the resource.
- setIdentifier(String, String) - Method in class org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
Sets a qualified identifier that unambiguously identify the resource within a given context.
- setIFDOffset(long) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFDecodeParam
-
Sets the offset in the stream from which to read the image.
- setImageInputStream(ImageInputStream) - Method in class org.apache.xmlgraphics.image.loader.ImageSource
-
Sets the ImageInputStream.
- setImageLoader(ImageLoader) - Method in class org.apache.xmlgraphics.image.loader.pipeline.ImageProviderPipeline
-
Sets the ImageLoader that is used at the beginning of the pipeline if the image is not
loaded, yet.
- setInputStreamFactory(ImageRawStream.InputStreamFactory) - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRawStream
-
Sets the InputStreamFactory to be used by this 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.
- setJPEGQuality(float, boolean) - Method in class org.apache.xmlgraphics.image.writer.ImageWriterParams
-
Sets the quality setting for encoding JPEG images.
- setKeywords(String) - Method in class org.apache.xmlgraphics.xmp.schemas.pdf.AdobePDFAdapter
-
Sets the keywords.
- setLangAlt(String, String, String) - Method in class org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
Sets a language-dependent value.
- setListenersDisabled(boolean) - Method in class org.apache.xmlgraphics.ps.dsc.DSCParser
-
Allows to disable all listeners.
- 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
-
- 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
-
- setMetadataDate(Date) - Method in class org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
Sets the date and time any metadata for this resource was last changed.
- 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.
- setModifyDate(Date) - Method in class org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
Sets the date and time the resource was last modified.
- setName(String) - Method in class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Sets the name of the pattern.
- setNestedDocumentHandler(NestedDocumentHandler) - Method in class org.apache.xmlgraphics.ps.dsc.DSCParser
-
Sets a NestedDocumentHandler which is used to skip nested documents like embedded EPS files.
- 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.
- setPageCount(int) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPages
-
Sets the page count.
- setPageName(String) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPage
-
Sets the page name.
- setPagePosition(int) - Method in class org.apache.xmlgraphics.ps.dsc.events.DSCCommentPage
-
Sets the page position.
- 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.
- setPaintProc(StringBuffer) - Method in class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Sets the postscript procedure PaintProc
- setPaintType(int) - Method in class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Sets the code that determines how the color of the pattern cell is to be
specified: 1 for colored pattern, 2 for uncolored pattern
- 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.
- setPart(int) - Method in class org.apache.xmlgraphics.xmp.schemas.pdf.PDFAAdapter
-
Sets the PDF/A version identifier ("part").
- setPDFVersion(String) - Method in class org.apache.xmlgraphics.xmp.schemas.pdf.AdobePDFAdapter
-
Sets the PDF version
- 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.
- setProducer(String) - Method in class org.apache.xmlgraphics.xmp.schemas.pdf.AdobePDFAdapter
-
Sets the name of the tool that produced the PDF document
- setProperty(XMPProperty) - Method in class org.apache.xmlgraphics.xmp.Metadata
-
Sets a property.
- setProperty(XMPProperty) - Method in interface org.apache.xmlgraphics.xmp.PropertyAccess
-
Sets a property.
- setProperty(XMPProperty) - Method in class org.apache.xmlgraphics.xmp.XMPStructure
-
Sets a property.
- setPSGenerator(PSGenerator) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Sets the PostScript generator
- setPSLevel(int) - Method in class org.apache.xmlgraphics.ps.PSGenerator
-
Sets the PostScript level that is used to generate the current document.
- 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
.
- setRenderingHintsForBufferedImage(Graphics2D) - Method in class org.apache.xmlgraphics.image.loader.impl.ImageConverterG2D2Bitmap
-
Sets rendering hints on the Graphics2D created for painting to a BufferedImage.
- setResolution(double, double) - Method in class org.apache.xmlgraphics.image.loader.ImageSize
-
Sets the image's resolution for interpreting the pixel size.
- setResolution(double) - Method in class org.apache.xmlgraphics.image.loader.ImageSize
-
Sets the image's resolution for interpreting the pixel size.
- setResolution(int) - Method in class org.apache.xmlgraphics.image.writer.ImageWriterParams
-
Sets the target resolution of the bitmap image to be written.
- setResourceTracker(ResourceTracker) - Method in class org.apache.xmlgraphics.ps.PSGenerator
-
Sets the ResourceTracker instance to be associated with this PSGenerator.
- setRGBTransparentAlpha(int, int, int) - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRawPNG
-
Sets the RGB transparent pixel values.
- setRights(String, String) - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Sets the informal rights statement.
- setSignificantBits(int[]) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Sets the number of significant bits for each band of the image.
- setSize(ImageSize) - Method in class org.apache.xmlgraphics.image.loader.ImageInfo
-
Sets the image's intrinsic size.
- setSize(double, double) - Method in class org.apache.xmlgraphics.java2d.Dimension2DDouble
- setSizeInMillipoints(int, int) - Method in class org.apache.xmlgraphics.image.loader.ImageSize
-
Sets the image's size in millipoints.
- setSizeInPixels(int, int) - Method in class org.apache.xmlgraphics.image.loader.ImageSize
-
Sets the image's size in pixels.
- setSource(String) - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Sets the unique identifier of the work from which this resource was derived.
- setSRGBIntent(int) - Method in class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Sets the sRGB rendering intent to be stored with this 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.
- setSystemId(String) - Method in class org.apache.xmlgraphics.image.loader.ImageSource
- 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.
- setTexturePaint(TexturePaint) - Method in class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Sets a texture which is used for filling shapes
- setTileSize(int, int) - Method in class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
-
Sets the dimensions of the tiles to be written.
- setTilingType(int) - Method in class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Sets a code that controls adjustments to the spacing of tiles relative to
the device pixel grid: 1 for constant spacing, 2 for no distortion
3 for constant spacing and faster tiling
- setTitle(String) - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Sets the title of the resource (in the default language).
- setTitle(String, String) - Method in class org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Sets the title of the resource.
- 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.
- setTransparent() - Method in class org.apache.xmlgraphics.image.loader.impl.ImageRawPNG
-
Used to flag image as transparent when the image is of pallete type.
- 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.
- setupDocument(OutputStream, int, int) - Method in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
-
Setup the document.
- setUserExponent(float) - Method in class org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
-
Sets the user exponent to a given value.
- setValue(Object) - Method in class org.apache.xmlgraphics.xmp.XMPProperty
-
Sets the value of the property
- setValue(String, String) - Method in class org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
Sets a simple 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.
- setXMLLang(String) - Method in class org.apache.xmlgraphics.xmp.XMPProperty
-
Sets the xml:lang value for this property
- 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.
- setXStep(double) - Method in class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Sets the horizontal spacing between pattern cells
- setXUID(List) - Method in class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Sets an extended unique ID that uniquely identifies the pattern
- setYStep(double) - Method in class org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Sets the vertical spacing between pattern cells
- 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.
- SHEAR - Static variable in class org.apache.xmlgraphics.java2d.TransformType
-
- SHEAR_STRING - Static variable in class org.apache.xmlgraphics.java2d.TransformType
-
- shouldBeClipped(Shape, Shape) - Method in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Determines if a shape interacts with a clipping region.
- showPage() - Method in class org.apache.xmlgraphics.ps.PSGenerator
-
Issues the "showpage" command and resets the painting state accordingly.
- SimpleRefinedImageFlavor - Class in org.apache.xmlgraphics.image.loader
-
Simple refined image flavor implementation that just differs flavors by name but allows to
specify a parent flavor.
- SimpleRefinedImageFlavor(ImageFlavor, String) - Constructor for class org.apache.xmlgraphics.image.loader.SimpleRefinedImageFlavor
-
Main constructor.
- SimpleRenderedImage - Class in org.apache.xmlgraphics.image.codec.util
-
A simple class implemented the RenderedImage
interface.
- SimpleRenderedImage() - Constructor for class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
- simplify() - Method in class org.apache.xmlgraphics.xmp.XMPProperty
-
- SingleTileRenderedImage - Class in org.apache.xmlgraphics.image.codec.util
-
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.
- 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.image.loader.util.ImageInputStreamAdapter
- 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.
- skipBytes(int) - Method in class org.apache.xmlgraphics.image.loader.util.SeekableStreamAdapter
-
Attempts to skip over n
bytes of input discarding the
skipped bytes.
- skipChunk(DataInputStream) - Static method in class org.apache.xmlgraphics.image.codec.png.PNGChunk
-
Skips the next chunk from the input stream.
- skipCurrentMarkerSegment() - Method in class org.apache.xmlgraphics.image.loader.impl.JPEGFile
-
Skips the current marker segment.
- sm - Variable in class org.apache.xmlgraphics.image.rendered.AbstractRed
-
- SOF0 - Static variable in interface org.apache.xmlgraphics.image.loader.impl.JPEGConstants
-
Baseline DCT
- SOF1 - Static variable in interface org.apache.xmlgraphics.image.loader.impl.JPEGConstants
-
Extended Sequential DCT
- SOF2 - Static variable in interface org.apache.xmlgraphics.image.loader.impl.JPEGConstants
-
Progressive DCT only PDF 1.3
- SOFA - Static variable in interface org.apache.xmlgraphics.image.loader.impl.JPEGConstants
-
Progressive DCT only PDF 1.3
- SoftMapCache - Class in org.apache.xmlgraphics.image.loader.util
-
Provides a simple cache using soft references and storing the values in a Map.
- SoftMapCache(boolean) - Constructor for class org.apache.xmlgraphics.image.loader.util.SoftMapCache
-
Creates a new soft cache.
- SoftReferenceWithKey - Class in org.apache.xmlgraphics.image.loader.util
-
Special SoftReference subclass that holds an additional key object that can be used to remove
a reference from a Map once the referenced object is collected, for example.
- SoftReferenceWithKey(Object, Object, ReferenceQueue) - Constructor for class org.apache.xmlgraphics.image.loader.util.SoftReferenceWithKey
-
Creates a new SoftReference with a key.
- SOI - Static variable in interface org.apache.xmlgraphics.image.loader.impl.JPEGConstants
-
start of Image
- SOS - Static variable in interface org.apache.xmlgraphics.image.loader.impl.JPEGConstants
-
Start of Scan
- SOURCE_RESOLUTION - Static variable in interface org.apache.xmlgraphics.image.loader.ImageProcessingHints
-
Used to send a hint about the source resolution for pixel to unit conversions.
- sources - Variable in class org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
The image's sources, stored in a Vector.
- splitParams(String) - Method in class org.apache.xmlgraphics.ps.dsc.events.AbstractDSCComment
-
Splits the params of the DSC comment value in to a List.
- srcs - Variable in class org.apache.xmlgraphics.image.rendered.AbstractRed
-
- 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.
- sRGBToLsRGB(double) - Static method in class org.apache.xmlgraphics.image.rendered.Any2LsRGBRed
-
- START - Static variable in interface org.apache.xmlgraphics.util.io.ASCII85Constants
-
The start index for ASCII85 characters (!)
- startDocument(String) - Method in class org.apache.xmlgraphics.ps.dsc.DefaultDSCHandler
-
- startDocument(String) - Method in interface org.apache.xmlgraphics.ps.dsc.DSCHandler
-
Called as a new PostScript file starts.
- startDocument(String) - Method in class org.apache.xmlgraphics.ps.dsc.EventRecorder
-
- startElement(String, String, String, Attributes) - Method in class org.apache.xmlgraphics.xmp.XMPHandler
- startPage() - Method in class org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
-
Starts a new page.
- STD_COMMAND_MAP - Static variable in class org.apache.xmlgraphics.ps.PSProcSets
-
- STD_PROCSET - Static variable in class org.apache.xmlgraphics.ps.PSProcSets
-
the standard procset for the XML Graphics project
- 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
- StrokingTextHandler - Class in org.apache.xmlgraphics.java2d
-
Default TextHandler implementation which paints text using graphics primitives (shapes).
- StrokingTextHandler() - Constructor for class org.apache.xmlgraphics.java2d.StrokingTextHandler
-
Default constructor.
- SubImageNotFoundException - Exception in org.apache.xmlgraphics.image.loader
-
Exception which indicates that a particular (sub-)image could not be found.
- SubImageNotFoundException(String) - Constructor for exception org.apache.xmlgraphics.image.loader.SubImageNotFoundException
-
Constructs an ImageException
with the specified detail
message.
- SubImageNotFoundException(String, Throwable) - Constructor for exception org.apache.xmlgraphics.image.loader.SubImageNotFoundException
-
Constructs a new ImageException
with the specified detail message and
cause.
- SubInputStream - Class in org.apache.xmlgraphics.util.io
-
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, boolean) - Constructor for class org.apache.xmlgraphics.util.io.SubInputStream
-
Creates a new SubInputStream.
- SubInputStream(InputStream, long) - Constructor for class org.apache.xmlgraphics.util.io.SubInputStream
-
Creates a new SubInputStream.
- supportsMultiImageWriter() - Method in class org.apache.xmlgraphics.image.writer.AbstractImageWriter
-
- supportsMultiImageWriter() - Method in class org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter
-
- supportsMultiImageWriter() - Method in interface org.apache.xmlgraphics.image.writer.ImageWriter
-
- supportsMultiImageWriter() - Method in class org.apache.xmlgraphics.image.writer.internal.TIFFImageWriter
- SVG_DOM - Static variable in class org.apache.xmlgraphics.image.loader.XMLNamespaceEnabledImageFlavor
-
An XML-based SVG image in form of a W3C DOM instance