- CachableRed - 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) - 接口 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCacheListener
-
An Image was found in the cache
- cacheHitImage(ImageKey) - 类 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
An Image was found in the cache
- cacheHitImageInfo(String) - 接口 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCacheListener
-
An ImageInfo was found in the cache
- cacheHitImageInfo(String) - 类 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
An ImageInfo was found in the cache
- cacheMissImage(ImageKey) - 接口 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCacheListener
-
An Image was not in the cache
- cacheMissImage(ImageKey) - 类 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
An Image was not in the cache
- cacheMissImageInfo(String) - 接口 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCacheListener
-
An ImageInfo was not in the cache
- cacheMissImageInfo(String) - 类 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
An ImageInfo was not in the cache
- calcPixelsFromSize() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageSize
-
Calculates the size in pixels based on the size in millipoints and the resolution.
- calcSizeFromPixels() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageSize
-
Calculates the size in millipoints based on the size in pixels and the resolution.
- canSeekBackwards() - 类 中的方法org.apache.xmlgraphics.image.codec.util.FileCacheSeekableStream
-
Returns true
since all
FileCacheSeekableStream
instances support seeking
backwards.
- canSeekBackwards() - 类 中的方法org.apache.xmlgraphics.image.codec.util.ForwardSeekableStream
-
Returns false
since seking backwards is not supported.
- canSeekBackwards() - 类 中的方法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() - 类 中的方法org.apache.xmlgraphics.image.codec.util.MemoryCacheSeekableStream
-
Returns true
since all
MemoryCacheSeekableStream
instances support seeking
backwards.
- canSeekBackwards() - 类 中的方法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() - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.xmp.XMPHandler
- charToGlyphName(char) - 类 中的静态方法org.apache.xmlgraphics.fonts.Glyphs
-
Return the glyphname from a character,
eg, charToGlyphName('\\') returns "backslash"
- checkAndSkipDSC30Header(DSCParser) - 类 中的静态方法org.apache.xmlgraphics.ps.dsc.tools.DSCTools
-
Verifies that the file being parsed is a DSC 3.0 file.
- checkSourceFlavor(Image) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.AbstractImageConverter
-
Checks if the source flavor of the given image is compatible with this ImageConverter.
- checkTransform(AffineTransform) - 类 中的方法org.apache.xmlgraphics.ps.PSState
-
Check the current transform.
- choosePipeline(ImageProviderPipeline[]) - 类 中的方法org.apache.xmlgraphics.image.loader.ImageManager
-
- CIELabColorSpace - org.apache.xmlgraphics.java2d.color中的类
-
This class defines the CIE L*a*b* (CIE 1976) color space.
- CIELabColorSpace() - 类 的构造器org.apache.xmlgraphics.java2d.color.CIELabColorSpace
-
Default constructor using the D65 white point.
- CIELabColorSpace(float[]) - 类 的构造器org.apache.xmlgraphics.java2d.color.CIELabColorSpace
-
CIE Lab space constructor which allows to give an arbitrary white point.
- classLoader - 类 中的变量org.apache.xmlgraphics.util.i18n.LocalizableSupport
-
The classloader to use to create the resource bundle.
- ClasspathResource - org.apache.xmlgraphics.util中的类
-
A class to find resources in the classpath by their mime-type specified in
the MANIFEST.
- clear() - 类 中的方法org.apache.xmlgraphics.image.loader.util.SoftMapCache
-
Clears the cache.
- clear() - 类 中的方法org.apache.xmlgraphics.ps.PSPageDeviceDictionary
-
- clearCache() - 类 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCache
-
Clears the image cache (all ImageInfo and Image objects).
- clearRect(int, int, int, int) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Clears the specified rectangle by filling it with the background
color of the current drawing surface.
- clip(Shape) - 类 中的方法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 - 类 中的变量org.apache.xmlgraphics.java2d.GraphicContext
-
Current clip
- clip(Shape) - 类 中的方法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 - 类 中的变量org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Disable or enable clipping
- clipRect(int, int, int, int) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Intersects the current clip with the specified rectangle.
- clipRect(int, int, int, int) - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Intersects the current clip with the specified rectangle.
- clone() - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
- clone() - 类 中的方法org.apache.xmlgraphics.java2d.TransformStackElement
-
- close() - 类 中的方法org.apache.xmlgraphics.image.codec.util.FileCacheSeekableStream
-
Closes this stream and releases any system resources
associated with the stream.
- close() - 类 中的方法org.apache.xmlgraphics.image.codec.util.ForwardSeekableStream
-
Forwards the request to the real InputStream
.
- close() - 类 中的方法org.apache.xmlgraphics.image.codec.util.ImageInputStreamSeekableStreamAdapter
- close() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableOutputStream
-
- close() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawStream.ByteArrayStreamFactory
-
Closes the factory and releases any resources held open during the lifetime of this
object.
- close() - 接口 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawStream.InputStreamFactory
-
Closes the factory and releases any resources held open during the lifetime of this
object.
- close() - 类 中的方法org.apache.xmlgraphics.image.loader.util.ImageInputStreamAdapter
- close() - 接口 中的方法org.apache.xmlgraphics.image.writer.MultiImageWriter
-
- close() - 类 中的方法org.apache.xmlgraphics.util.io.ASCII85OutputStream
-
- close() - 类 中的方法org.apache.xmlgraphics.util.io.ASCIIHexOutputStream
-
- close() - 类 中的方法org.apache.xmlgraphics.util.io.Base64DecodeStream
-
- close() - 类 中的方法org.apache.xmlgraphics.util.io.Base64EncodeStream
-
- close() - 类 中的方法org.apache.xmlgraphics.util.io.RunLengthEncodeOutputStream
-
- close() - 类 中的方法org.apache.xmlgraphics.util.io.SubInputStream
- close() - 类 中的方法org.apache.xmlgraphics.util.WriterOutputStream
- closeImage(String, ImageSessionContext) - 类 中的方法org.apache.xmlgraphics.image.loader.ImageManager
-
Closes the resources associated to the given image.
- closePage() - 类 中的方法org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
-
Closes the current page.
- closeQuietly(Source) - 类 中的静态方法org.apache.xmlgraphics.image.loader.util.ImageUtil
-
- closeQuietly(Source) - 类 中的静态方法org.apache.xmlgraphics.io.XmlSourceUtil
-
Closes the InputStreams or ImageInputStreams of Source objects.
- cm - 类 中的变量org.apache.xmlgraphics.image.rendered.AbstractRed
-
- CM - 类 中的静态变量org.apache.xmlgraphics.util.UnitConv
-
Describes the unit centimeter.
- CMYKColorSpace - org.apache.xmlgraphics.java2d中的类
-
- CMYKColorSpace(int, int) - 类 的构造器org.apache.xmlgraphics.java2d.CMYKColorSpace
-
已过时。
- coerceColorModel(ColorModel, boolean) - 类 中的静态方法org.apache.xmlgraphics.image.GraphicsUtil
-
Create a new ColorModel with it's alpha premultiplied state matching
newAlphaPreMult.
- coerceData(WritableRaster, ColorModel, boolean) - 类 中的静态方法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 - org.apache.xmlgraphics.java2d.color中的接口
-
Utility for implementing a color conversion scheme.
- colorModel - 类 中的变量org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
The image's ColorModel.
- ColorProfileUtil - org.apache.xmlgraphics.java2d.color.profile中的类
-
Helper methods for handling color profiles.
- ColorSpaceOrigin - org.apache.xmlgraphics.java2d.color中的接口
-
Interface used to decorate java.awt.color.ColorSpaces subclasses
to report the origin of the associated color profile.
- ColorSpaces - org.apache.xmlgraphics.java2d.color中的类
-
Provides access to various color spaces.
- ColorUtil - org.apache.xmlgraphics.java2d.color中的类
-
Generic Color helper class.
- ColorWithAlternatives - org.apache.xmlgraphics.java2d.color中的类
-
Extended
Color
class allowing to specify a prioritized list of alternative colors.
- ColorWithAlternatives(float, float, float, float, Color[]) - 类 的构造器org.apache.xmlgraphics.java2d.color.ColorWithAlternatives
-
Constructor for RGBA colors.
- ColorWithAlternatives(float, float, float, Color[]) - 类 的构造器org.apache.xmlgraphics.java2d.color.ColorWithAlternatives
-
Constructor for RGB colors.
- ColorWithAlternatives(int, boolean, Color[]) - 类 的构造器org.apache.xmlgraphics.java2d.color.ColorWithAlternatives
-
Constructor for RGBA colors.
- ColorWithAlternatives(int, int, int, int, Color[]) - 类 的构造器org.apache.xmlgraphics.java2d.color.ColorWithAlternatives
-
Constructor for RGBA colors.
- ColorWithAlternatives(int, int, int, Color[]) - 类 的构造器org.apache.xmlgraphics.java2d.color.ColorWithAlternatives
-
Constructor for RGB colors.
- ColorWithAlternatives(int, Color[]) - 类 的构造器org.apache.xmlgraphics.java2d.color.ColorWithAlternatives
-
Constructor for RGB colors.
- ColorWithAlternatives(ColorSpace, float[], float, Color[]) - 类 的构造器org.apache.xmlgraphics.java2d.color.ColorWithAlternatives
-
Constructor for colors with an arbitrary color space.
- comment(String) - 类 中的方法org.apache.xmlgraphics.ps.dsc.DefaultDSCHandler
-
- comment(String) - 接口 中的方法org.apache.xmlgraphics.ps.dsc.DSCHandler
-
Called for any line containing a full-line PostScript comment.
- COMMENT - 接口 中的静态变量org.apache.xmlgraphics.ps.dsc.DSCParserConstants
-
Indicates a normal PostScript comment (starting with "%")
- comment(String) - 类 中的方法org.apache.xmlgraphics.ps.dsc.EventRecorder
-
- commentln(String) - 类 中的方法org.apache.xmlgraphics.ps.PSGenerator
-
Writes a comment to the stream and ends the line.
- CommonURIResolver - org.apache.xmlgraphics.util.uri中的类
-
A URI Resolver which supports pluggable entities via the
Service
mechanism.
- CommonURIResolver() - 类 的构造器org.apache.xmlgraphics.util.uri.CommonURIResolver
-
Creates a new CommonURIResolver.
- COMP_DEFLATE - 类 中的静态变量org.apache.xmlgraphics.image.codec.tiff.TIFFImage
-
- COMP_FAX_G3_1D - 类 中的静态变量org.apache.xmlgraphics.image.codec.tiff.TIFFImage
-
- COMP_FAX_G3_2D - 类 中的静态变量org.apache.xmlgraphics.image.codec.tiff.TIFFImage
-
- COMP_FAX_G4_2D - 类 中的静态变量org.apache.xmlgraphics.image.codec.tiff.TIFFImage
-
- COMP_JPEG_OLD - 类 中的静态变量org.apache.xmlgraphics.image.codec.tiff.TIFFImage
-
- COMP_JPEG_TTN2 - 类 中的静态变量org.apache.xmlgraphics.image.codec.tiff.TIFFImage
-
- COMP_LZW - 类 中的静态变量org.apache.xmlgraphics.image.codec.tiff.TIFFImage
-
- COMP_NONE - 类 中的静态变量org.apache.xmlgraphics.image.codec.tiff.TIFFImage
-
- COMP_PACKBITS - 类 中的静态变量org.apache.xmlgraphics.image.codec.tiff.TIFFImage
-
- compareTo(Object) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFField
-
Compares this TIFFField
with another
TIFFField
by comparing the tags.
- compareTo(Object) - 类 中的方法org.apache.xmlgraphics.image.loader.pipeline.ImageRepresentation
- compareTo(Object) - 类 中的方法org.apache.xmlgraphics.ps.PSResource
- composeString(byte[], byte) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFLZWDecoder
-
Append newString
to the end of oldString
.
- composite - 类 中的变量org.apache.xmlgraphics.java2d.GraphicContext
-
Current Composite
- CompositeImageLoader - org.apache.xmlgraphics.image.loader.impl中的类
-
Composite ImageLoader implementation in order to provide fallbacks when one ImageLoader
fails due to some limitation.
- CompositeImageLoader(ImageLoader[]) - 类 的构造器org.apache.xmlgraphics.image.loader.impl.CompositeImageLoader
-
Main constructor.
- CompressionValue - org.apache.xmlgraphics.image.codec.tiff中的枚举
-
Enumerates the possible compression values for TIFF images.
- concatenate(TransformStackElement) - 类 中的方法org.apache.xmlgraphics.java2d.TransformStackElement
-
- concatMatrix(double, double, double, double, double, double) - 类 中的方法org.apache.xmlgraphics.ps.PSGenerator
-
Concats the transformation matrix.
- concatMatrix(double[]) - 类 中的方法org.apache.xmlgraphics.ps.PSGenerator
-
Concats the transformations matrix.
- concatMatrix(AffineTransform) - 类 中的方法org.apache.xmlgraphics.ps.PSGenerator
-
Concats the transformations matric.
- concatMatrix(AffineTransform) - 类 中的方法org.apache.xmlgraphics.ps.PSState
-
Concats the given transformation matrix with the current one.
- construct(CachableRed, ColorModel) - 类 中的静态方法org.apache.xmlgraphics.image.rendered.FormatRed
-
- convert(Image, Map) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageConverterBitmap2G2D
-
Converts an image into a different representation.
- convert(Image, Map) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageConverterBuffered2Rendered
-
Converts an image into a different representation.
- convert(Image, Map) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageConverterG2D2Bitmap
-
Converts an image into a different representation.
- convert(Image, Map) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageConverterRendered2PNG
-
Converts an image into a different representation.
- convert(Image, Map) - 接口 中的方法org.apache.xmlgraphics.image.loader.spi.ImageConverter
-
Converts an image into a different representation.
- convert(Color) - 接口 中的方法org.apache.xmlgraphics.java2d.color.ColorConverter
-
- convert(Color) - 类 中的方法org.apache.xmlgraphics.java2d.color.DefaultColorConverter
- convert(Color) - 类 中的方法org.apache.xmlgraphics.java2d.color.GrayScaleColorConverter
-
The color is converted to CMYK with just the K component.
- convert(String) - 类 中的静态方法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) - 类 中的方法org.apache.xmlgraphics.image.loader.ImageManager
-
Converts an image.
- convertImage(Image, ImageFlavor[]) - 类 中的方法org.apache.xmlgraphics.image.loader.ImageManager
-
Converts an image with no hints.
- convertRealToDSC(float) - 类 中的静态方法org.apache.xmlgraphics.ps.PSGenerator
-
Converts a <real> value for use in DSC comments.
- convertSimpleValueToArray(XMPArrayType) - 类 中的方法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) - 类 中的静态方法org.apache.xmlgraphics.ps.PSGenerator
-
Converts text by applying escaping rules established in the DSC specs.
- convertStringToDSC(String, boolean) - 类 中的静态方法org.apache.xmlgraphics.ps.PSGenerator
-
Converts text by applying escaping rules established in the DSC specs.
- convertToLsRGB(CachableRed) - 类 中的静态方法org.apache.xmlgraphics.image.GraphicsUtil
-
This method will return a CacheableRed that has it's data in
the linear sRGB colorspace.
- convertTosRGB(CachableRed) - 类 中的静态方法org.apache.xmlgraphics.image.GraphicsUtil
-
This method will return a CacheableRed that has it's data in
the sRGB colorspace.
- convertXToTileX(int, int, int) - 类 中的静态方法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) - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Converts a pixel's X coordinate into a horizontal tile index.
- convertYToTileY(int, int, int) - 类 中的静态方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的静态方法org.apache.xmlgraphics.image.GraphicsUtil
-
- copyBand(Raster, Rectangle, int, WritableRaster, Rectangle, int) - 类 中的静态方法org.apache.xmlgraphics.image.GraphicsUtil
-
- copyBand(Raster, int, WritableRaster, int) - 类 中的静态方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
- copyData(WritableRaster) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGRed
-
- copyData(WritableRaster) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFImage
-
- copyData(WritableRaster) - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Copies an arbitrary rectangular region of the RenderedImage
into a caller-supplied WritableRaster.
- copyData(Raster, WritableRaster) - 类 中的静态方法org.apache.xmlgraphics.image.GraphicsUtil
-
Copies data from one raster to another.
- copyData(BufferedImage, BufferedImage) - 类 中的静态方法org.apache.xmlgraphics.image.GraphicsUtil
-
Copies data from one bufferedImage to another paying attention
to the state of AlphaPreMultiplied.
- copyData(BufferedImage, Rectangle, BufferedImage, Point) - 类 中的静态方法org.apache.xmlgraphics.image.GraphicsUtil
-
Copies data from one bufferedImage to another paying attention
to the state of AlphaPreMultiplied.
- copyData(WritableRaster) - 类 中的方法org.apache.xmlgraphics.image.rendered.Any2LsRGBRed
-
- copyData(WritableRaster) - 类 中的方法org.apache.xmlgraphics.image.rendered.Any2sRGBRed
-
- copyData(WritableRaster) - 类 中的方法org.apache.xmlgraphics.image.rendered.BufferedImageCachableRed
-
- copyData(WritableRaster) - 类 中的方法org.apache.xmlgraphics.image.rendered.FormatRed
-
- copyData(WritableRaster) - 类 中的方法org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- copyData_FALLBACK(Raster, WritableRaster) - 类 中的静态方法org.apache.xmlgraphics.image.GraphicsUtil
-
- copyData_INT_PACK(Raster, WritableRaster) - 类 中的静态方法org.apache.xmlgraphics.image.GraphicsUtil
-
An internal optimized version of copyData designed to work on
Integer packed data with a SinglePixelPackedSampleModel.
- copyRaster(Raster) - 类 中的静态方法org.apache.xmlgraphics.image.GraphicsUtil
-
Creates a new raster that has a copy of the data in
ras.
- copyRaster(Raster, int, int) - 类 中的静态方法org.apache.xmlgraphics.image.GraphicsUtil
-
Creates a new raster that has a copy of the data in
ras.
- COPYRIGHT - 类 中的静态变量org.apache.xmlgraphics.ps.DSCConstants
-
Copyright information associated with the document or resource
- copyToRaster(WritableRaster) - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
Copies data from this images tile grid into wr.
- create() - 类 中的方法org.apache.xmlgraphics.java2d.DefaultGraphics2D
-
Creates a new Graphics
object that is
a copy of this Graphics
object.
- create() - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Creates a new Graphics
object that is
a copy of this Graphics
object.
- createCMYKColor(float[]) - 类 中的静态方法org.apache.xmlgraphics.java2d.color.DeviceCMYKColorSpace
-
Creates a color instance representing a device-specific CMYK color.
- createCompatibleImage(int, int) - 类 中的方法org.apache.xmlgraphics.java2d.GraphicsConfigurationWithoutTransparency
-
- createCompatibleImage(int, int, int) - 类 中的方法org.apache.xmlgraphics.java2d.GraphicsConfigurationWithoutTransparency
-
- createCompatibleImage(int, int, int) - 类 中的方法org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency
-
Construct a buffered image with an alpha channel, unless transparency is OPAQUE (no alpha
at all).
- createCompatibleImage(int, int) - 类 中的方法org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency
-
Construct a buffered image with an alpha channel.
- createCompatibleVolatileImage(int, int) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphicsConfiguration
-
- createCompatibleVolatileImage(int, int, int) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphicsConfiguration
-
- createComponentColorModel(SampleModel) - 类 中的静态方法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) - 类 中的静态方法org.apache.xmlgraphics.util.uri.DataURLUtil
-
Creates a new data URL and returns it as a String.
- createDSCCommentFor(String) - 类 中的静态方法org.apache.xmlgraphics.ps.dsc.DSCCommentFactory
-
Creates and returns new instances for DSC comments with a given name.
- createDSCCommentFromAtend() - 类 中的方法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) - 类 中的静态方法org.apache.xmlgraphics.java2d.TransformStackElement
-
- createImageInputStream(InputStream) - 类 中的静态方法org.apache.xmlgraphics.image.loader.impl.AbstractImageSessionContext
-
- createInputStream() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawStream.ByteArrayStreamFactory
-
Creates and returns a new InputStream.
- createInputStream() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawStream
-
Returns a new InputStream to access the raw image.
- createInputStream() - 接口 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawStream.InputStreamFactory
-
Creates and returns a new InputStream.
- createMetadataField(int, String) - 类 中的静态方法org.apache.xmlgraphics.image.writer.imageio.ImageIOTIFFImageWriter
-
Utility function to create a base TIFFField node for TIFF metadata.
- createMultiImageWriter(OutputStream) - 类 中的方法org.apache.xmlgraphics.image.writer.AbstractImageWriter
-
- createMultiImageWriter(OutputStream) - 类 中的方法org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter
-
Creates a MultiImageWriter instance that lets you put multiple pages into a single file
if the format supports it.
- createMultiImageWriter(OutputStream) - 接口 中的方法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) - 类 中的方法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.
- createRationalMetadataNode(int, String, String) - 类 中的静态方法org.apache.xmlgraphics.image.writer.imageio.ImageIOTIFFImageWriter
-
Utility to create a TIFFRational metadata child node of a TIFFRationals node for
TIFF metadata.
- createRenderedImageEncoder(RenderedImage) - 类 中的静态方法org.apache.xmlgraphics.ps.ImageEncodingHelper
-
Create an ImageEncoder for the given RenderImage instance.
- createRotateElement(double) - 类 中的静态方法org.apache.xmlgraphics.java2d.TransformStackElement
-
- createScaleElement(double, double) - 类 中的静态方法org.apache.xmlgraphics.java2d.TransformStackElement
-
- createShearElement(double, double) - 类 中的静态方法org.apache.xmlgraphics.java2d.TransformStackElement
-
- createShortMetadataNode(int, String, String) - 类 中的静态方法org.apache.xmlgraphics.image.writer.imageio.ImageIOTIFFImageWriter
-
Utility to create a TIFFShort metadata child node of a TIFFShorts node for TIFF metadata.
- createShortMetadataNode(int, String, String, String) - 类 中的静态方法org.apache.xmlgraphics.image.writer.imageio.ImageIOTIFFImageWriter
-
Utility to create a TIFFShort metadata child node of a TIFFShorts node for TIFF metadata.
- createSource(Source, String) - 接口 中的方法org.apache.xmlgraphics.image.loader.impl.AbstractImageSessionContext.FallbackResolver
-
The fallback mechanism used to create the source which takes in both the
Source
that the the regular mechanisms attempted to create and the URI that the user provided.
- createSource(Source, String) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.AbstractImageSessionContext.RestrictedFallbackResolver
-
The fallback mechanism used to create the source which takes in both the
Source
that the the regular mechanisms attempted to create and the URI that the user provided.
- createSource(Source, String) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.AbstractImageSessionContext.UnrestrictedFallbackResolver
-
The fallback mechanism used to create the source which takes in both the
Source
that the the regular mechanisms attempted to create and the URI that the user provided.
- createStreamMetadata(ImageWriter, ImageWriteParam, ImageWriterParams) - 类 中的方法org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter
-
Creates the stream metadata for image.
- createStreamMetadata(ImageWriter, ImageWriteParam, ImageWriterParams) - 类 中的方法org.apache.xmlgraphics.image.writer.imageio.ImageIOTIFFImageWriter
-
Creates the stream metadata for image.
- createTranslateElement(double, double) - 类 中的静态方法org.apache.xmlgraphics.java2d.TransformStackElement
-
- createXMPHandler() - 类 中的静态方法org.apache.xmlgraphics.xmp.XMPParser
-
Creates and returns an XMPHandler for passive XMP parsing.
- CREATION_DATE - 类 中的静态变量org.apache.xmlgraphics.ps.DSCConstants
-
Date and time when the document was created
- CREATOR - 类 中的静态变量org.apache.xmlgraphics.ps.DSCConstants
-
Creator of the document
- currentColour - 类 中的变量org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
the current colour for use in svg
- customTextHandler - 类 中的变量org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Custom text handler
- DataURIResolver - org.apache.xmlgraphics.util.uri中的类
-
Resolves data URLs (described in RFC 2397) returning its data as a StreamSource.
- DataURIResolver() - 类 的构造器org.apache.xmlgraphics.util.uri.DataURIResolver
-
- DataURLUtil - org.apache.xmlgraphics.util.uri中的类
-
Utility classes for generating RFC 2397 data URLs.
- DateFormatUtil - org.apache.xmlgraphics.util中的类
-
- declareInlined(PSResource) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFLZWDecoder
-
Method to decode LZW compressed data.
- decode16BitsTo8Bits(int) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFDecodeParam
-
Returns an unsigned 8 bit value computed by dithering the unsigned
16 bit value.
- decodeAsRaster() - 接口 中的方法org.apache.xmlgraphics.image.codec.util.ImageDecoder
-
Returns a Raster that contains the decoded contents of the
SeekableStream associated with this ImageDecoder.
- decodeAsRaster(int) - 接口 中的方法org.apache.xmlgraphics.image.codec.util.ImageDecoder
-
Returns a Raster that contains the decoded contents of the
SeekableStream associated with this ImageDecoder.
- decodeAsRaster() - 类 中的方法org.apache.xmlgraphics.image.codec.util.ImageDecoderImpl
-
Returns a Raster
that contains the decoded
contents of the SeekableStream
associated
with this ImageDecoder
.
- decodeAsRaster(int) - 类 中的方法org.apache.xmlgraphics.image.codec.util.ImageDecoderImpl
-
Returns a Raster
that contains the decoded
contents of the SeekableStream
associated
with this ImageDecoder
.
- decodeAsRenderedImage(int) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGImageDecoder
-
- decodeAsRenderedImage(int) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
-
- decodeAsRenderedImage() - 接口 中的方法org.apache.xmlgraphics.image.codec.util.ImageDecoder
-
Returns a RenderedImage that contains the decoded contents of the
SeekableStream associated with this ImageDecoder.
- decodeAsRenderedImage(int) - 接口 中的方法org.apache.xmlgraphics.image.codec.util.ImageDecoder
-
Returns a RenderedImage that contains the decoded contents of the
SeekableStream associated with this ImageDecoder.
- decodeAsRenderedImage() - 类 中的方法org.apache.xmlgraphics.image.codec.util.ImageDecoderImpl
-
Returns a RenderedImage
that contains the decoded
contents of the SeekableStream
associated
with this ImageDecoder
.
- decodeAsRenderedImage(int) - 类 中的方法org.apache.xmlgraphics.image.codec.util.ImageDecoderImpl
-
Returns a RenderedImage
that contains the decoded
contents of the SeekableStream
associated
with this ImageDecoder
.
- decodeSigned16BitsTo8Bits(short) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFDecodeParam
-
Returns an unsigned 8 bit value computed by dithering the signed
16 bit value.
- decorateMarkSupported(InputStream) - 类 中的静态方法org.apache.xmlgraphics.image.loader.util.ImageUtil
-
Decorates an InputStream with a BufferedInputStream if it doesn't support mark()/reset().
- DEFAULT - 类 中的静态变量org.apache.xmlgraphics.util.i18n.LocaleGroup
-
The default group.
- DEFAULT_DASH - 类 中的静态变量org.apache.xmlgraphics.ps.PSState
-
Default for setdash
- DEFAULT_DPI - 类 中的静态变量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 - 接口 中的静态变量org.apache.xmlgraphics.xmp.XMPConstants
-
Default language for the xml:lang property
- DEFAULT_LANGUAGE_LEVEL - 类 中的静态变量org.apache.xmlgraphics.ps.PSGenerator
-
Default postscript language level
- DEFAULT_PRIORITY - 接口 中的静态变量org.apache.xmlgraphics.image.loader.spi.ImagePreloader
-
Default priority for preloaders
- DEFAULT_RGB_COLOR - 类 中的静态变量org.apache.xmlgraphics.ps.PSState
-
Default color in PostScript
- DEFAULT_SAMPLE_DPI - 类 中的静态变量org.apache.xmlgraphics.image.GraphicsConstants
-
Graphics may be sampled at this resolution.
- DefaultColorConverter - org.apache.xmlgraphics.java2d.color中的类
-
A default implementation that does not apply any conversion
- DefaultDSCHandler - org.apache.xmlgraphics.ps.dsc中的类
-
Default implementation of a DSCHandler which simply passes through the PostScript content
unchanged.
- DefaultDSCHandler(OutputStream) - 类 的构造器org.apache.xmlgraphics.ps.dsc.DefaultDSCHandler
-
Creates a new instance.
- DefaultEdgeDirectory - org.apache.xmlgraphics.util.dijkstra中的类
-
- DefaultEdgeDirectory() - 类 的构造器org.apache.xmlgraphics.util.dijkstra.DefaultEdgeDirectory
-
- DefaultExpirationPolicy - org.apache.xmlgraphics.image.loader.cache中的类
-
Implements the default expiration policy for the image cache.
- DefaultExpirationPolicy() - 类 的构造器org.apache.xmlgraphics.image.loader.cache.DefaultExpirationPolicy
-
Creates a new policy with default settings (expiration in 60 seconds).
- DefaultExpirationPolicy(int) - 类 的构造器org.apache.xmlgraphics.image.loader.cache.DefaultExpirationPolicy
-
Creates a new policy.
- DefaultGraphics2D - 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) - 类 的构造器org.apache.xmlgraphics.java2d.DefaultGraphics2D
-
Default constructor
- DefaultGraphics2D(DefaultGraphics2D) - 类 的构造器org.apache.xmlgraphics.java2d.DefaultGraphics2D
-
This constructor supports the create method
- DefaultImageContext - org.apache.xmlgraphics.image.loader.impl中的类
-
Very simple ImageContext implementation that uses the Toolkit
's screen resolution.
- DefaultImageContext() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.DefaultImageContext
-
Main constructor.
- DefaultImageSessionContext - org.apache.xmlgraphics.image.loader.impl中的类
-
Very simple implementation of the ImageSessionContext interface.
- DefaultImageSessionContext(ImageContext, File) - 类 的构造器org.apache.xmlgraphics.image.loader.impl.DefaultImageSessionContext
-
Main constructor.
- DefaultNestedDocumentHandler - org.apache.xmlgraphics.ps.dsc中的类
-
DSCListener
implementation which automatically skips data
between Begin/EndDocument and Begin/EndData.
- DefaultNestedDocumentHandler(PSGenerator) - 类 的构造器org.apache.xmlgraphics.ps.dsc.DefaultNestedDocumentHandler
-
Creates a new instance.
- defaultTransform - 类 中的变量org.apache.xmlgraphics.java2d.GraphicContext
-
Default Transform to be used for creating FontRenderContext.
- defineAdobeCyrillicEncoding(PSGenerator) - 类 中的静态方法org.apache.xmlgraphics.ps.PSFontUtils
-
Defines the AdobeStandardCyrillic encoding for use in PostScript files.
- defineRect(double, double, double, double) - 类 中的方法org.apache.xmlgraphics.ps.PSGenerator
-
Adds a rectangle to the current path.
- defineWinAnsiEncoding(PSGenerator) - 类 中的静态方法org.apache.xmlgraphics.ps.PSFontUtils
-
Defines the WinAnsi encoding for use in PostScript files.
- determineCandidatePipelines(ImageInfo, ImageFlavor) - 类 中的方法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[]) - 类 中的方法org.apache.xmlgraphics.image.loader.pipeline.PipelineFactory
-
- determineCandidatePipelines(Image, ImageFlavor[]) - 类 中的方法org.apache.xmlgraphics.image.loader.pipeline.PipelineFactory
-
- determineEncodedColorModel() - 类 中的方法org.apache.xmlgraphics.ps.ImageEncodingHelper
-
Determines the color model used for encoding the image.
- DeviceCMYKColorSpace - org.apache.xmlgraphics.java2d.color中的类
-
This class represents an uncalibrated CMYK color space.
- DeviceCMYKColorSpace() - 类 的构造器org.apache.xmlgraphics.java2d.color.DeviceCMYKColorSpace
-
- DijkstraAlgorithm - 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) - 类 的构造器org.apache.xmlgraphics.util.dijkstra.DijkstraAlgorithm
-
Main Constructor.
- Dimension2DDouble - org.apache.xmlgraphics.java2d中的类
-
Subclass of Dimension2D which takes double values.
- Dimension2DDouble() - 类 的构造器org.apache.xmlgraphics.java2d.Dimension2DDouble
-
Default constructor.
- Dimension2DDouble(double, double) - 类 的构造器org.apache.xmlgraphics.java2d.Dimension2DDouble
-
Main constructor.
- disableClipping(boolean) - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Disable clipping on each draw command.
- discoverClasspathImplementations() - 类 中的方法org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Discovers all implementations in the application's classpath.
- dispose() - 类 中的方法org.apache.xmlgraphics.java2d.DefaultGraphics2D
-
Disposes of this graphics context and releases
any system resources that it is using.
- dispose() - 类 中的方法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) - 类 中的静态方法org.apache.xmlgraphics.image.GraphicsUtil
-
- divide_INT_PACK_Data(WritableRaster) - 类 中的静态方法org.apache.xmlgraphics.image.GraphicsUtil
-
- divideAlpha(WritableRaster) - 类 中的静态方法org.apache.xmlgraphics.image.GraphicsUtil
-
- DOCUMENT_DATA - 类 中的静态变量org.apache.xmlgraphics.ps.DSCConstants
-
Type of data
- DOCUMENT_MEDIA - 类 中的静态变量org.apache.xmlgraphics.ps.DSCConstants
-
This comment indicates all types of paper media (paper sizes, weight, color)
this document requires.
- DOCUMENT_NEEDED_RESOURCES - 类 中的静态变量org.apache.xmlgraphics.ps.DSCConstants
-
This comment provides a list of resources the document needs
- DOCUMENT_SUPPLIED_RESOURCES - 类 中的静态变量org.apache.xmlgraphics.ps.DSCConstants
-
This comment provides a list of resources the document includes
- doDrawing(boolean, boolean, boolean) - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Commits a painting operation.
- doHouseKeeping() - 类 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCache
-
Triggers some house-keeping, i.e. removes stale entries.
- doHouseKeeping() - 类 中的方法org.apache.xmlgraphics.image.loader.util.SoftMapCache
-
Triggers some house-keeping, i.e. processes any pending objects in the reference queue.
- DoubleFormatUtil - org.apache.xmlgraphics.util中的类
-
This class implements fast, thread-safe format of a double value
with a given number of decimal digits.
- draw(Shape) - 类 中的方法org.apache.xmlgraphics.java2d.DefaultGraphics2D
-
Strokes the outline of a Shape
using the settings of the
current Graphics2D
context.
- draw(Shape) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Draws the outline of a circular or elliptical arc
covering the specified rectangle.
- drawGlyphVector(GlyphVector, float, float) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Draws as much of the specified image as is currently available.
- drawImage(Image, int, int, int, int, Color, ImageObserver) - 类 中的方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Renders an image, applying a transform from image space into user space
before drawing.
- drawImage(BufferedImage, BufferedImageOp, int, int) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
- drawImage(Image, int, int, ImageObserver) - 类 中的方法org.apache.xmlgraphics.java2d.DefaultGraphics2D
-
Draws as much of the specified image as is currently available.
- drawImage(Image, int, int, int, int, ImageObserver) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Draws as much of the specified image as is currently available.
- drawImage(Image, int, int, int, int, ImageObserver) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Draws the outline of an oval.
- drawPolygon(int[], int[], int) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Draws a closed polygon defined by
arrays of x and y coordinates.
- drawPolyline(int[], int[], int) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Draws a sequence of connected lines defined by
arrays of x and y coordinates.
- drawRect(int, int, int, int) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
- drawRenderableImage(RenderableImage, AffineTransform) - 类 中的方法org.apache.xmlgraphics.java2d.DefaultGraphics2D
-
Renders a
RenderableImage
,
applying a transform from image space into user space before drawing.
- drawRenderableImage(RenderableImage, AffineTransform) - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Renders a
RenderableImage
,
applying a transform from image space into user space before drawing.
- drawRenderedImage(RenderedImage, AffineTransform) - 类 中的方法org.apache.xmlgraphics.java2d.DefaultGraphics2D
-
Renders a
RenderedImage
,
applying a transform from image
space into user space before drawing.
- drawRenderedImage(RenderedImage, AffineTransform) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Draws an outlined round-cornered rectangle using this graphics
context's current color.
- drawString(String, int, int) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Generic implementation for drawing attributed strings using TextLayout.
- drawString(AttributedCharacterIterator, int, int) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Draws the text given by the specified iterator, using this
graphics context's current color.
- drawString(String, float, float) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.java2d.DefaultGraphics2D
-
Renders the text of the specified iterator, using the
Graphics2D
context's current Paint
.
- drawString(String, float, float) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.java2d.StrokingTextHandler
-
Draw some text.
- drawString(Graphics2D, String, float, float) - 接口 中的方法org.apache.xmlgraphics.java2d.TextHandler
-
Draw some text.
- DSC_COMMENT - 接口 中的静态变量org.apache.xmlgraphics.ps.dsc.DSCParserConstants
-
Indicates a DSC comment (starting with "%%")
- DSCAtend - org.apache.xmlgraphics.ps.dsc.events中的类
-
This class represents a DSC comment with an "(ATEND)" value.
- DSCAtend(String) - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCAtend
-
Creates a new instance
- DSCComment - org.apache.xmlgraphics.ps.dsc.events中的接口
-
Base interface for all DSC comments.
- DSCCommentBeginDocument - org.apache.xmlgraphics.ps.dsc.events中的类
-
Represents a %BeginDocument DSC comment.
- DSCCommentBeginDocument() - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginDocument
-
Creates a new instance
- DSCCommentBeginDocument(PSResource) - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginDocument
-
Creates a new instance for a given PSResource instance
- DSCCommentBeginDocument(PSResource, Float, String) - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginDocument
-
Creates a new instance for a given PSResource instance
- DSCCommentBeginResource - org.apache.xmlgraphics.ps.dsc.events中的类
-
Represents a %BeginResource DSC comment.
- DSCCommentBeginResource() - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginResource
-
Creates a new instance
- DSCCommentBeginResource(PSResource) - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginResource
-
Creates a new instance for a given PSResource instance
- DSCCommentBeginResource(PSResource, int, int) - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginResource
-
Creates a new instance for a given PSResource instance
- DSCCommentBoundingBox - org.apache.xmlgraphics.ps.dsc.events中的类
-
Represents a %%BoundingBox DSC comment.
- DSCCommentBoundingBox() - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentBoundingBox
-
Creates a new instance.
- DSCCommentBoundingBox(Rectangle2D) - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentBoundingBox
-
Creates a new instance.
- DSCCommentDocumentNeededResources - org.apache.xmlgraphics.ps.dsc.events中的类
-
Represents a %%DocumentNeededResources DSC comment.
- DSCCommentDocumentNeededResources() - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentDocumentNeededResources
-
Creates a new instance.
- DSCCommentDocumentNeededResources(Collection) - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentDocumentNeededResources
-
Creates a new instance.
- DSCCommentDocumentSuppliedResources - org.apache.xmlgraphics.ps.dsc.events中的类
-
Represents a %%DocumentSuppliedResources DSC comment.
- DSCCommentDocumentSuppliedResources() - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentDocumentSuppliedResources
-
Creates a new instance.
- DSCCommentDocumentSuppliedResources(Collection) - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentDocumentSuppliedResources
-
Creates a new instance.
- DSCCommentEndComments - org.apache.xmlgraphics.ps.dsc.events中的类
-
Respresents a %%EndComments DSC comment.
- DSCCommentEndComments() - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentEndComments
-
- DSCCommentEndOfFile - org.apache.xmlgraphics.ps.dsc.events中的类
-
Represents a %%EOF DSC comment.
- DSCCommentEndOfFile() - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentEndOfFile
-
- DSCCommentFactory - org.apache.xmlgraphics.ps.dsc中的类
-
Factory for DSCComment subclasses.
- DSCCommentHiResBoundingBox - org.apache.xmlgraphics.ps.dsc.events中的类
-
Represents a %%HiResBoundingBox DSC comment.
- DSCCommentHiResBoundingBox() - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentHiResBoundingBox
-
Creates a new instance.
- DSCCommentHiResBoundingBox(Rectangle2D) - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentHiResBoundingBox
-
Creates a new instance.
- DSCCommentIncludeResource - org.apache.xmlgraphics.ps.dsc.events中的类
-
Represents a %IncludeResource DSC comment.
- DSCCommentIncludeResource() - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentIncludeResource
-
Creates a new instance
- DSCCommentIncludeResource(PSResource) - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentIncludeResource
-
Creates a new instance for a given PSResource instance
- DSCCommentLanguageLevel - org.apache.xmlgraphics.ps.dsc.events中的类
-
Represents a %%LanguageLevel DSC comment
- DSCCommentLanguageLevel() - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentLanguageLevel
-
Creates a new instance.
- DSCCommentLanguageLevel(int) - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentLanguageLevel
-
Creates a new instance
- DSCCommentPage - org.apache.xmlgraphics.ps.dsc.events中的类
-
Represents a %%Page DSC comment.
- DSCCommentPage() - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentPage
-
Creates a new instance.
- DSCCommentPage(String, int) - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentPage
-
Creates a new instance.
- DSCCommentPage(int) - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentPage
-
Creates a new instance.
- DSCCommentPageBoundingBox - org.apache.xmlgraphics.ps.dsc.events中的类
-
Represents a %%PageBoundingBox DSC comment.
- DSCCommentPageBoundingBox() - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentPageBoundingBox
-
Creates a new instance.
- DSCCommentPageBoundingBox(Rectangle2D) - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentPageBoundingBox
-
Creates a new instance.
- DSCCommentPageHiResBoundingBox - org.apache.xmlgraphics.ps.dsc.events中的类
-
Represents a %%PageHiResBoundingBox DSC comment.
- DSCCommentPageHiResBoundingBox() - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentPageHiResBoundingBox
-
Creates a new instance.
- DSCCommentPageHiResBoundingBox(Rectangle2D) - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentPageHiResBoundingBox
-
Creates a new instance.
- DSCCommentPageResources - org.apache.xmlgraphics.ps.dsc.events中的类
-
Represents a %%PageResources DSC comment.
- DSCCommentPageResources() - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentPageResources
-
Creates a new instance.
- DSCCommentPageResources(Collection) - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentPageResources
-
Creates a new instance.
- DSCCommentPages - org.apache.xmlgraphics.ps.dsc.events中的类
-
Represents the %%Pages DSC comment.
- DSCCommentPages() - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentPages
-
Creates a new instance.
- DSCCommentPages(int) - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentPages
-
Creates a new instance.
- DSCCommentTitle - org.apache.xmlgraphics.ps.dsc.events中的类
-
Represents a %%Title DSC comment.
- DSCCommentTitle() - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentTitle
-
Creates a new instance.
- DSCCommentTitle(String) - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCCommentTitle
-
Creates a new instance.
- DSCConstants - org.apache.xmlgraphics.ps中的类
-
This class defines constants with Strings for the DSC specification.
- DSCEvent - org.apache.xmlgraphics.ps.dsc.events中的接口
-
Interface representing a DSC event.
- DSCException - org.apache.xmlgraphics.ps.dsc中的异常错误
-
Exception to signal problems while parsing a supposedly DSC-conformant file.
- DSCException(String) - 异常错误 的构造器org.apache.xmlgraphics.ps.dsc.DSCException
-
Creates a new DSCException.
- DSCFilter - org.apache.xmlgraphics.ps.dsc中的接口
-
Filter interface for DSC events used by the DSC parser.
- DSCHandler - org.apache.xmlgraphics.ps.dsc中的接口
-
Interface containing events generated by the DSCParser.
- DSCHeaderComment - org.apache.xmlgraphics.ps.dsc.events中的类
-
Represents a DSC header comment (beginning with "%!).
- DSCHeaderComment(String) - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.DSCHeaderComment
-
Creates a new instance.
- DSCListener - org.apache.xmlgraphics.ps.dsc中的接口
-
Listener interface for the DSC parser.
- DSCParser - org.apache.xmlgraphics.ps.dsc中的类
-
Parser for DSC-compliant PostScript files (DSC = Document Structuring Conventions).
- DSCParser(InputStream) - 类 的构造器org.apache.xmlgraphics.ps.dsc.DSCParser
-
Creates a new DSC parser.
- DSCParserConstants - org.apache.xmlgraphics.ps.dsc中的接口
-
Constants the DSC parser uses.
- DSCTools - org.apache.xmlgraphics.ps.dsc.tools中的类
-
Helper methods commonly used when dealing with DSC-compliant PostScript files.
- DUBLIN_CORE_NAMESPACE - 接口 中的静态变量org.apache.xmlgraphics.xmp.XMPConstants
-
Namespace URI for Dublin Core
- DublinCoreAdapter - org.apache.xmlgraphics.xmp.schemas中的类
-
Schema adapter implementation for the Dublin Core schema.
- DublinCoreAdapter(Metadata) - 类 的构造器org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Constructs a new adapter for Dublin Core around the given metadata object.
- DublinCoreSchema - org.apache.xmlgraphics.xmp.schemas中的类
-
Schema class for Dublin Core.
- DublinCoreSchema() - 类 的构造器org.apache.xmlgraphics.xmp.schemas.DublinCoreSchema
-
Creates a new schema instance for Dublin Core.
- dumpMetadata(IIOMetadata, boolean) - 类 中的静态方法org.apache.xmlgraphics.util.ImageIODebugUtil
-
- dumpMetadataToSystemOut(IIOMetadata) - 类 中的静态方法org.apache.xmlgraphics.image.loader.impl.imageio.ImageIOUtil
-
Dumps the content of an IIOMetadata instance to System.out.
- dumpNode(Node) - 类 中的静态方法org.apache.xmlgraphics.util.ImageIODebugUtil
-
- gc - 类 中的变量org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Current state of the Graphic Context.
- gen - 类 中的变量org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
the PostScript generator being created
- gen - 类 中的变量org.apache.xmlgraphics.ps.dsc.DefaultDSCHandler
-
- GENERAL - 类 中的静态变量org.apache.xmlgraphics.java2d.TransformType
-
- GENERAL_STRING - 类 中的静态变量org.apache.xmlgraphics.java2d.TransformType
-
- GeneralGraphics2DImagePainter - org.apache.xmlgraphics.java2d中的接口
-
- generate() - 类 中的方法org.apache.xmlgraphics.io.TempResourceURIGenerator
-
Generate a unique URI for a temporary resource
- generate(PSGenerator) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.AbstractResourceDSCComment
-
Writes the event to the given PSGenerator.
- generate(PSGenerator) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.AbstractResourcesDSCComment
-
Writes the event to the given PSGenerator.
- generate(PSGenerator) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCAtend
-
- generate(PSGenerator) - 接口 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCComment
-
- generate(PSGenerator) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginDocument
-
Writes the event to the given PSGenerator.
- generate(PSGenerator) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginResource
-
Writes the event to the given PSGenerator.
- generate(PSGenerator) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentBoundingBox
-
Writes the event to the given PSGenerator.
- generate(PSGenerator) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentEndComments
-
- generate(PSGenerator) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentEndOfFile
-
- generate(PSGenerator) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentHiResBoundingBox
-
Writes the event to the given PSGenerator.
- generate(PSGenerator) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentLanguageLevel
-
- generate(PSGenerator) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentPage
-
- generate(PSGenerator) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentPages
-
- generate(PSGenerator) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentTitle
-
Writes the event to the given PSGenerator.
- generate(PSGenerator) - 接口 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCEvent
-
Writes the event to the given PSGenerator.
- generate(PSGenerator) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCHeaderComment
-
- generate(PSGenerator) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.PostScriptComment
-
- generate(PSGenerator) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.PostScriptLine
-
- generate(PSGenerator) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.UnparsedDSCComment
-
- generate(PSGenerator) - 类 中的方法org.apache.xmlgraphics.ps.FormGenerator
-
Generates the PostScript form.
- generateAdditionalDataStream(PSGenerator) - 类 中的方法org.apache.xmlgraphics.ps.FormGenerator
-
Generates some PostScript code right after the form definition (used primarily for
bitmap data).
- generateAdditionalDataStream(PSGenerator) - 类 中的方法org.apache.xmlgraphics.ps.ImageFormGenerator
-
Generates some PostScript code right after the form definition (used primarily for
bitmap data).
- generatePaintProc(PSGenerator) - 类 中的方法org.apache.xmlgraphics.ps.FormGenerator
-
Generates the PostScript code for the PaintProc of the form.
- generatePaintProc(PSGenerator) - 类 中的方法org.apache.xmlgraphics.ps.ImageFormGenerator
-
Generates the PostScript code for the PaintProc of the form.
- GenericGraphicsDevice - org.apache.xmlgraphics.java2d中的类
-
This implements the
GraphicsDevice
interface as appropriate for the various output
configurations.
- GenericGraphicsDevice(GraphicsConfiguration) - 类 的构造器org.apache.xmlgraphics.java2d.GenericGraphicsDevice
-
Create a new graphics2D device.
- get(Object) - 类 中的方法org.apache.xmlgraphics.image.loader.util.SoftMapCache
-
Returns the value associated with the given key.
- get(int) - 枚举 中的静态方法org.apache.xmlgraphics.image.writer.ResolutionUnit
-
Reverse lookup by value.
- getAdapter(Metadata) - 类 中的静态方法org.apache.xmlgraphics.xmp.schemas.DublinCoreSchema
-
Creates and returns an adapter for this schema around the given metadata object.
- getAdapter(Metadata) - 类 中的静态方法org.apache.xmlgraphics.xmp.schemas.pdf.AdobePDFSchema
-
Creates and returns an adapter for this schema around the given metadata object.
- getAdapter(Metadata) - 类 中的静态方法org.apache.xmlgraphics.xmp.schemas.pdf.PDFAXMPSchema
-
Creates and returns an adapter for this schema around the given metadata object.
- getAdapter(Metadata) - 类 中的静态方法org.apache.xmlgraphics.xmp.schemas.pdf.PDFUAXMPSchema
-
Creates and returns an adapter for this schema around the given metadata object.
- getAdapter(Metadata) - 类 中的静态方法org.apache.xmlgraphics.xmp.schemas.pdf.PDFVTXMPSchema
-
Creates and returns an adapter for this schema around the given metadata object.
- getAdapter(Metadata) - 类 中的静态方法org.apache.xmlgraphics.xmp.schemas.pdf.PDFXXMPSchema
-
Creates and returns an adapter for this schema around the given metadata object.
- getAdapter(Metadata) - 类 中的静态方法org.apache.xmlgraphics.xmp.schemas.pdf.XAPMMXMPSchema
-
Creates and returns an adapter for this schema around the given metadata object.
- getAdapter(Metadata) - 类 中的静态方法org.apache.xmlgraphics.xmp.schemas.XMPBasicSchema
-
Creates and returns an adapter for this schema around the given metadata object.
- getAdditionalPenalty(String) - 类 中的方法org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Returns the additional penalty value set for a particular implementation class.
- getAlphaRaster(RenderedImage) - 类 中的静态方法org.apache.xmlgraphics.image.GraphicsUtil
-
Extracts an alpha raster from a RenderedImage.
- getAlternativeColors() - 类 中的方法org.apache.xmlgraphics.java2d.color.ColorWithAlternatives
-
Returns the list of alternative colors.
- getAmendment() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.PDFAAdapter
-
- getArrayValue() - 类 中的方法org.apache.xmlgraphics.xmp.XMPProperty
-
- getAsBytes() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFField
-
Returns the data as an uninterpreted array of bytes.
- getAsChars() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFField
-
Returns TIFF_SHORT data as an array of chars (unsigned 16-bit
integers).
- getAsDouble(int) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFField
-
Returns data in any numerical format as a float.
- getAsDoubles() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFField
-
Returns TIFF_DOUBLE data as an array of doubles.
- getAsFloat(int) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFField
-
Returns data in any numerical format as a float.
- getAsFloats() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFField
-
Returns TIFF_FLOAT data as an array of floats.
- getAsInt(int) - 类 中的方法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() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFField
-
Returns TIFF_SLONG data as an array of ints (signed 32-bit
integers).
- getAsLong(int) - 类 中的方法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() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFField
-
Returns TIFF_LONG data as an array of longs (signed 64-bit
integers).
- getAsRational(int) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFField
-
Returns a TIFF_RATIONAL data item as a two-element array
of ints.
- getAsRationals() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFField
-
Returns TIFF_RATIONAL data as an array of 2-element arrays of longs.
- getAsShorts() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFField
-
Returns TIFF_SSHORT data as an array of shorts (signed 16-bit
integers).
- getAsSRational(int) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFField
-
Returns a TIFF_SRATIONAL data item as a two-element array
of ints.
- getAsSRationals() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFField
-
Returns TIFF_SRATIONAL data as an array of 2-element arrays of ints.
- getAsString(int) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFField
-
Returns a TIFF_ASCII data item as a String.
- getBackground() - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Returns the background color used for clearing a region.
- getBackground() - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Returns the background color used for clearing a region.
- getBackgroundGray() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
-
Returns the suggested gray level of the background.
- getBackgroundPaletteIndex() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette
-
Returns the palette index of the suggested background color.
- getBackgroundRGB() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.RGB
-
Returns the RGB value of the suggested background color.
- getBaseDir() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.DefaultImageSessionContext
-
Returns the base directory for resolving relative filenames.
- getBaselinePositionFromBottom() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageSize
-
Returns the vertical position of the baseline of the image relative to the bottom of the
image.
- getBaseUrl() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
Returns the base URL for relative URLs in the document content.
- getBBox() - 类 中的方法org.apache.xmlgraphics.ps.FormGenerator
-
Returns the form's bounding box.
- getBestConfiguration(GraphicsConfigTemplate) - 类 中的方法org.apache.xmlgraphics.java2d.GenericGraphicsDevice
-
Ignore template and return the only config we have
- getBestEdge(Vertex, Vertex) - 类 中的方法org.apache.xmlgraphics.util.dijkstra.DefaultEdgeDirectory
-
Returns the best edge (the edge with the lowest penalty) between two given vertices.
- getBitDepth() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns the desired bit depth for a grayscale image.
- getBitDepth() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawPNG
-
The bit depth of each color channel.
- getBitShift() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
-
Returns the desired bit shift for a grayscale image.
- getBoundingBox() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawEPS
-
Returns the bounding box of the EPS image.
- getBoundingBox() - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Returns the bounding box.
- getBoundingBox() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentBoundingBox
-
Returns the bounding box.
- getBounds() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Returns a Rectangle indicating the image bounds.
- getBounds() - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
- getBounds() - 类 中的方法org.apache.xmlgraphics.image.rendered.BufferedImageCachableRed
-
- getBounds() - 接口 中的方法org.apache.xmlgraphics.image.rendered.CachableRed
-
Returns the bounds of the current image.
- getBounds() - 类 中的方法org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- getBounds() - 类 中的方法org.apache.xmlgraphics.java2d.GraphicsConfigurationWithoutTransparency
-
- getBounds() - 类 中的方法org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency
-
TODO: This should return the page bounds in Pts, I couldn't figure out how to get this for
the current page (this still works for now, but it should be fixed...).
- getBufferedImage() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageBuffered
-
Returns the contained BufferedImage instance.
- getBufferedImage() - 类 中的方法org.apache.xmlgraphics.image.rendered.BufferedImageCachableRed
-
fetch the bufferedImage from this node.
- getByte(int) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGChunk
-
- getCache() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageManager
-
Returns the ImageCache in use by the ImageManager.
- getCharNameAlternativesFor(String) - 类 中的静态方法org.apache.xmlgraphics.fonts.Glyphs
-
Returns an array of char names which can serve as alternatives for the given one.
- getChild(Element, String) - 类 中的静态方法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) - 类 中的静态方法org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter
-
Returns a specific metadata child node
- getChromaticity() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns the white point and primary chromaticities in
CIE (x, y) space.
- getChunkType(DataInputStream) - 类 中的静态方法org.apache.xmlgraphics.image.codec.png.PNGChunk
-
Returns the PNG chunk type, a four letter case sensitive ASCII type/name.
- getCIELabColorSpaceD50() - 类 中的静态方法org.apache.xmlgraphics.java2d.color.ColorSpaces
-
Returns an instance of the CIE L*a*b* color space using the D50 white point.
- getCIELabColorSpaceD65() - 类 中的静态方法org.apache.xmlgraphics.java2d.color.ColorSpaces
-
Returns an instance of the CIE L*a*b* color space using the D65 white point.
- getClip() - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Gets the current clipping area.
- getClip() - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Gets the current clipping area.
- getClipBounds() - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Returns the bounding rectangle of the current clipping area.
- getClipBounds() - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Returns the bounding rectangle of the current clipping area.
- getColor() - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Gets this graphics context's current color.
- getColor() - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Gets this graphics context's current color.
- getColorModel() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Returns the ColorModel of the image.
- getColorModel() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawPNG
-
Returns the image's color model.
- getColorModel() - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
- getColorModel() - 类 中的方法org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- getColorModel() - 类 中的方法org.apache.xmlgraphics.java2d.GraphicsConfigurationWithoutTransparency
-
- getColorModel(int) - 类 中的方法org.apache.xmlgraphics.java2d.GraphicsConfigurationWithoutTransparency
-
- getColorModel() - 类 中的方法org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency
-
Return a good default color model for this 'device'.
- getColorModel(int) - 类 中的方法org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency
-
Return a good color model given transparency
- getColorName() - 类 中的方法org.apache.xmlgraphics.java2d.color.NamedColorSpace
-
Returns the color name.
- getColorSpace() - 接口 中的方法org.apache.xmlgraphics.image.loader.Image
-
Returns the image's color space if the information is available.
- getColorSpace() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.AbstractImage
-
Returns the image's color space if the information is available.
- getColorSpace() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawCCITTFax
-
Returns the image's color space
- getColorSpace() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawJPEG
-
Returns the image's color space
- getColorSpace() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawPNG
-
Returns the image's color space.
- getColorSpace() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRendered
-
Returns the image's color space if the information is available.
- getColorSpaceOrigin(ColorSpace) - 类 中的静态方法org.apache.xmlgraphics.java2d.color.ColorSpaces
-
Returns information about the origin of a color space.
- getComment() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCHeaderComment
-
Returns the comment.
- getComment() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.PostScriptComment
-
Returns the comment text.
- getComposite() - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Returns the current Composite
in the
Graphics2D
context.
- getComposite() - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Returns the current Composite
in the
Graphics2D
context.
- getCompressedText() - 类 中的方法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() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
-
Returns the value of the compression parameter.
- getCompression() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawCCITTFax
-
Returns the TIFF compression scheme.
- getCompressionMethod() - 类 中的方法org.apache.xmlgraphics.image.writer.ImageWriterParams
-
- getConfigurations() - 类 中的方法org.apache.xmlgraphics.java2d.GenericGraphicsDevice
-
Return an array of our one GraphicsConfig
- getConformance() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.PDFAAdapter
-
- getContent() - 类 中的方法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() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns an array of all contributors.
- getConversionPenalty() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.AbstractImageConverter
-
Returns the conversion penalty for the conversion that this implementation supports.
- getConversionPenalty() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageConverterBuffered2Rendered
-
Returns the conversion penalty for the conversion that this implementation supports.
- getConversionPenalty() - 类 中的方法org.apache.xmlgraphics.image.loader.pipeline.ImageProviderPipeline
-
Returns the overall conversion penalty for the pipeline.
- getConversionPenalty(ImageImplRegistry) - 类 中的方法org.apache.xmlgraphics.image.loader.pipeline.ImageProviderPipeline
-
Returns the overall conversion penalty for the pipeline.
- getConversionPenalty() - 接口 中的方法org.apache.xmlgraphics.image.loader.spi.ImageConverter
-
Returns the conversion penalty for the conversion that this implementation supports.
- getCopyright() - 类 中的方法org.apache.xmlgraphics.java2d.color.profile.NamedColorProfile
-
Returns the profile copyright.
- getCount() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFField
-
Returns the number of elements in the IFD.
- getCoverage() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns the extent or scope of the resource.
- getCreateDate() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
- getCreators() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns an array of all creators.
- getCreatorTool() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
- getCurrentEvent() - 类 中的方法org.apache.xmlgraphics.ps.dsc.DSCParser
-
Returns the current event.
- getCurrentState() - 类 中的方法org.apache.xmlgraphics.ps.PSGenerator
-
Returns the current graphics state.
- getCustomObjects() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageInfo
-
Returns a Map of custom objects associated with this instance.
- getCustomTextHandler() - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
- getD50WhitePoint() - 类 中的静态方法org.apache.xmlgraphics.java2d.color.CIELabColorSpace
-
Returns the D50 white point.
- getD65WhitePoint() - 类 中的静态方法org.apache.xmlgraphics.java2d.color.CIELabColorSpace
-
Returns the D65 white point.
- getData() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGChunk
-
- getData() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Returns the entire image in a single Raster.
- getData(Rectangle) - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Returns an arbitrary rectangular region of the RenderedImage
in a Raster.
- getData() - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
- getData(Rectangle) - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
- getData() - 类 中的方法org.apache.xmlgraphics.image.rendered.BufferedImageCachableRed
-
- getData(Rectangle) - 类 中的方法org.apache.xmlgraphics.image.rendered.BufferedImageCachableRed
-
- getData() - 类 中的方法org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- getData(Rectangle) - 类 中的方法org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- getDataInput() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.JPEGFile
-
Returns the
DataInput
instance this object operates on.
- getDataName() - 类 中的方法org.apache.xmlgraphics.ps.ImageFormGenerator
-
Returns the name of the data segment associated with this image form.
- getDate() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns a latest date indicating point in time something interesting happened to the
resource.
- getDateArray(String) - 类 中的方法org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
Returns a Date array representation of the property's values.
- getDates() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns a list of dates indicating point in time something interesting happened to the
resource.
- getDateValue(String) - 类 中的方法org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
Returns a date value.
- getDecodePaletteAsShorts() - 类 中的方法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.
- getDefaultConfiguration() - 类 中的方法org.apache.xmlgraphics.java2d.GenericGraphicsDevice
-
Return out sole GraphicsConfig.
- getDefaultEncodeParam(RenderedImage) - 类 中的静态方法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) - 类 中的静态方法org.apache.xmlgraphics.image.loader.util.ImageUtil
-
Creates a new hint Map with values from the FOUserAgent.
- getDefaultInstance() - 类 中的静态方法org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Returns the default instance of the Image implementation registry.
- getDefaultLocale() - 接口 中的方法org.apache.xmlgraphics.util.i18n.ExtendedLocalizable
-
Gets the current default locale in the LocaleGroup.
- getDefaultLocale() - 类 中的方法org.apache.xmlgraphics.util.i18n.LocalizableSupport
-
- getDefaultMergeRuleSet() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreSchema
-
- getDefaultMergeRuleSet() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.AdobePDFSchema
-
- getDefaultMergeRuleSet() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.PDFAXMPSchema
-
- getDefaultMergeRuleSet() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.PDFUAXMPSchema
-
- getDefaultMergeRuleSet() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.XMPBasicSchema
-
- getDefaultMergeRuleSet() - 类 中的方法org.apache.xmlgraphics.xmp.XMPSchema
-
- getDefaultTransform() - 类 中的方法org.apache.xmlgraphics.java2d.GraphicsConfigurationWithoutTransparency
-
- getDefaultTransform() - 类 中的方法org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency
-
The default transform (1:1).
- getDefaultURIResolver() - 类 中的静态方法org.apache.xmlgraphics.util.uri.CommonURIResolver
-
Retrieve the default resolver instance.
- getDefaultWriteParam(ImageWriter, RenderedImage, ImageWriterParams) - 类 中的方法org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter
-
Returns the default write parameters for encoding the image.
- getDefaultWriteParam(ImageWriter, RenderedImage, ImageWriterParams) - 类 中的方法org.apache.xmlgraphics.image.writer.imageio.ImageIOJPEGImageWriter
-
Returns the default write parameters for encoding the image.
- getDeflateLevel() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
-
Gets the compression level for DEFLATE compression.
- getDependencyRegion(int, Rectangle) - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
- getDependencyRegion(int, Rectangle) - 接口 中的方法org.apache.xmlgraphics.image.rendered.CachableRed
-
Returns the region of input data is is required to generate
outputRgn.
- getDependencyRegion(int, Rectangle) - 类 中的方法org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- getDescription() - 枚举 中的方法org.apache.xmlgraphics.image.writer.ResolutionUnit
-
Retrieves the standard textual description of the resolution unit.
- getDescription() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns the description of the content of the resource (in the default language).
- getDescription(String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns the description of the content of the resource in a language-dependant way.
- getDestinations(Vertex) - 类 中的方法org.apache.xmlgraphics.util.dijkstra.DefaultEdgeDirectory
-
Returns an iterator over all valid destinations for a given vertex.
- getDestinations(Vertex) - 类 中的方法org.apache.xmlgraphics.util.dijkstra.DijkstraAlgorithm
-
Returns an iterator over all valid destinations for a given vertex.
- getDestinations(Vertex) - 接口 中的方法org.apache.xmlgraphics.util.dijkstra.EdgeDirectory
-
Returns an iterator over all valid destinations for a given vertex.
- getDevice() - 类 中的方法org.apache.xmlgraphics.java2d.GraphicsConfigurationWithoutTransparency
-
- getDevice() - 类 中的方法org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency
-
Return our dummy instance of GraphicsDevice
- getDeviceCMYKColorSpace() - 类 中的静态方法org.apache.xmlgraphics.java2d.color.ColorSpaces
-
Returns an instance of the device-specific CMYK color space.
- getDeviceConfiguration() - 类 中的方法org.apache.xmlgraphics.java2d.DefaultGraphics2D
-
Returns the device configuration associated with this
Graphics2D
.
- getDeviceConfiguration() - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Returns the device configuration associated with this
Graphics2D
.
- getDimensionMpt() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageSize
-
Returns the size in millipoints as a Dimension object.
- getDimensionPt() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageSize
-
Returns the size in points as a Dimension2D object.
- getDimensionPx() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageSize
-
Returns the size in pixels as a Dimension object.
- getDimensions() - 类 中的方法org.apache.xmlgraphics.ps.FormGenerator
-
returns the form's dimensions.
- getDirtyRegion(int, Rectangle) - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
- getDirtyRegion(int, Rectangle) - 接口 中的方法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) - 类 中的方法org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- getDisplayExponent() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
-
Returns the current value of the display exponent parameter.
- getDocument() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageXMLDOM
-
Returns the contained W3C DOM document.
- getDocumentNeededResources() - 类 中的方法org.apache.xmlgraphics.ps.dsc.ResourceTracker
-
Returns the set of needed resources.
- getDocumentSuppliedResources() - 类 中的方法org.apache.xmlgraphics.ps.dsc.ResourceTracker
-
Returns the set of supplied resources.
- getDpiHorizontal() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageSize
-
Returns the image's horizontal resolution in dpi (dots per inch).
- getDpiVertical() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageSize
-
Returns the image's vertical resolution in dpi (dots per inch).
- getEdges(Vertex) - 类 中的方法org.apache.xmlgraphics.util.dijkstra.DefaultEdgeDirectory
-
Returns an iterator over all edges with the given origin.
- getEncodedColorModel() - 类 中的方法org.apache.xmlgraphics.ps.ImageEncodingHelper
-
Returns the effective
ColorModel
used to encode the image.
- getEncodeParam() - 类 中的方法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() - 接口 中的方法org.apache.xmlgraphics.util.dijkstra.Edge
-
Returns the end vertex of the edge.
- getEndianness() - 类 中的方法org.apache.xmlgraphics.image.writer.ImageWriterParams
-
Returns the endianness selected for the image.
- getEndianType(String) - 枚举 中的静态方法org.apache.xmlgraphics.image.writer.Endianness
-
Translates an endian type specified in the configuration file into the
equivalent type should one exist.
- getEventType() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.AbstractDSCComment
-
- getEventType() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentEndOfFile
-
- getEventType() - 接口 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCEvent
-
Returns the event type.
- getEventType() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCHeaderComment
-
- getEventType() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.PostScriptComment
-
- getEventType() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.PostScriptLine
-
- getEventType() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.UnparsedDSCComment
-
- getExpandGrayAlpha() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
-
Returns the current setting of the gray/alpha expansion.
- getExpandPalette() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
-
Returns true if palette-color images will be expanded to
produce full-color output.
- getExponant(double) - 类 中的静态方法org.apache.xmlgraphics.util.DoubleFormatUtil
-
Returns the exponent of the given value
- getExtraFields() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
-
Returns the value set by setExtraFields()
.
- getExtraImages() - 类 中的方法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() - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
- getField(int) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
-
Returns the value of a particular index of a given tag as a
byte.
- getFieldAsByte(int) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
-
Returns the value of index 0 of a given tag as a
byte.
- getFieldAsDouble(int, int) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
-
Returns the value of a particular index of a given tag as a
double.
- getFieldAsDouble(int) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
-
Returns the value of index 0 of a given tag as a double.
- getFieldAsFloat(int, int) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
-
Returns the value of a particular index of a given tag as a
float.
- getFieldAsFloat(int) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
-
Returns the value of index 0 of a given tag as a float.
- getFieldAsLong(int, int) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
-
Returns the value of a particular index of a given tag as a
long.
- getFieldAsLong(int) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
-
Returns the value of index 0 of a given tag as a
long.
- getFields() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
-
Returns an array of TIFFFields containing all the fields
in this directory.
- getFilePointer() - 类 中的方法org.apache.xmlgraphics.image.codec.util.FileCacheSeekableStream
-
Returns the current offset in this file.
- getFilePointer() - 类 中的方法org.apache.xmlgraphics.image.codec.util.ForwardSeekableStream
-
Returns the current position in the stream (bytes read).
- getFilePointer() - 类 中的方法org.apache.xmlgraphics.image.codec.util.ImageInputStreamSeekableStreamAdapter
-
Returns the current offset in this stream.
- getFilePointer() - 类 中的方法org.apache.xmlgraphics.image.codec.util.MemoryCacheSeekableStream
-
Returns the current offset in this file.
- getFilePointer() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableOutputStream
-
- getFilePointer() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Returns the current offset in this stream.
- getFilePointer() - 类 中的方法org.apache.xmlgraphics.image.loader.util.SeekableStreamAdapter
-
Returns the current offset in this stream.
- getFirstAlternativeOfType(int) - 类 中的方法org.apache.xmlgraphics.java2d.color.ColorWithAlternatives
-
Returns the first alternative color found with the given color space type.
- getFlavor() - 接口 中的方法org.apache.xmlgraphics.image.loader.Image
-
Returns the flavor of the image.
- getFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageBuffered
-
Returns the flavor of the image.
- getFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D
-
Returns the flavor of the image.
- getFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawStream
-
Returns the flavor of the image.
- getFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRendered
-
Returns the flavor of the image.
- getFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageXMLDOM
-
Returns the flavor of the image.
- getFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.pipeline.ImageRepresentation
-
Returns the image flavor.
- getFont() - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Gets the current font.
- getFont() - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Gets the current font.
- getFontMetrics(Font) - 类 中的方法org.apache.xmlgraphics.java2d.DefaultGraphics2D
-
Gets the font metrics for the specified font.
- getFontMetrics(Font) - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Gets the font metrics for the specified font.
- getFontRenderContext() - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Get the rendering context of the Font
within this
Graphics2D
context.
- getFontRenderContext() - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Get the rendering context of the Font
within this
Graphics2D
context.
- getFormat() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns the file format used when saving this resource.
- getFormName() - 类 中的方法org.apache.xmlgraphics.ps.FormGenerator
-
Returns the form's name.
- getGamma() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns the file gamma value for the image.
- getGenerateEncodeParam() - 类 中的方法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() - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
- getGraphics(boolean, PSGenerator) - 接口 中的方法org.apache.xmlgraphics.java2d.GeneralGraphics2DImagePainter
-
- getGraphics2DImagePainter() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D
-
Returns the contained Graphics2DImagePainter instance.
- getHeader(ImageInputStream, int) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.AbstractImagePreloader
-
Allows to read an image header (usually just a magic number).
- getHeight() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Returns the height of the image.
- getHeight() - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
- getHeight() - 类 中的方法org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- getHeight() - 类 中的方法org.apache.xmlgraphics.java2d.Dimension2DDouble
- getHeightMpt() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageSize
-
Returns the image's height in millipoints.
- getHeightPx() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageSize
-
Returns the image's height in pixels.
- getICC_Profile(byte[]) - 类 中的静态方法org.apache.xmlgraphics.java2d.color.profile.ColorProfileUtil
-
- getICC_Profile(int) - 类 中的静态方法org.apache.xmlgraphics.java2d.color.profile.ColorProfileUtil
-
- getICC_Profile(InputStream) - 类 中的静态方法org.apache.xmlgraphics.java2d.color.profile.ColorProfileUtil
-
- getICC_Profile(String) - 类 中的静态方法org.apache.xmlgraphics.java2d.color.profile.ColorProfileUtil
-
- getICCProfile() - 接口 中的方法org.apache.xmlgraphics.image.loader.Image
-
Returns the ICC color profile if one is associated with the image.
- getICCProfile() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.AbstractImage
-
Returns the ICC color profile if one is associated with the image.
- getICCProfile() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawJPEG
-
Returns the ICC color profile if one is associated with the JPEG image.
- getICCProfile() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawPNG
-
Returns the ICC color profile if one is associated with the PNG image.
- getICCProfile() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRendered
-
Returns the ICC color profile if one is associated with the image.
- getICCProfileData() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns the ICC profile data to be stored with this image.
- getICCProfileDescription(ICC_Profile) - 类 中的静态方法org.apache.xmlgraphics.java2d.color.profile.ColorProfileUtil
-
Returns the profile description of an ICC profile
- getIdentifier() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns the unique identifier of the resource.
- getIdentifier(String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
Returns an identifier that matches a given qualifier.
- getIdentifiers() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
Returns an array of all identifiers that unambiguously identify the resource within a
given context.
- getIdentityHCMapResource() - 类 中的方法org.apache.xmlgraphics.ps.PSGenerator
-
Returns the PSResource instance corresponding to the Identity-H CMap
resource.
- getIDstring() - 类 中的方法org.apache.xmlgraphics.java2d.GenericGraphicsDevice
-
Generate an IdString..
- getIFDOffset() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFDecodeParam
-
Returns the value set by setIFDOffset()
or
null
if no value has been set.
- getIFDOffset() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
-
Returns the offset of the IFD corresponding to this
TIFFDirectory
.
- getImage(ImageInfo, ImageFlavor) - 类 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCache
-
Returns an image from the cache or null if it wasn't found.
- getImage(String, ImageFlavor) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.image.loader.ImageManager
-
Loads an image.
- getImage(ImageInfo, ImageFlavor[], Map, ImageSessionContext) - 类 中的方法org.apache.xmlgraphics.image.loader.ImageManager
-
Loads an image.
- getImage(ImageInfo, ImageFlavor, ImageSessionContext) - 类 中的方法org.apache.xmlgraphics.image.loader.ImageManager
-
Loads an image with no hints.
- getImage(ImageInfo, ImageFlavor[], ImageSessionContext) - 类 中的方法org.apache.xmlgraphics.image.loader.ImageManager
-
Loads an image with no hints.
- getImage() - 类 中的方法org.apache.xmlgraphics.ps.ImageEncodingHelper
-
Returns the associated image.
- getImageCacheHitMap() - 类 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
Returns a Map<ImageKey, Integer> with the number of cache hits.
- getImageCacheHits() - 类 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
Returns the number of cache hits for Image instances.
- getImageCacheMisses() - 类 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
Returns the number of cache misses for Image instances.
- getImageCacheMissMap() - 类 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
Returns a Map<ImageKey, Integer> with the number of cache misses.
- getImageContext() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageManager
-
Returns the ImageContext in use by the ImageManager.
- getImageConverterModifications() - 类 中的方法org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Returns the number of modifications to the collection of registered ImageConverter instances.
- getImageConverters() - 类 中的方法org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Returns the Collection of registered ImageConverter instances.
- getImageInfo(String) - 类 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCache
-
Returns an ImageInfo instance from the cache or null if none is found.
- getImageInfo(String, ImageSessionContext) - 类 中的方法org.apache.xmlgraphics.image.loader.ImageManager
-
Returns an ImageInfo object containing its intrinsic size for a given URI.
- getImageInfoCacheHits() - 类 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
Returns the number of cache hits for ImageInfo instances.
- getImageInfoCacheMisses() - 类 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
Returns the number of cache misses for ImageInfo instances.
- getImageInputStream() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageSource
-
Returns the ImageInputStream.
- getImageInputStream(Source) - 类 中的静态方法org.apache.xmlgraphics.image.loader.util.ImageUtil
-
Returns the ImageInputStream of a Source object.
- getImageLoaderFactories(ImageInfo, ImageFlavor) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Returns an array of ImageLoaderFactory instances which support the given MIME type.
- getImageLoaderFactory(ImageInfo, ImageFlavor) - 类 中的方法org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Returns the best ImageLoaderFactory supporting the
ImageInfo
and image flavor.
- getImageSize() - 接口 中的方法org.apache.xmlgraphics.java2d.Graphics2DImagePainter
-
- getImplicitFilter() - 接口 中的方法org.apache.xmlgraphics.ps.ImageEncoder
-
- getInfo() - 接口 中的方法org.apache.xmlgraphics.image.loader.Image
-
Returns an object with basic information (URI, MIME type, intrinsic size) about the image.
- getInfo() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.AbstractImage
-
Returns an object with basic information (URI, MIME type, intrinsic size) about the image.
- getInputStream() - 接口 中的方法org.apache.xmlgraphics.image.codec.util.ImageDecoder
-
Returns the SeekableStream associated with this ImageDecoder.
- getInputStream() - 类 中的方法org.apache.xmlgraphics.image.codec.util.ImageDecoderImpl
-
Returns the SeekableStream
associated with
this ImageDecoder
.
- getInputStream() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageSource
-
Returns an InputStream which operates on the underlying ImageInputStream.
- getInputStream(Source) - 类 中的静态方法org.apache.xmlgraphics.image.loader.util.ImageUtil
-
- getInputStream(Source) - 类 中的静态方法org.apache.xmlgraphics.io.XmlSourceUtil
-
- getInputStream() - 类 中的方法org.apache.xmlgraphics.ps.dsc.DSCParser
-
Returns the InputStream the PostScript code is read from.
- getInstance() - 类 中的静态方法org.apache.xmlgraphics.image.writer.ImageWriterRegistry
-
- getInstance() - 类 中的静态方法org.apache.xmlgraphics.java2d.CMYKColorSpace
-
已过时。
Returns an instance of an uncalibrated CMYK color space.
- getInstance() - 类 中的静态方法org.apache.xmlgraphics.java2d.color.DefaultColorConverter
-
static factory
- getInstance() - 类 中的静态方法org.apache.xmlgraphics.java2d.color.DeviceCMYKColorSpace
-
- getInstance() - 类 中的静态方法org.apache.xmlgraphics.java2d.color.GrayScaleColorConverter
-
Returns a singleton instance.
- getInstance() - 类 中的静态方法org.apache.xmlgraphics.util.ClasspathResource
-
Retrieve the singleton instance of this class.
- getInstance() - 类 中的静态方法org.apache.xmlgraphics.xmp.XMPSchemaRegistry
-
- getInt1(int) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGChunk
-
- getInt2(int) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGChunk
-
- getInt4(int) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGChunk
-
- getIntegerValue() - 枚举 中的方法org.apache.xmlgraphics.java2d.color.RenderingIntent
-
Returns an integer value identifying the rendering intent.
- getInterlacing() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns true
if Adam7 interlacing will be used.
- getInvalidHits() - 类 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
Returns the number of times an invalid URI is tried.
- getJPEGCompressRGBToYCbCr() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
-
Whether RGB data will be converted to YCbCr when using JPEG compression.
- getJPEGDecompressYCbCrToRGB() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFDecodeParam
-
Whether JPEG-compressed YCbCr data will be converted to RGB.
- getJPEGForceBaseline() - 类 中的方法org.apache.xmlgraphics.image.writer.ImageWriterParams
-
- getJPEGQuality() - 类 中的方法org.apache.xmlgraphics.image.writer.ImageWriterParams
-
- getKey() - 类 中的方法org.apache.xmlgraphics.image.loader.util.SoftReferenceWithKey
-
Returns the key associated with this reference.
- getKeywords() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.AdobePDFAdapter
-
- getLangAlt(String, String) - 类 中的方法org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
Returns a language-dependent value.
- getLanguageLevel() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentLanguageLevel
-
Returns the PostScript language level (usually 2 or 3).
- getLanguages() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns an array of languages.
- getLangValue(String) - 类 中的方法org.apache.xmlgraphics.xmp.XMPArray
-
Returns a language-dependent values (available for alternative arrays).
- getLength() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGChunk
-
- getLine() - 类 中的方法org.apache.xmlgraphics.ps.dsc.DSCParser
-
Returns the current PostScript line.
- getLine() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.PostScriptLine
-
Returns the code line.
- getLocale() - 类 中的方法org.apache.xmlgraphics.util.i18n.LocaleGroup
-
Gets the current default locale in this group, or null.
- getLocale() - 接口 中的方法org.apache.xmlgraphics.util.i18n.Localizable
-
Returns the current locale or null if the locale currently used is
the default one.
- getLocale() - 类 中的方法org.apache.xmlgraphics.util.i18n.LocalizableSupport
-
- getLocaleGroup() - 接口 中的方法org.apache.xmlgraphics.util.i18n.ExtendedLocalizable
-
Returns the group to which this object belongs.
- getLocaleGroup() - 类 中的方法org.apache.xmlgraphics.util.i18n.LocalizableSupport
-
- getLocalName() - 类 中的方法org.apache.xmlgraphics.util.QName
-
- getLowestPenalty(Vertex) - 类 中的方法org.apache.xmlgraphics.util.dijkstra.DijkstraAlgorithm
-
Returns the lowest penalty from the start point to a given vertex.
- getMatrix() - 类 中的方法org.apache.xmlgraphics.ps.FormGenerator
-
Returns the matrix for use in the form.
- getMax() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginResource
-
Returns the maximum VM used by the resource.
- getMaxTileX() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Returns the horizontal index of the rightmost column of tiles.
- getMaxTileY() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Returns the vertical index of the bottom row of tiles.
- getMaxValue(int) - 类 中的方法org.apache.xmlgraphics.java2d.color.CIELabColorSpace
- getMaxValue(int) - 类 中的方法org.apache.xmlgraphics.java2d.color.NamedColorSpace
- getMaxX() - 类 中的方法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() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Returns the Y coordinate of the row immediately below the
bottom row of the image.
- getMetadata() - 类 中的方法org.apache.xmlgraphics.xmp.XMPHandler
-
- getMetadataDate() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
- getMimeForRawFlavor(ImageFlavor) - 类 中的静态方法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) - 类 中的静态方法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() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageFlavor
-
Returns the MIME type that the image flavor represents if a MIME type is available.
- getMimeType() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageInfo
-
Returns the image's MIME type.
- getMimeType() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawStream
-
Returns the MIME type of the stream data.
- getMimeType() - 类 中的方法org.apache.xmlgraphics.image.loader.MimeEnabledImageFlavor
-
Returns the MIME type that the image flavor represents if a MIME type is available.
- getMimeType() - 类 中的方法org.apache.xmlgraphics.image.loader.RefinedImageFlavor
-
Returns the MIME type that the image flavor represents if a MIME type is available.
- getMIMEType() - 类 中的方法org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter
- getMIMEType() - 接口 中的方法org.apache.xmlgraphics.image.writer.ImageWriter
-
- getMIMEType() - 类 中的方法org.apache.xmlgraphics.image.writer.internal.PNGImageWriter
- getMIMEType() - 类 中的方法org.apache.xmlgraphics.image.writer.internal.TIFFImageWriter
- getMin() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginResource
-
Returns the minimum VM used by the resource.
- getMinTileX() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Returns the horizontal index of the leftmost column of tiles.
- getMinTileX() - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
- getMinTileX() - 类 中的方法org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- getMinTileY() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Returns the vertical index of the uppermost row of tiles.
- getMinTileY() - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
- getMinTileY() - 类 中的方法org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- getMinValue(int) - 类 中的方法org.apache.xmlgraphics.java2d.color.CIELabColorSpace
- getMinValue(int) - 类 中的方法org.apache.xmlgraphics.java2d.color.NamedColorSpace
- getMinX() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Returns the X coordinate of the leftmost column of the image.
- getMinX() - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
- getMinX() - 类 中的方法org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- getMinY() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Returns the X coordinate of the uppermost row of the image.
- getMinY() - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
- getMinY() - 类 中的方法org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- getModificationTime() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns the modification time to be stored with this image.
- getModifyDate() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
- getName() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageFlavor
-
Returns the name of the ImageFlavor.
- getName(int) - 类 中的方法org.apache.xmlgraphics.java2d.color.CIELabColorSpace
- getName(int) - 类 中的方法org.apache.xmlgraphics.java2d.color.NamedColorSpace
- getName() - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Gets the name of the pattern
- getName() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCAtend
-
- getName() - 接口 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCComment
-
Returns the name of the DSC comment.
- getName() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginDocument
-
Returns the name of the DSC comment.
- getName() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginResource
-
Returns the name of the DSC comment.
- getName() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentBoundingBox
-
Returns the name of the DSC comment.
- getName() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentDocumentNeededResources
-
- getName() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentDocumentSuppliedResources
-
- getName() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentEndComments
-
- getName() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentEndOfFile
-
- getName() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentHiResBoundingBox
-
Returns the name of the DSC comment.
- getName() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentIncludeResource
-
Returns the name of the DSC comment.
- getName() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentLanguageLevel
-
- getName() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentPage
-
- getName() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentPageBoundingBox
-
Returns the name of the DSC comment.
- getName() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentPageHiResBoundingBox
-
Returns the name of the DSC comment.
- getName() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentPageResources
-
- getName() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentPages
-
- getName() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentTitle
-
Returns the name of the DSC comment.
- getName() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.UnparsedDSCComment
-
- getName() - 类 中的方法org.apache.xmlgraphics.ps.PSResource
-
- getName() - 类 中的方法org.apache.xmlgraphics.xmp.XMPArrayType
-
- getName() - 类 中的方法org.apache.xmlgraphics.xmp.XMPProperty
-
- getNamedColor(String) - 类 中的方法org.apache.xmlgraphics.java2d.color.profile.NamedColorProfile
-
Returns a named color.
- getNamedColors() - 类 中的方法org.apache.xmlgraphics.java2d.color.profile.NamedColorProfile
-
Returns the array of named colors.
- getNamespace() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageFlavor
-
Returns the XML namespace URI that the image flavor represents if such a namespace URI
is available.
- getNamespace() - 类 中的方法org.apache.xmlgraphics.image.loader.RefinedImageFlavor
-
Returns the XML namespace URI that the image flavor represents if such a namespace URI
is available.
- getNamespace() - 类 中的方法org.apache.xmlgraphics.image.loader.XMLNamespaceEnabledImageFlavor
-
Returns the XML namespace URI that the image flavor represents if such a namespace URI
is available.
- getNamespace() - 类 中的方法org.apache.xmlgraphics.xmp.XMPProperty
-
- getNamespace() - 类 中的方法org.apache.xmlgraphics.xmp.XMPSchema
-
- getNamespaceURI() - 类 中的方法org.apache.xmlgraphics.util.QName
-
- getNativeColorModel() - 类 中的方法org.apache.xmlgraphics.ps.ImageEncodingHelper
-
- getNextCode() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFLZWDecoder
-
- getNextIFDOffset() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
-
Returns the offset of the next IFD after the IFD corresponding to this
TIFFDirectory
.
- getNormalizingTransform() - 类 中的方法org.apache.xmlgraphics.java2d.GraphicsConfigurationWithoutTransparency
-
- getNormalizingTransform() - 类 中的方法org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency
-
The normalizing transform (1:1) (since we currently
render images at 72dpi, which we might want to change
in the future).
- getNumDirectories(SeekableStream) - 类 中的静态方法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() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
-
Returns the number of directory entries.
- getNumPages() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder
-
- getNumPages() - 接口 中的方法org.apache.xmlgraphics.image.codec.util.ImageDecoder
-
Returns the number of pages present in the current stream.
- getNumPages() - 类 中的方法org.apache.xmlgraphics.image.codec.util.ImageDecoderImpl
-
Returns the number of pages present in the current stream.
- getNumPrivateChunks() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns the number of private chunks to be written to the
output file.
- getNumXTiles() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Returns the number of tiles along the tile grid in the
horizontal direction.
- getNumXTiles() - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
- getNumXTiles() - 类 中的方法org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- getNumYTiles() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Returns the number of tiles along the tile grid in the vertical
direction.
- getNumYTiles() - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
- getNumYTiles() - 类 中的方法org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- getObjectArray(String) - 类 中的方法org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
Returns an object array representation of the property's values.
- getOriginalImage() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageInfo
-
Returns the original Image instance if such an Image instance is created while building
this ImageInfo object.
- getOriginalURI() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageInfo
-
Returns the original URI of the image.
- getOutput8BitGray() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
-
Returns the current value of the 8-bit gray output parameter.
- getOutputStream() - 接口 中的方法org.apache.xmlgraphics.image.codec.util.ImageEncoder
-
Returns the OutputStream associated with this ImageEncoder.
- getOutputStream() - 类 中的方法org.apache.xmlgraphics.image.codec.util.ImageEncoderImpl
-
Returns the OutputStream associated with this ImageEncoder.
- getOutputStream(URI) - 接口 中的方法org.apache.xmlgraphics.io.ResourceResolver
-
Gets an output stream of a given URI.
- getOutputStream(String) - 接口 中的方法org.apache.xmlgraphics.io.TempResourceResolver
-
Gets an temporary-output stream of a given identifier.
- getOutputStream(URI) - 类 中的方法org.apache.xmlgraphics.io.URIResolverAdapter
-
Gets an output stream of a given URI.
- getOutputStream() - 类 中的方法org.apache.xmlgraphics.ps.PSGenerator
-
Returns the OutputStream the PSGenerator writes to.
- getPageCount() - 类 中的方法org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
-
Returns the number of pages generated so far.
- getPageCount() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentPages
-
Returns the page count.
- getPageIndexFromURI(String) - 类 中的静态方法org.apache.xmlgraphics.image.loader.util.ImageUtil
-
Extracts page index information from a URI.
- getPageName() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentPage
-
Returns the name of the page.
- getPagePosition() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentPage
-
Returns the page position.
- getPaint() - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Returns the current Paint
of the
Graphics2D
context.
- getPaint() - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Returns the current Paint
of the
Graphics2D
context.
- getPaintProc() - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Gets the postscript procedure PaintProc
- getPaintType() - 类 中的方法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() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette
-
Returns the current RGB palette.
- getPaletteHistogram() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns the palette histogram to be stored with this image.
- getPaletteTransparency() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette
-
Returns the alpha values associated with each palette entry.
- getParam() - 接口 中的方法org.apache.xmlgraphics.image.codec.util.ImageDecoder
-
Returns the current parameters as an instance of the
ImageDecodeParam interface.
- getParam() - 类 中的方法org.apache.xmlgraphics.image.codec.util.ImageDecoderImpl
-
Returns the current parameters as an instance of the
ImageDecodeParam
interface.
- getParam() - 接口 中的方法org.apache.xmlgraphics.image.codec.util.ImageEncoder
-
Returns the current parameters as an instance of the
ImageEncodeParam interface.
- getParam() - 类 中的方法org.apache.xmlgraphics.image.codec.util.ImageEncoderImpl
-
Returns the current parameters as an instance of the
ImageEncodeParam interface.
- getParentContext() - 接口 中的方法org.apache.xmlgraphics.image.loader.ImageSessionContext
-
Returns the session-independent context object which provides configuration information.
- getParentContext() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.DefaultImageSessionContext
-
Returns the session-independent context object which provides configuration information.
- getParentFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.RefinedImageFlavor
-
Returns the associated parent image flavor.
- getPart() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.PDFAAdapter
-
- getPart() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.PDFUAAdapter
-
- getPDFVersion() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.AdobePDFAdapter
-
- getPenalty(Vertex, Vertex) - 类 中的方法org.apache.xmlgraphics.util.dijkstra.DefaultEdgeDirectory
-
Returns the penalty between two vertices.
- getPenalty(Vertex, Vertex) - 类 中的方法org.apache.xmlgraphics.util.dijkstra.DijkstraAlgorithm
-
Returns the penalty between two vertices.
- getPenalty() - 接口 中的方法org.apache.xmlgraphics.util.dijkstra.Edge
-
Returns the penalty (or distance) for this edge.
- getPenalty(Vertex, Vertex) - 接口 中的方法org.apache.xmlgraphics.util.dijkstra.EdgeDirectory
-
Returns the penalty between two vertices.
- getPerformGammaCorrection() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
-
Returns true
if gamma correction is to be performed
on the image data.
- getPhysicalDimension() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns the physical dimension information to be stored
with this image.
- getPipelineFactory() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageManager
-
Returns the PipelineFactory in use by the ImageManager.
- getPredecessor(Vertex) - 类 中的方法org.apache.xmlgraphics.util.dijkstra.DijkstraAlgorithm
-
Returns the vertex's predecessor on the shortest path.
- getPreferredPrefix() - 类 中的方法org.apache.xmlgraphics.xmp.XMPSchema
-
- getPrefix() - 类 中的方法org.apache.xmlgraphics.util.QName
-
- getPreloaderIterator() - 类 中的方法org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Returns an iterator over all registered ImagePreloader instances.
- getPriority() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.AbstractImagePreloader
-
Returns the priority of the preloader.
- getPriority() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.imageio.PreloaderImageIO
-
Returns the priority of the preloader.
- getPriority() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.PreloaderRawPNG
-
- getPriority() - 接口 中的方法org.apache.xmlgraphics.image.loader.spi.ImagePreloader
-
Returns the priority of the preloader.
- getPrivateChunkData(int) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFImage
-
Reads a private IFD from a given offset in the stream.
- getProcsetCIDInitResource() - 类 中的方法org.apache.xmlgraphics.ps.PSGenerator
-
Returns the PSResource instance corresponding to the CIDInit ProcSet
resource.
- getProducer() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.AdobePDFAdapter
-
- getProfileName() - 接口 中的方法org.apache.xmlgraphics.java2d.color.ColorSpaceOrigin
-
Returns the name of the profile used to identify the color space in a particular context.
- getProfileName() - 类 中的方法org.apache.xmlgraphics.java2d.color.DeviceCMYKColorSpace
-
Returns the name of the profile used to identify the color space in a particular context.
- getProfileName() - 类 中的方法org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent
-
Returns the name of the profile used to identify the color space in a particular context.
- getProfileName() - 类 中的方法org.apache.xmlgraphics.java2d.color.NamedColorSpace
-
Returns the name of the profile used to identify the color space in a particular context.
- getProfileName() - 类 中的方法org.apache.xmlgraphics.java2d.color.profile.NamedColorProfile
-
Returns the profile name.
- getProfileURI() - 接口 中的方法org.apache.xmlgraphics.java2d.color.ColorSpaceOrigin
-
Returns the URI identifying the associate color profile.
- getProfileURI() - 类 中的方法org.apache.xmlgraphics.java2d.color.DeviceCMYKColorSpace
-
Returns the URI identifying the associate color profile.
- getProfileURI() - 类 中的方法org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent
-
Returns the URI identifying the associate color profile.
- getProfileURI() - 类 中的方法org.apache.xmlgraphics.java2d.color.NamedColorSpace
-
Returns the URI identifying the associate color profile.
- getProperty(String) - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Gets a property from the property set of this image.
- getProperty(String) - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
- getProperty(String) - 类 中的方法org.apache.xmlgraphics.image.rendered.BufferedImageCachableRed
-
- getProperty(String) - 类 中的方法org.apache.xmlgraphics.image.rendered.FormatRed
-
- getProperty(String) - 类 中的方法org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- getProperty(String, String) - 类 中的方法org.apache.xmlgraphics.xmp.Metadata
-
Returns a property
- getProperty(QName) - 类 中的方法org.apache.xmlgraphics.xmp.Metadata
-
Returns a property.
- getProperty(String, String) - 接口 中的方法org.apache.xmlgraphics.xmp.PropertyAccess
-
Returns a property
- getProperty(QName) - 接口 中的方法org.apache.xmlgraphics.xmp.PropertyAccess
-
Returns a property.
- getProperty(String, String) - 类 中的方法org.apache.xmlgraphics.xmp.XMPStructure
-
Returns a property
- getProperty(QName) - 类 中的方法org.apache.xmlgraphics.xmp.XMPStructure
-
Returns a property.
- getPropertyCount() - 类 中的方法org.apache.xmlgraphics.xmp.Metadata
-
Returns the number of properties.
- getPropertyCount() - 接口 中的方法org.apache.xmlgraphics.xmp.PropertyAccess
-
Returns the number of properties.
- getPropertyCount() - 类 中的方法org.apache.xmlgraphics.xmp.XMPStructure
-
Returns the number of properties.
- getPropertyMergerFor(XMPProperty) - 类 中的方法org.apache.xmlgraphics.xmp.merge.MergeRuleSet
-
Returns the PropertyMerger that shall be used when merging the given property.
- getPropertyNames() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Returns a list of the properties recognized by this image.
- getPropertyNames(String) - 类 中的方法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() - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
- getPropertyNames() - 类 中的方法org.apache.xmlgraphics.image.rendered.BufferedImageCachableRed
-
- getPropertyNames() - 类 中的方法org.apache.xmlgraphics.image.rendered.FormatRed
-
- getPropertyNames() - 类 中的方法org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- getPSGenerator() - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
- getPSLength() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.PreloaderEPS.EPSBinaryFileHeader
-
Returns the length of the PostScript section.
- getPSLevel() - 类 中的方法org.apache.xmlgraphics.ps.PSGenerator
-
Returns the selected PostScript level.
- getPSStart() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.PreloaderEPS.EPSBinaryFileHeader
-
Returns the start offset of the PostScript section.
- getPublisher() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns an array of publishers.
- getQName() - 类 中的方法org.apache.xmlgraphics.util.QName
-
- getQName(String) - 类 中的方法org.apache.xmlgraphics.xmp.XMPSchema
-
Returns the QName for a property of this schema.
- getQName(String) - 类 中的方法org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
Returns the QName for a given property
- getRegistry() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageManager
-
Returns the ImageImplRegistry in use by the ImageManager.
- getRelations() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns an array of all relationship to other documents.
- getRenderedImage() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRendered
-
Returns the contained RenderedImage instance.
- getRenderingHint(RenderingHints.Key) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Returns the value of a single preference for the rendering algorithms.
- getRenderingHint(RenderingHints.Key) - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Returns the value of a single preference for the rendering algorithms.
- getRenderingHints() - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Gets the preferences for the rendering algorithms.
- getRenderingHints() - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Gets the preferences for the rendering algorithms.
- getRenderingIntent() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawPNG
-
Returns the rendering intent of the sRGB color space.
- getRenderingIntent() - 类 中的方法org.apache.xmlgraphics.java2d.color.profile.NamedColorProfile
-
Returns the color profile's rendering intent.
- getResolution() - 类 中的方法org.apache.xmlgraphics.image.writer.ImageWriterParams
-
- getResolutionUnit() - 类 中的方法org.apache.xmlgraphics.image.writer.ImageWriterParams
-
Returns the unit in which resolution values are given (ex. units per inch).
- getResource(URI) - 接口 中的方法org.apache.xmlgraphics.io.ResourceResolver
-
Get a resource given the URI pointing to said resource.
- getResource(String) - 接口 中的方法org.apache.xmlgraphics.io.TempResourceResolver
-
Get a temporary-resource given the identifier pointing to said resource.
- getResource(URI) - 类 中的方法org.apache.xmlgraphics.io.URIResolverAdapter
-
Get a resource given the URI pointing to said resource.
- getResource() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.AbstractResourceDSCComment
-
Returns the associated PSResource.
- getResource() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginDocument
-
Returns the associated PSResource.
- getResourceBundle() - 接口 中的方法org.apache.xmlgraphics.util.i18n.ExtendedLocalizable
-
Returns the current resource bundle.
- getResourceBundle() - 类 中的方法org.apache.xmlgraphics.util.i18n.LocalizableSupport
-
- getResources() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.AbstractResourcesDSCComment
-
Returns the set of resources associated with this DSC comment.
- getResourceSpecification() - 类 中的方法org.apache.xmlgraphics.ps.PSProcSet
-
- getResourceSpecification() - 类 中的方法org.apache.xmlgraphics.ps.PSResource
-
- getResourceTracker() - 类 中的方法org.apache.xmlgraphics.ps.PSGenerator
-
Resturns the ResourceTracker instance associated with this PSGenerator.
- getRevision() - 类 中的方法org.apache.xmlgraphics.ps.PSProcSet
-
- getRGB(RenderedImage, int, int, int, int, int[], int, int) - 类 中的静态方法org.apache.xmlgraphics.ps.PSImageUtils
-
Extracts a packed RGB integer array of a RenderedImage.
- getRGBColor() - 类 中的方法org.apache.xmlgraphics.java2d.color.NamedColorSpace
-
Returns an sRGB-based color representing the full-tint color defined by this named color
space.
- getRights() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns the informal rights statement.
- getRights(String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns the informal rights statement in a language-dependant way.
- getRootNamespace() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageXMLDOM
-
Returns the root XML namespace of the XML document.
- getRowsPerStrip() - 类 中的方法org.apache.xmlgraphics.image.writer.ImageWriterParams
-
The number of rows per strip of the TIFF image, default 1.
- getSampleModel() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Returns the SampleModel of the image.
- getSampleModel() - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
- getSampleModel() - 类 中的方法org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- getSchema() - 类 中的方法org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
- getSchema(String) - 类 中的方法org.apache.xmlgraphics.xmp.XMPSchemaRegistry
-
Returns the XMP schema object for a given namespace.
- getSignificantBits() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns the number of significant bits for each band of the image.
- getSimpleValue() - 类 中的方法org.apache.xmlgraphics.xmp.XMPArray
-
Returns a normal Java object representing the value if it is available.
- getSimpleValue() - 类 中的方法org.apache.xmlgraphics.xmp.XMPComplexValue
-
Returns a normal Java object representing the value if it is available.
- getSimpleValue() - 类 中的方法org.apache.xmlgraphics.xmp.XMPStructure
-
Returns a normal Java object representing the value if it is available.
- getSize() - 接口 中的方法org.apache.xmlgraphics.image.loader.Image
-
Returns the image's intrinsic size.
- getSize() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageInfo
-
Returns the image's intrinsic size.
- getSize() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.AbstractImage
-
Returns the image's intrinsic size.
- getSize() - 类 中的方法org.apache.xmlgraphics.xmp.XMPArray
-
Returns the current number of values in the array.
- getSOFType() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawJPEG
-
Returns the SOFn identifier of the image which describes the coding format of the image.
- getSource(String) - 接口 中的方法org.apache.xmlgraphics.image.loader.ImageSessionContext
-
Returns a Source object for a URI.
- getSource(String) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.AbstractImageSessionContext
-
Returns a Source object for a URI.
- getSource() - 类 中的方法org.apache.xmlgraphics.image.rendered.FormatRed
-
fetch the source image for this node.
- getSource() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns unique identifier of the work from which this resource was derived.
- getSourceFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageConverterBitmap2G2D
-
Returns the flavor that this converter expects.
- getSourceFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageConverterBuffered2Rendered
-
Returns the flavor that this converter expects.
- getSourceFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageConverterG2D2Bitmap
-
Returns the flavor that this converter expects.
- getSourceFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageConverterRendered2PNG
-
Returns the flavor that this converter expects.
- getSourceFlavor() - 接口 中的方法org.apache.xmlgraphics.image.loader.spi.ImageConverter
-
Returns the flavor that this converter expects.
- getSourceResolution() - 接口 中的方法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() - 类 中的方法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() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
- getSources() - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
- getSources() - 类 中的方法org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- getSRGBIntent() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns the sRGB rendering intent to be stored with this image.
- getStart() - 接口 中的方法org.apache.xmlgraphics.util.dijkstra.Edge
-
Returns the start vertex of the edge.
- getString(String) - 类 中的静态方法org.apache.xmlgraphics.image.codec.util.PropertyUtil
-
- getString4(int) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGChunk
-
- getStringArray(String) - 类 中的方法org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
Returns a String array representation of the property's values.
- getStroke() - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Returns the current Stroke
in the
Graphics2D
context.
- getStroke() - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Returns the current Stroke
in the
Graphics2D
context.
- getStructure(int) - 类 中的方法org.apache.xmlgraphics.xmp.XMPArray
-
Returns the structure at a given position.
- getStructureValue() - 类 中的方法org.apache.xmlgraphics.xmp.XMPProperty
-
- getSubjects() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns an array of all subjects.
- getSuggestedPalette() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns the suggested palette information to be stored with this
image.
- getSupportedFlavors(String) - 类 中的方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的方法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) - 接口 中的方法org.apache.xmlgraphics.image.loader.spi.ImageLoaderFactory
-
Returns an array of ImageFlavors that are supported by this implementation for a given
MIME type.
- getSupportedMIMETypes() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.imageio.ImageLoaderFactoryImageIO
-
Returns an array of MIME types supported by this implementation.
- getSupportedMIMETypes() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryEPS
-
Returns an array of MIME types supported by this implementation.
- getSupportedMIMETypes() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryInternalTIFF
-
Returns an array of MIME types supported by this implementation.
- getSupportedMIMETypes() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryPNG
-
Returns an array of MIME types supported by this implementation.
- getSupportedMIMETypes() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryRaw
-
Returns an array of MIME types supported by this implementation.
- getSupportedMIMETypes() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryRawCCITTFax
-
Returns an array of MIME types supported by this implementation.
- getSupportedMIMETypes() - 接口 中的方法org.apache.xmlgraphics.image.loader.spi.ImageLoaderFactory
-
Returns an array of MIME types supported by this implementation.
- getSuppressAlpha() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
-
Returns true
if alpha (transparency) will
be prevented from appearing in the output.
- getSystemId() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageSource
- getTag() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFField
-
Returns the tag number, between 0 and 65535.
- getTags() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
-
Returns an ordered array of ints indicating the tag
values.
- getTargetFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.CompositeImageLoader
-
Returns the image flavor that is returned by this ImageLoader implementation.
- getTargetFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageConverterBitmap2G2D
-
Returns the flavor that this converter converts images into.
- getTargetFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageConverterBuffered2Rendered
-
Returns the flavor that this converter converts images into.
- getTargetFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageConverterG2D2Bitmap
-
Returns the flavor that this converter converts images into.
- getTargetFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageConverterRendered2PNG
-
Returns the flavor that this converter converts images into.
- getTargetFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.imageio.ImageLoaderImageIO
-
Returns the image flavor that is returned by this ImageLoader implementation.
- getTargetFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageLoaderEPS
-
Returns the image flavor that is returned by this ImageLoader implementation.
- getTargetFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageLoaderInternalTIFF
-
Returns the image flavor that is returned by this ImageLoader implementation.
- getTargetFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageLoaderPNG
-
Returns the image flavor that is returned by this ImageLoader implementation.
- getTargetFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageLoaderRaw
-
Returns the image flavor that is returned by this ImageLoader implementation.
- getTargetFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageLoaderRawCCITTFax
-
Returns the image flavor that is returned by this ImageLoader implementation.
- getTargetFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageLoaderRawJPEG
-
Returns the image flavor that is returned by this ImageLoader implementation.
- getTargetFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageLoaderRawPNG
-
Returns the image flavor that is returned by this ImageLoader implementation.
- getTargetFlavor() - 类 中的方法org.apache.xmlgraphics.image.loader.pipeline.ImageProviderPipeline
-
Returns the target flavor generated by this pipeline.
- getTargetFlavor() - 接口 中的方法org.apache.xmlgraphics.image.loader.spi.ImageConverter
-
Returns the flavor that this converter converts images into.
- getTargetFlavor() - 接口 中的方法org.apache.xmlgraphics.image.loader.spi.ImageLoader
-
Returns the image flavor that is returned by this ImageLoader implementation.
- getTargetResolution() - 接口 中的方法org.apache.xmlgraphics.image.loader.ImageSessionContext
-
Returns the resolution (in dpi) of the target device used when painting images.
- getTargetResolution() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.DefaultImageSessionContext
-
Returns the resolution (in dpi) of the target device used when painting images.
- getText() - 类 中的方法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() - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Gets a texture which is used for filling shapes
- getTIFFLength() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.PreloaderEPS.EPSBinaryFileHeader
-
Returns the length of the TIFF preview.
- getTIFFStart() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.PreloaderEPS.EPSBinaryFileHeader
-
Returns the start offset of the TIFF preview.
- getTile(int, int) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGRed
-
- getTile(int, int) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFImage
-
Returns tile (tileX, tileY) as a Raster.
- getTile(int, int) - 类 中的方法org.apache.xmlgraphics.image.codec.util.SingleTileRenderedImage
-
Returns the image's Raster as tile (0, 0).
- getTile(int, int) - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
- getTile(int, int) - 类 中的方法org.apache.xmlgraphics.image.rendered.BufferedImageCachableRed
-
- getTile(int, int) - 类 中的方法org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- getTileGridXOffset() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Returns the X coordinate of the upper-left pixel of tile (0, 0).
- getTileGridXOffset() - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
- getTileGridXOffset() - 类 中的方法org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- getTileGridYOffset() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Returns the Y coordinate of the upper-left pixel of tile (0, 0).
- getTileGridYOffset() - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
- getTileGridYOffset() - 类 中的方法org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- getTileHeight() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
-
Retrieves the tile height set via setTileSize()
.
- getTileHeight() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Returns the height of a tile.
- getTileHeight() - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
- getTileHeight() - 类 中的方法org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- getTileWidth() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
-
Retrieves the tile width set via setTileSize()
.
- getTileWidth() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Returns the width of a tile.
- getTileWidth() - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
- getTileWidth() - 类 中的方法org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- getTilingType() - 类 中的方法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() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentTitle
-
Returns the title.
- getTitle() - 类 中的方法org.apache.xmlgraphics.ps.FormGenerator
-
Returns the form's title.
- getTitle() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns the title of the resource (in the default language).
- getTitle(String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns the title of the resource in a language-dependant way.
- getTransform() - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Returns a copy of the current Transform
in the
Graphics2D
context.
- getTransform() - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Returns a copy of the current Transform
in the
Graphics2D
context.
- getTransform() - 类 中的方法org.apache.xmlgraphics.ps.PSState
-
Returns the transform.
- getTransformParameters() - 类 中的方法org.apache.xmlgraphics.java2d.TransformStackElement
-
- getTransformStack() - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
- getTransparentColor() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawPNG
-
The color of the transparent pixel.
- getTransparentColor() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRendered
-
Returns the transparent color if available.
- getTransparentGray() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
-
Returns the gray value to be used to denote transparency.
- getTransparentRGB() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.RGB
-
Returns the RGB value to be used to denote transparency.
- getType() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGChunk
-
- getType() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFField
-
Returns the type of the data stored in the IFD.
- getType() - 类 中的方法org.apache.xmlgraphics.io.Resource
-
- getType() - 类 中的方法org.apache.xmlgraphics.java2d.GenericGraphicsDevice
-
Let the caller know that we are "a printer"
- getType() - 类 中的方法org.apache.xmlgraphics.java2d.TransformStackElement
-
- getType() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginDocument
-
Returns the resource type
- getType() - 类 中的方法org.apache.xmlgraphics.ps.PSResource
-
- getType() - 类 中的方法org.apache.xmlgraphics.xmp.XMPArray
-
- getTypes() - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Returns an array of all document types.
- getTypeString() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGChunk
-
- getUnicodeSequenceForGlyphName(String) - 类 中的静态方法org.apache.xmlgraphics.fonts.Glyphs
-
Returns a String containing the Unicode sequence the given glyph name represents.
- getUsageCount(PSResource) - 类 中的方法org.apache.xmlgraphics.ps.dsc.ResourceTracker
-
Returns the number of times a resource has been used inside the current DSC document.
- getUsagePenalty() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.AbstractImageLoader
-
Returns the penalty assigned to using this image loader.
- getUsagePenalty(String, ImageFlavor) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.AbstractImageLoaderFactory
-
- getUsagePenalty() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.CompositeImageLoader
-
Returns the penalty assigned to using this image loader.
- getUsagePenalty() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageLoaderInternalTIFF
-
Returns the penalty assigned to using this image loader.
- getUsagePenalty() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageLoaderPNG
-
Returns the penalty assigned to using this image loader.
- getUsagePenalty() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageLoaderRawPNG
-
Returns the penalty assigned to using this image loader.
- getUsagePenalty() - 接口 中的方法org.apache.xmlgraphics.image.loader.spi.ImageLoader
-
Returns the penalty assigned to using this image loader.
- getUsagePenalty(String, ImageFlavor) - 接口 中的方法org.apache.xmlgraphics.image.loader.spi.ImageLoaderFactory
-
- getUserExponent() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
-
Returns the current value of the user exponent parameter.
- getValue(String) - 枚举 中的静态方法org.apache.xmlgraphics.image.codec.tiff.CompressionValue
-
Gets the compression value given the name of the compression type.
- getValue() - 类 中的方法org.apache.xmlgraphics.image.loader.util.Penalty
-
Returns the penalty value.
- getValue() - 枚举 中的方法org.apache.xmlgraphics.image.writer.ResolutionUnit
-
Retrieves the numeric value of the resolution unit.
- getValue(int) - 类 中的方法org.apache.xmlgraphics.xmp.XMPArray
-
Returns the value at a given position.
- getValue() - 类 中的方法org.apache.xmlgraphics.xmp.XMPProperty
-
- getValue(String) - 类 中的方法org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
Returns a simple value.
- getValueProperty() - 类 中的方法org.apache.xmlgraphics.xmp.Metadata
-
Returns the rdf:value property.
- getValueProperty() - 接口 中的方法org.apache.xmlgraphics.xmp.PropertyAccess
-
Returns the rdf:value property.
- getValueProperty() - 类 中的方法org.apache.xmlgraphics.xmp.XMPStructure
-
Returns the rdf:value property.
- getVersion() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginDocument
-
Returns the resource version.
- getVersion() - 类 中的方法org.apache.xmlgraphics.ps.PSProcSet
-
- getWhitePoint() - 类 中的方法org.apache.xmlgraphics.java2d.color.CIELabColorSpace
-
Returns the configured white point.
- getWidth() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
Returns the width of the image.
- getWidth() - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
- getWidth() - 类 中的方法org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- getWidth() - 类 中的方法org.apache.xmlgraphics.java2d.Dimension2DDouble
- getWidthMpt() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageSize
-
Returns the image's width in millipoints.
- getWidthPx() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageSize
-
Returns the image's width in pixels.
- getWMFLength() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.PreloaderEPS.EPSBinaryFileHeader
-
Returns the length of the WMF preview.
- getWMFStart() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.PreloaderEPS.EPSBinaryFileHeader
-
Returns the start offset of the WMF preview.
- getWriterFor(String) - 类 中的方法org.apache.xmlgraphics.image.writer.ImageWriterRegistry
-
Returns an ImageWriter that can be used to encode an image to the requested MIME type.
- getWriteTiled() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
-
Returns the value of the writeTiled parameter.
- getXMLLang() - 类 中的方法org.apache.xmlgraphics.xmp.XMPProperty
-
- getXResolution() - 类 中的方法org.apache.xmlgraphics.image.writer.ImageWriterParams
-
- getXStep() - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Gets the horizontal spacing between pattern cells
- getXTile(int) - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
Returns the x index of tile under xloc.
- getXUID() - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Gets an extended unique ID that uniquely identifies the pattern
- getXYZ() - 类 中的方法org.apache.xmlgraphics.java2d.color.NamedColorSpace
-
Returns the XYZ coordinates of the named color.
- getYResolution() - 类 中的方法org.apache.xmlgraphics.image.writer.ImageWriterParams
-
- getYStep() - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Gets the vertical spacing between pattern cells
- getYTile(int) - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
Returns the y index of tile under yloc.
- Glyphs - org.apache.xmlgraphics.fonts中的类
-
This class provides a number of constants for glyph management.
- glyphToString(String) - 类 中的静态方法org.apache.xmlgraphics.fonts.Glyphs
-
- GraphicContext - org.apache.xmlgraphics.java2d中的类
-
Handles the attributes in a graphic context:
+ Composite
+ Font
+ Paint
+ Stroke
+ Clip
+ RenderingHints
+ AffineTransform
- GraphicContext() - 类 的构造器org.apache.xmlgraphics.java2d.GraphicContext
-
Default constructor
- GraphicContext(AffineTransform) - 类 的构造器org.apache.xmlgraphics.java2d.GraphicContext
-
- GraphicContext(GraphicContext) - 类 的构造器org.apache.xmlgraphics.java2d.GraphicContext
-
Copy constructor.
- GRAPHICS2D - 类 中的静态变量org.apache.xmlgraphics.image.loader.ImageFlavor
-
An image in form of a Graphics2DImage (can be painted on a Graphics2D interface)
- Graphics2DImagePainter - org.apache.xmlgraphics.java2d中的接口
-
This interface is used to paint vector graphic images.
- GraphicsConfigurationWithoutTransparency - org.apache.xmlgraphics.java2d中的类
-
- GraphicsConfigurationWithoutTransparency() - 类 的构造器org.apache.xmlgraphics.java2d.GraphicsConfigurationWithoutTransparency
-
- GraphicsConfigurationWithTransparency - org.apache.xmlgraphics.java2d中的类
-
- GraphicsConfigurationWithTransparency() - 类 的构造器org.apache.xmlgraphics.java2d.GraphicsConfigurationWithTransparency
-
- GraphicsConstants - org.apache.xmlgraphics.image中的类
-
- GraphicsUtil - org.apache.xmlgraphics.image中的类
-
Set of utility methods for Graphics.
- Gray() - 类 的构造器org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
-
Constructs an instance of PNGEncodeParam.Gray
.
- GrayScaleColorConverter - 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 - 类 中的变量org.apache.xmlgraphics.image.codec.png.PNGSuggestedPaletteEntry
-
The green color value of the entry.
- ICCColorSpaceWithIntent - 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) - 类 的构造器org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent
-
Creates a new ICC-based color space.
- IDENTITY - 类 中的静态变量org.apache.xmlgraphics.image.GraphicsUtil
-
- IGNORE_COLOR_PROFILE - 接口 中的静态变量org.apache.xmlgraphics.image.loader.ImageProcessingHints
-
Used to tell the image loader to ignore any color profile in the image.
- ignoreColorProfile(Map) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.AbstractImageLoader
-
Indicates whether an embedded color profile should be ignored.
- ignoreFlushing(ImageInputStream) - 类 中的静态方法org.apache.xmlgraphics.image.loader.util.ImageUtil
-
Decorates an ImageInputStream so the flush*() methods are ignored and have no effect.
- Image - org.apache.xmlgraphics.image.loader中的接口
-
Represents an instance of an image (bitmap or vector graphic).
- IMAGE_MANAGER - 接口 中的静态变量org.apache.xmlgraphics.image.loader.ImageProcessingHints
-
- IMAGE_SESSION_CONTEXT - 接口 中的静态变量org.apache.xmlgraphics.image.loader.ImageProcessingHints
-
- ImageBuffered - org.apache.xmlgraphics.image.loader.impl中的类
-
This class is an implementation of the Image interface exposing a BufferedImage.
- ImageBuffered(ImageInfo, BufferedImage, Color) - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageBuffered
-
Main constructor.
- ImageCache - org.apache.xmlgraphics.image.loader.cache中的类
-
This class provides a cache for images.
- ImageCache() - 类 的构造器org.apache.xmlgraphics.image.loader.cache.ImageCache
-
Default constructor with default settings.
- ImageCache(TimeStampProvider, ExpirationPolicy) - 类 的构造器org.apache.xmlgraphics.image.loader.cache.ImageCache
-
Constructor for customized behaviour and testing.
- ImageCacheListener - 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 - org.apache.xmlgraphics.image.loader.cache中的类
-
Convenience class that gathers statistical information about the image cache.
- ImageCacheStatistics(boolean) - 类 的构造器org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
Main constructor.
- ImageContext - org.apache.xmlgraphics.image.loader中的接口
-
The ImageContext interface provides session-independent information (mainly configuration
values).
- ImageConverter - org.apache.xmlgraphics.image.loader.spi中的接口
-
Defines an image converter that can convert one image representation into another.
- ImageConverterBitmap2G2D - org.apache.xmlgraphics.image.loader.impl中的类
-
This ImageConverter wraps a bitmap image in a Graphics2D image.
- ImageConverterBitmap2G2D() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageConverterBitmap2G2D
-
- ImageConverterBuffered2Rendered - org.apache.xmlgraphics.image.loader.impl中的类
-
This ImageConverter converts BufferedImages to RenderedImages (well, it's basically just a
class cast).
- ImageConverterBuffered2Rendered() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageConverterBuffered2Rendered
-
- ImageConverterG2D2Bitmap - org.apache.xmlgraphics.image.loader.impl中的类
-
This ImageConverter converts Graphics2D images to a BufferedImage.
- ImageConverterG2D2Bitmap() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageConverterG2D2Bitmap
-
- ImageConverterRendered2PNG - org.apache.xmlgraphics.image.loader.impl中的类
-
This ImageConverter converts Rendered to PNG images.
- ImageConverterRendered2PNG() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageConverterRendered2PNG
-
- ImageDecodeParam - org.apache.xmlgraphics.image.codec.util中的接口
-
An empty (marker) interface to be implemented by all image decoder
parameter classes.
- ImageDecoder - org.apache.xmlgraphics.image.codec.util中的接口
-
An interface describing objects that transform an InputStream into a
BufferedImage or Raster.
- ImageDecoderImpl - org.apache.xmlgraphics.image.codec.util中的类
-
A partial implementation of the ImageDecoder
interface
useful for subclassing.
- ImageDecoderImpl(SeekableStream, ImageDecodeParam) - 类 的构造器org.apache.xmlgraphics.image.codec.util.ImageDecoderImpl
-
Constructs an ImageDecoderImpl
with a given
SeekableStream
and ImageDecodeParam
instance.
- ImageDecoderImpl(InputStream, ImageDecodeParam) - 类 的构造器org.apache.xmlgraphics.image.codec.util.ImageDecoderImpl
-
Constructs an ImageDecoderImpl
with a given
InputStream
and ImageDecodeParam
instance.
- ImageEncodeParam - org.apache.xmlgraphics.image.codec.util中的接口
-
An empty (marker) interface to be implemented by all image encoder
parameter classes.
- ImageEncoder - org.apache.xmlgraphics.image.codec.util中的接口
-
An interface describing objects that transform a BufferedImage or
Raster into an OutputStream.
- ImageEncoder - 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 - org.apache.xmlgraphics.image.codec.util中的类
-
A partial implementation of the ImageEncoder interface useful for
subclassing.
- ImageEncoderImpl(OutputStream, ImageEncodeParam) - 类 的构造器org.apache.xmlgraphics.image.codec.util.ImageEncoderImpl
-
Constructs an ImageEncoderImpl with a given OutputStream
and ImageEncoderParam instance.
- ImageEncodingHelper - org.apache.xmlgraphics.ps中的类
-
Helper class for encoding bitmap images.
- ImageEncodingHelper(RenderedImage) - 类 的构造器org.apache.xmlgraphics.ps.ImageEncodingHelper
-
Main constructor
- ImageEncodingHelper(RenderedImage, boolean) - 类 的构造器org.apache.xmlgraphics.ps.ImageEncodingHelper
-
Main constructor
- ImageException - org.apache.xmlgraphics.image.loader中的异常错误
-
Base class for all image-related exceptions.
- ImageException(String) - 异常错误 的构造器org.apache.xmlgraphics.image.loader.ImageException
-
Constructs an ImageException
with the specified detail
message.
- ImageException(String, Throwable) - 异常错误 的构造器org.apache.xmlgraphics.image.loader.ImageException
-
Constructs a new ImageException
with the specified detail message and
cause.
- ImageFlavor - org.apache.xmlgraphics.image.loader中的类
-
The flavor of an image indicates in which form it is available.
- ImageFlavor(String) - 类 的构造器org.apache.xmlgraphics.image.loader.ImageFlavor
-
Constructs a new ImageFlavor.
- ImageFormGenerator - org.apache.xmlgraphics.ps中的类
-
Abstract helper class for generating PostScript forms.
- ImageFormGenerator(String, String, Dimension2D, RenderedImage, boolean) - 类 的构造器org.apache.xmlgraphics.ps.ImageFormGenerator
-
Main constructor.
- ImageFormGenerator(String, String, Dimension2D, Dimension, ImageEncoder, ColorSpace, int, boolean) - 类 的构造器org.apache.xmlgraphics.ps.ImageFormGenerator
-
Main constructor.
- ImageFormGenerator(String, String, Dimension2D, Dimension, ImageEncoder, ColorSpace, boolean) - 类 的构造器org.apache.xmlgraphics.ps.ImageFormGenerator
-
Main constructor.
- ImageGraphics2D - org.apache.xmlgraphics.image.loader.impl中的类
-
This class is an implementation of the Image interface exposing a Graphics2DImagePainter.
- ImageGraphics2D(ImageInfo, Graphics2DImagePainter) - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D
-
Main constructor.
- ImageImplRegistry - 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) - 类 的构造器org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Main constructor.
- ImageImplRegistry() - 类 的构造器org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Main constructor.
- ImageInfo - org.apache.xmlgraphics.image.loader中的类
-
Represents an image that may not have been fully loaded.
- ImageInfo(String, String) - 类 的构造器org.apache.xmlgraphics.image.loader.ImageInfo
-
Main constructor.
- ImageInputStreamAdapter - org.apache.xmlgraphics.image.loader.util中的类
-
Decorates an ImageInputStream with an InputStream interface.
- ImageInputStreamAdapter(ImageInputStream) - 类 的构造器org.apache.xmlgraphics.image.loader.util.ImageInputStreamAdapter
-
Creates a new ImageInputStreamAdapter.
- ImageInputStreamSeekableStreamAdapter - org.apache.xmlgraphics.image.codec.util中的类
-
A subclass of SeekableStream
that may be used to wrap
a regular ImageInputStream
.
- ImageInputStreamSeekableStreamAdapter(ImageInputStream) - 类 的构造器org.apache.xmlgraphics.image.codec.util.ImageInputStreamSeekableStreamAdapter
-
Constructs a SeekableStream
that takes
its source data from a regular ImageInputStream
.
- IMAGEIO_METADATA - 类 中的静态变量org.apache.xmlgraphics.image.loader.impl.imageio.ImageIOUtil
-
Key for ImageInfo's custom objects to embed the ImageIO metadata
- ImageIODebugUtil - org.apache.xmlgraphics.util中的类
-
Helper class for debugging stuff in Image I/O.
- ImageIOImageWriter - org.apache.xmlgraphics.image.writer.imageio中的类
-
ImageWriter implementation that uses Image I/O to write images.
- ImageIOImageWriter(String) - 类 的构造器org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter
-
Main constructor.
- ImageIOJPEGImageWriter - org.apache.xmlgraphics.image.writer.imageio中的类
-
ImageWriter that encodes JPEG images using Image I/O.
- ImageIOJPEGImageWriter() - 类 的构造器org.apache.xmlgraphics.image.writer.imageio.ImageIOJPEGImageWriter
-
Main constructor.
- ImageIOPNGImageWriter - org.apache.xmlgraphics.image.writer.imageio中的类
-
ImageWriter that encodes PNG images using Image I/O.
- ImageIOPNGImageWriter() - 类 的构造器org.apache.xmlgraphics.image.writer.imageio.ImageIOPNGImageWriter
-
Main constructor.
- ImageIOTIFFImageWriter - org.apache.xmlgraphics.image.writer.imageio中的类
-
ImageWriter that encodes TIFF images using Image I/O.
- ImageIOTIFFImageWriter() - 类 的构造器org.apache.xmlgraphics.image.writer.imageio.ImageIOTIFFImageWriter
-
Main constructor.
- ImageIOUtil - org.apache.xmlgraphics.image.loader.impl.imageio中的类
-
Helper and convenience methods for ImageIO.
- ImageKey - org.apache.xmlgraphics.image.loader.cache中的类
-
Key class for Image instances in the cache.
- ImageKey(String, ImageFlavor) - 类 的构造器org.apache.xmlgraphics.image.loader.cache.ImageKey
-
Main constructor.
- ImageLoader - org.apache.xmlgraphics.image.loader.spi中的接口
-
This interface is implemented by classes which load images from a source.
- ImageLoaderEPS - org.apache.xmlgraphics.image.loader.impl中的类
-
ImageLoader for EPS (Encapsulated PostScript) images.
- ImageLoaderEPS() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageLoaderEPS
-
Main constructor.
- ImageLoaderFactory - org.apache.xmlgraphics.image.loader.spi中的接口
-
This interface is implemented to provide information about an ImageLoader and to create new
instances.
- ImageLoaderFactoryEPS - org.apache.xmlgraphics.image.loader.impl中的类
-
Factory class for the ImageLoader for EPS (Encapsulated PostScript) images.
- ImageLoaderFactoryEPS() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryEPS
-
- ImageLoaderFactoryImageIO - org.apache.xmlgraphics.image.loader.impl.imageio中的类
-
Factory class for the ImageLoader based on ImageIO.
- ImageLoaderFactoryImageIO() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.imageio.ImageLoaderFactoryImageIO
-
- ImageLoaderFactoryInternalTIFF - org.apache.xmlgraphics.image.loader.impl中的类
-
Factory class for the ImageLoader for TIFF (based on Commons' internal TIFF codec).
- ImageLoaderFactoryInternalTIFF() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryInternalTIFF
-
- ImageLoaderFactoryPNG - org.apache.xmlgraphics.image.loader.impl中的类
-
- ImageLoaderFactoryPNG() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryPNG
-
- ImageLoaderFactoryRaw - org.apache.xmlgraphics.image.loader.impl中的类
-
Factory class for the ImageLoader for raw/undecoded images.
- ImageLoaderFactoryRaw() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryRaw
-
- ImageLoaderFactoryRawCCITTFax - org.apache.xmlgraphics.image.loader.impl中的类
-
Factory class for the ImageLoader for raw/undecoded CCITT encoded images.
- ImageLoaderFactoryRawCCITTFax() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryRawCCITTFax
-
- ImageLoaderImageIO - org.apache.xmlgraphics.image.loader.impl.imageio中的类
-
An ImageLoader implementation based on ImageIO for loading bitmap images.
- ImageLoaderImageIO(ImageFlavor) - 类 的构造器org.apache.xmlgraphics.image.loader.impl.imageio.ImageLoaderImageIO
-
Main constructor.
- ImageLoaderInternalTIFF - org.apache.xmlgraphics.image.loader.impl中的类
-
An ImageLoader implementation based on Commons' internal TIFF codec.
- ImageLoaderInternalTIFF() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageLoaderInternalTIFF
-
Main constructor.
- ImageLoaderPNG - org.apache.xmlgraphics.image.loader.impl中的类
-
- ImageLoaderPNG() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageLoaderPNG
-
- ImageLoaderRaw - org.apache.xmlgraphics.image.loader.impl中的类
-
ImageLoader for formats consumed "raw" (undecoded).
- ImageLoaderRaw(ImageFlavor) - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageLoaderRaw
-
Main constructor.
- ImageLoaderRawCCITTFax - org.apache.xmlgraphics.image.loader.impl中的类
-
ImageLoader for CCITT group 3 and 4 images consumed "raw" (undecoded).
- ImageLoaderRawCCITTFax() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageLoaderRawCCITTFax
-
Main constructor.
- ImageLoaderRawJPEG - org.apache.xmlgraphics.image.loader.impl中的类
-
ImageLoader for JPEG images consumed "raw" (undecoded).
- ImageLoaderRawJPEG() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageLoaderRawJPEG
-
Main constructor.
- ImageLoaderRawPNG - org.apache.xmlgraphics.image.loader.impl中的类
-
- ImageLoaderRawPNG() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageLoaderRawPNG
-
Main constructor.
- ImageManager - org.apache.xmlgraphics.image.loader中的类
-
ImageManager is the central starting point for image access.
- ImageManager(ImageContext) - 类 的构造器org.apache.xmlgraphics.image.loader.ImageManager
-
Main constructor.
- ImageManager(ImageImplRegistry, ImageContext) - 类 的构造器org.apache.xmlgraphics.image.loader.ImageManager
-
Constructor for testing purposes.
- ImagePreloader - 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 - org.apache.xmlgraphics.image.loader中的接口
-
This interface defines some standard hints to be used for image processing in this package.
- ImageProviderPipeline - org.apache.xmlgraphics.image.loader.pipeline中的类
-
Represents a pipeline of ImageConverters with an ImageLoader at the beginning of the
pipeline.
- ImageProviderPipeline(ImageCache, ImageLoader) - 类 的构造器org.apache.xmlgraphics.image.loader.pipeline.ImageProviderPipeline
-
Main constructor.
- ImageProviderPipeline(ImageLoader) - 类 的构造器org.apache.xmlgraphics.image.loader.pipeline.ImageProviderPipeline
-
Constructor for operation without caching.
- ImageProviderPipeline() - 类 的构造器org.apache.xmlgraphics.image.loader.pipeline.ImageProviderPipeline
-
Default constructor without caching and without an ImageLoader (or the ImageLoader may
be set later).
- ImageRawCCITTFax - 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) - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageRawCCITTFax
-
Main constructor.
- ImageRawEPS - org.apache.xmlgraphics.image.loader.impl中的类
-
This class is an implementation of the Image interface exposing EPS file.
- ImageRawEPS(ImageInfo, ImageRawStream.InputStreamFactory) - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageRawEPS
-
Main constructor.
- ImageRawEPS(ImageInfo, InputStream) - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageRawEPS
-
Main constructor.
- ImageRawJPEG - 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) - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageRawJPEG
-
Main constructor.
- ImageRawPNG - org.apache.xmlgraphics.image.loader.impl中的类
-
- ImageRawPNG(ImageInfo, InputStream, ColorModel, int, ICC_Profile) - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageRawPNG
-
Main constructor.
- ImageRawStream - 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) - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageRawStream
-
Main constructor.
- ImageRawStream(ImageInfo, ImageFlavor, InputStream) - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageRawStream
-
Constructor for a simple InputStream as parameter.
- ImageRawStream.ByteArrayStreamFactory - org.apache.xmlgraphics.image.loader.impl中的类
-
InputStream factory that wraps a byte array.
- ImageRawStream.InputStreamFactory - org.apache.xmlgraphics.image.loader.impl中的接口
-
Represents a factory for InputStream objects.
- ImageRendered - org.apache.xmlgraphics.image.loader.impl中的类
-
This class is an implementation of the Image interface exposing a RenderedImage.
- ImageRendered(ImageInfo, RenderedImage, Color) - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageRendered
-
Main constructor.
- ImageRepresentation - org.apache.xmlgraphics.image.loader.pipeline中的类
-
This class represents a combination of MIME type and an image flavor.
- ImageRepresentation(ImageFlavor) - 类 的构造器org.apache.xmlgraphics.image.loader.pipeline.ImageRepresentation
-
Main constructor
- ImageSessionContext - 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 - org.apache.xmlgraphics.image.loader中的类
-
Encapsulates the size of an image.
- ImageSize(int, int, double, double) - 类 的构造器org.apache.xmlgraphics.image.loader.ImageSize
-
Constructor.
- ImageSize(int, int, double) - 类 的构造器org.apache.xmlgraphics.image.loader.ImageSize
-
Constructor.
- ImageSize() - 类 的构造器org.apache.xmlgraphics.image.loader.ImageSize
-
Default Constructor.
- ImageSource - org.apache.xmlgraphics.image.loader中的类
-
Acts as a holder for the input to image loading operations.
- ImageSource(ImageInputStream, String, boolean) - 类 的构造器org.apache.xmlgraphics.image.loader.ImageSource
-
Main constructor.
- ImageUtil - org.apache.xmlgraphics.image.loader.util中的类
-
Helper and convenience methods for working with the image package.
- ImageWriter - org.apache.xmlgraphics.image.writer中的接口
-
Interface which allows image library independent image writing.
- ImageWriterParams - org.apache.xmlgraphics.image.writer中的类
-
Parameters for the encoder which is accessed through the
ImageWriter interface.
- ImageWriterParams() - 类 的构造器org.apache.xmlgraphics.image.writer.ImageWriterParams
-
Default constructor.
- ImageWriterRegistry - org.apache.xmlgraphics.image.writer中的类
-
- ImageWriterRegistry() - 类 的构造器org.apache.xmlgraphics.image.writer.ImageWriterRegistry
-
Default constructor.
- ImageWriterRegistry(Properties) - 类 的构造器org.apache.xmlgraphics.image.writer.ImageWriterRegistry
-
Special constructor.
- ImageWriterUtil - org.apache.xmlgraphics.image.writer中的类
-
Convenience methods around ImageWriter for the most important tasks.
- ImageXMLDOM - org.apache.xmlgraphics.image.loader.impl中的类
-
This class is an implementation of the Image interface exposing an XML DOM (W3C).
- ImageXMLDOM(ImageInfo, Document, String) - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageXMLDOM
-
Main constructor.
- ImageXMLDOM(ImageInfo, Document, XMLNamespaceEnabledImageFlavor) - 类 的构造器org.apache.xmlgraphics.image.loader.impl.ImageXMLDOM
-
Main constructor.
- IN2CM - 类 中的静态变量org.apache.xmlgraphics.util.UnitConv
-
conversion factory from centimeters to inches.
- IN2MM - 类 中的静态变量org.apache.xmlgraphics.util.UnitConv
-
conversion factory from millimeters to inches.
- in2mm(double) - 类 中的静态方法org.apache.xmlgraphics.util.UnitConv
-
Converts inches (in) to millimeters (mm)
- in2mpt(double) - 类 中的静态方法org.apache.xmlgraphics.util.UnitConv
-
Converts inches (in) to millipoints (mpt)
- IN2PT - 类 中的静态变量org.apache.xmlgraphics.util.UnitConv
-
conversion factory from inches to points.
- in2pt(double) - 类 中的静态方法org.apache.xmlgraphics.util.UnitConv
-
Converts inches (in) to points (pt)
- INCH - 类 中的静态变量org.apache.xmlgraphics.util.UnitConv
-
Describes the unit inch.
- INCLUDE_DOCUMENT - 类 中的静态变量org.apache.xmlgraphics.ps.DSCConstants
-
Indicates a referenced embedded document
- INCLUDE_FEATURE - 类 中的静态变量org.apache.xmlgraphics.ps.DSCConstants
-
Indicates a referenced a PPD feature
- INCLUDE_RESOURCE - 类 中的静态变量org.apache.xmlgraphics.ps.DSCConstants
-
Indicates a referenced a resource (font, file, procset)
- includeProcsetCIDInitResource() - 类 中的方法org.apache.xmlgraphics.ps.PSGenerator
-
Adds a PostScript DSC comment to the output stream requiring the
inclusion of the CIDInit ProcSet resource.
- INFINITE - 类 中的静态变量org.apache.xmlgraphics.util.dijkstra.DijkstraAlgorithm
-
Infinity value for distances.
- INFINITE_PENALTY - 类 中的静态变量org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Infinite penalty value which shall force any implementation to become ineligible.
- INFINITE_PENALTY - 类 中的静态变量org.apache.xmlgraphics.image.loader.util.Penalty
-
- init(CachableRed, Rectangle, ColorModel, SampleModel, int, int, Map) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.image.rendered.AbstractRed
-
This is the basic init function.
- initialClip - 类 中的变量org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
-
- initializeStringTable() - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFLZWDecoder
-
Initialize the string table.
- initialTransform - 类 中的变量org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
-
- inPossibleRecursion - 类 中的变量org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Protection agains infinite recursion
- input - 类 中的变量org.apache.xmlgraphics.image.codec.util.ImageDecoderImpl
-
The SeekableStream
associcted with this
ImageEncoder
.
- intendedToRGB(float[]) - 类 中的方法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 - 类 中的静态变量org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Constant for use with the sRGB chunk.
- INTENT_PERCEPTUAL - 类 中的静态变量org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Constant for use with the sRGB chunk.
- INTENT_RELATIVE - 类 中的静态变量org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Constant for use with the sRGB chunk.
- INTENT_SATURATION - 类 中的静态变量org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Constant for use with the sRGB chunk.
- invalidateTransformStack() - 类 中的方法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) - 接口 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCacheListener
-
An URi previously identified as invalid was requested again
- invalidHit(String) - 类 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
An URi previously identified as invalid was requested again
- is_BYTE_COMP_Data(SampleModel) - 类 中的静态方法org.apache.xmlgraphics.image.GraphicsUtil
-
- is_INT_PACK_COMP(SampleModel) - 类 中的静态方法org.apache.xmlgraphics.image.rendered.Any2sRGBRed
-
- is_INT_PACK_Data(SampleModel, boolean) - 类 中的静态方法org.apache.xmlgraphics.image.GraphicsUtil
-
- isArray() - 类 中的方法org.apache.xmlgraphics.xmp.XMPProperty
-
Indicates whether the property is an array.
- isAtend() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.AbstractDSCComment
-
- isAtend() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCAtend
-
- isAtend() - 接口 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCComment
-
Indicates whether the DSC comment's value is "Atend".
- isAtend() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.UnparsedDSCComment
-
- isAvailable() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.imageio.ImageLoaderFactoryImageIO
-
Indicates whether the underlying libraries needed by the implementation are available.
- isAvailable() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryEPS
-
Indicates whether the underlying libraries needed by the implementation are available.
- isAvailable() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryInternalTIFF
-
Indicates whether the underlying libraries needed by the implementation are available.
- isAvailable() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryPNG
-
Indicates whether the underlying libraries needed by the implementation are available.
- isAvailable() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryRaw
-
Indicates whether the underlying libraries needed by the implementation are available.
- isAvailable() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryRawCCITTFax
-
Indicates whether the underlying libraries needed by the implementation are available.
- isAvailable() - 接口 中的方法org.apache.xmlgraphics.image.loader.spi.ImageLoaderFactory
-
Indicates whether the underlying libraries needed by the implementation are available.
- isBackgroundSet() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
-
Returns true if a 'bKGD' chunk will be output.
- isBackgroundSet() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns true if a 'bKGD' chunk will be output.
- isBackgroundSet() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette
-
Returns true if a 'bKGD' chunk will be output.
- isBackgroundSet() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.RGB
-
Returns true if a 'bKGD' chunk will be output.
- isBigEndian() - 类 中的方法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() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
-
Returns true if the bit depth has been set.
- isBitShiftSet() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
-
Returns true if the bit shift has been set.
- isCacheable() - 接口 中的方法org.apache.xmlgraphics.image.loader.Image
-
Indicates whether the Image instance is cacheable in memory.
- isCacheable() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D
-
Indicates whether the Image instance is cacheable in memory.
- isCacheable() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawStream
-
Indicates whether the Image instance is cacheable in memory.
- isCacheable() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRendered
-
Indicates whether the Image instance is cacheable in memory.
- isCacheable() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageXMLDOM
-
Indicates whether the Image instance is cacheable in memory.
- isCheckEOF() - 类 中的方法org.apache.xmlgraphics.ps.dsc.DSCParser
-
Indicates whether the parser is configured to check for content after the EOF comment.
- isChromaticitySet() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns true if a 'cHRM' chunk will be output.
- isComment() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.AbstractEvent
-
- isComment() - 接口 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCEvent
-
Indicates whether the instance is a PostScript comment.
- isComment() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.PostScriptComment
-
- isCommentsEnabled() - 类 中的方法org.apache.xmlgraphics.ps.PSGenerator
-
Indicates whether this instance allows to write comments.
- isCompactMode() - 类 中的方法org.apache.xmlgraphics.ps.PSGenerator
-
Indicates whether this instance is in compact mode.
- isCompatible(ImageFlavor) - 类 中的方法org.apache.xmlgraphics.image.loader.ImageFlavor
-
Indicates whether a particular image flavor is compatible with this one.
- isCompatible(ImageFlavor) - 类 中的方法org.apache.xmlgraphics.image.loader.RefinedImageFlavor
-
Indicates whether a particular image flavor is compatible with this one.
- isCompressedTextSet() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns true if a 'zTXT' chunk will be output.
- isConverted() - 类 中的方法org.apache.xmlgraphics.ps.ImageEncodingHelper
-
Indicates whether the image is converted during encodation.
- isDefaultsRGB(ICC_Profile) - 类 中的静态方法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) - 类 中的静态方法org.apache.xmlgraphics.java2d.color.ColorSpaces
-
Indicates whether the given color space is device-specific (i.e. uncalibrated).
- isDSCComment() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.AbstractDSCComment
-
- isDSCComment() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.AbstractEvent
-
- isDSCComment() - 接口 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCEvent
-
Indicates whether the instance is a DSC comment.
- isDSCComment() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.UnparsedDSCComment
-
- isEmpty() - 类 中的方法org.apache.xmlgraphics.ps.PSPageDeviceDictionary
-
Returns true if this map contains no key-value mappings.
- isEmpty() - 类 中的方法org.apache.xmlgraphics.xmp.XMPArray
-
Indicates whether the array is empty or not.
- isExpired(TimeStampProvider, long) - 类 中的方法org.apache.xmlgraphics.image.loader.cache.DefaultExpirationPolicy
-
Indicates whether a cache entry is expired given its creation time stamp.
- isExpired(TimeStampProvider, long) - 接口 中的方法org.apache.xmlgraphics.image.loader.cache.ExpirationPolicy
-
Indicates whether a cache entry is expired given its creation time stamp.
- isFastSource() - 类 中的方法org.apache.xmlgraphics.image.loader.ImageSource
-
Indicates whether this ImageSource is a fast source, i.e. accesses local files rather than
network resources.
- isFunctional() - 类 中的方法org.apache.xmlgraphics.image.writer.AbstractImageWriter
-
- isFunctional() - 类 中的方法org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter
- isFunctional() - 接口 中的方法org.apache.xmlgraphics.image.writer.ImageWriter
-
- isGammaSet() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns true if a 'gAMA' chunk will be output.
- isGray(Color) - 类 中的静态方法org.apache.xmlgraphics.java2d.color.ColorUtil
-
Indicates whether the color is a gray value.
- isGZIPCompressed(InputStream) - 类 中的静态方法org.apache.xmlgraphics.image.loader.util.ImageUtil
-
Indicates whether an InputStream is GZIP compressed.
- isHeaderComment() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.AbstractEvent
-
- isHeaderComment() - 接口 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCEvent
-
Indicates whether the instance is a header comment.
- isHeaderComment() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCHeaderComment
-
- isICCProfileDataSet() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns true if a 'iCCP' chunk will be output.
- isIdentity() - 类 中的方法org.apache.xmlgraphics.java2d.TransformStackElement
-
- isInfinitePenalty() - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCache
-
Indicates whether a URI has previously been identified as an invalid URI.
- isInverted() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawJPEG
-
Indicates whether the image should be inverted when interpreting it.
- isLine() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.AbstractEvent
-
- isLine() - 接口 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCEvent
-
Indicates whether the instance is a PostScript line.
- isLine() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.PostScriptLine
-
- isListenersDisabled() - 类 中的方法org.apache.xmlgraphics.ps.dsc.DSCParser
-
Indicates whether the listeners are currently disabled.
- isModificationTimeSet() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns true if a 'tIME' chunk will be output.
- isMultiTile() - 类 中的方法org.apache.xmlgraphics.ps.ImageEncodingHelper
-
Indicates whether the image consists of multiple tiles.
- isNamedColorProfile(ICC_Profile) - 类 中的静态方法org.apache.xmlgraphics.java2d.color.profile.NamedColorProfileParser
-
Indicates whether the profile is a named color profile.
- isPaletteHistogramSet() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns true if a 'hIST' chunk will be output.
- isPaletteSet() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette
-
Returns true if a 'PLTE' chunk will be output.
- isPhysicalDimensionSet() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns true if a 'pHYS' chunk will be output.
- isPSAdobe30() - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCHeaderComment
-
Indicates whether the file started by this comments is DSC 3.0 compliant.
- isQualifiedProperty() - 类 中的方法org.apache.xmlgraphics.xmp.XMPProperty
-
获取属性qualifiedProperty的值。
- isResourceSupplied(PSResource) - 类 中的方法org.apache.xmlgraphics.ps.dsc.ResourceTracker
-
Indicates whether a particular resource is supplied, rather than needed.
- isResourceSupplied(PSResource) - 类 中的方法org.apache.xmlgraphics.ps.PSGenerator
-
- isReusable(Source) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.AbstractImageSessionContext
-
Indicates whether a Source is reusable.
- isSameColor(Color, Color) - 类 中的静态方法org.apache.xmlgraphics.java2d.color.ColorUtil
-
Checks if two colors are the same color.
- isSignificantBitsSet() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns true if an 'sBIT' chunk will be output.
- isSingleStrip() - 类 中的方法org.apache.xmlgraphics.image.writer.ImageWriterParams
-
Checks if image is single strip (required by some fax processors).
- isSRGBIntentSet() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns true if an 'sRGB' chunk will be output.
- isSuggestedPaletteSet() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns true if a 'sPLT' chunk will be output.
- isSupported(ImageInfo) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.AbstractImageLoaderFactory
-
Indicates whether the given image (represented by an
ImageInfo
object) is supported
by the loader.
- isSupported(ImageInfo) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryRawCCITTFax
-
Indicates whether the given image (represented by an
ImageInfo
object) is supported
by the loader.
- isSupported(ImageInfo) - 接口 中的方法org.apache.xmlgraphics.image.loader.spi.ImageLoaderFactory
-
Indicates whether the given image (represented by an
ImageInfo
object) is supported
by the loader.
- isTagPresent(int) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory
-
Returns true if a tag appears in the directory.
- isTempURI(URI) - 类 中的静态方法org.apache.xmlgraphics.io.TempResourceURIGenerator
-
- isTextSet() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns true if a 'tEXt' chunk will be output.
- isTransformStackValid() - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Checks the status of the transform stack.
- isTransparencySet() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Returns true if a 'tRNS' chunk will be output.
- isTransparent() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawPNG
-
Whether the image is transparent (meaning there is a transparent pixel)
- isType(String) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGChunk
-
- isUsedOnceOnly() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawStream.ByteArrayStreamFactory
-
Indicates whether this factory is only usable once or many times.
- isUsedOnceOnly() - 接口 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawStream.InputStreamFactory
-
Indicates whether this factory is only usable once or many times.
- iterator() - 类 中的方法org.apache.xmlgraphics.xmp.Metadata
-
Returns an Iterator over all properties in this structured property.
- iterator() - 接口 中的方法org.apache.xmlgraphics.xmp.PropertyAccess
-
Returns an Iterator over all properties in this structured property.
- iterator() - 类 中的方法org.apache.xmlgraphics.xmp.XMPStructure
-
Returns an Iterator over all properties in this structured property.
- paethPredictor(int, int, int) - 类 中的静态方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
The Paeth predictor routine used in PNG encoding.
- PAGE - 类 中的静态变量org.apache.xmlgraphics.ps.DSCConstants
-
Indicates a page number
- PAGE_BBOX - 类 中的静态变量org.apache.xmlgraphics.ps.DSCConstants
-
Bounding box for a page
- PAGE_HIRES_BBOX - 类 中的静态变量org.apache.xmlgraphics.ps.DSCConstants
-
High-resolution bounding box for a page
- PAGE_MEDIA - 类 中的静态变量org.apache.xmlgraphics.ps.DSCConstants
-
Indicates that the paper attributes denoted by medianame are invoked on this page.
- PAGE_ORDER - 类 中的静态变量org.apache.xmlgraphics.ps.DSCConstants
-
Indicates the order of the pages
- PAGE_ORIENTATION - 类 中的静态变量org.apache.xmlgraphics.ps.DSCConstants
-
Bounding box for a page
- PAGE_REQUIREMENTS - 类 中的静态变量org.apache.xmlgraphics.ps.DSCConstants
-
This is the page-level invocation of a combination of the options listed in
the %%Requirements: comment.
- PAGE_RESOURCES - 类 中的静态变量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 - 类 中的静态变量org.apache.xmlgraphics.ps.DSCConstants
-
Indicates the start of the page trailer
- pagecount - 类 中的变量org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
-
- PageExtractor - org.apache.xmlgraphics.ps.dsc.tools中的类
-
This class can extract a certain range of pages from a DSC-compliant PostScript file.
- pagePending - 类 中的变量org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
-
- PAGES - 类 中的静态变量org.apache.xmlgraphics.ps.DSCConstants
-
Number of pages in the document
- paint - 类 中的变量org.apache.xmlgraphics.java2d.GraphicContext
-
Current Paint
- paint(Graphics2D, Rectangle2D) - 接口 中的方法org.apache.xmlgraphics.java2d.Graphics2DImagePainter
-
Called to paint the image.
- paintForm(PSResource, Rectangle2D, PSGenerator) - 类 中的静态方法org.apache.xmlgraphics.ps.PSImageUtils
-
- paintForm(PSResource, Dimension2D, Rectangle2D, PSGenerator) - 类 中的静态方法org.apache.xmlgraphics.ps.PSImageUtils
-
Paints a reusable image (previously added as a PostScript form).
- paintProc - 类 中的变量org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
A PostScript procedure for painting the pattern cell
- paintReusableImage(String, Rectangle2D, PSGenerator) - 类 中的静态方法org.apache.xmlgraphics.ps.PSImageUtils
-
- paintToBufferedImage(ImageGraphics2D, int, boolean, int) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageConverterG2D2Bitmap
-
Paints a Graphics2D image on a BufferedImage and returns this bitmap.
- paintType - 类 中的变量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
- Palette() - 类 的构造器org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette
-
Constructs an instance of PNGEncodeParam.Palette
.
- param - 类 中的变量org.apache.xmlgraphics.image.codec.util.ImageDecoderImpl
-
The ImageDecodeParam
object associated with this
ImageEncoder
.
- param - 类 中的变量org.apache.xmlgraphics.image.codec.util.ImageEncoderImpl
-
The ImageEncodeParam object associcted with this ImageEncoder.
- parse(DSCHandler) - 类 中的方法org.apache.xmlgraphics.ps.dsc.DSCParser
-
Starts the parser in push parsing mode sending events to the DSCHandler instance.
- parse(InputStream) - 类 中的静态方法org.apache.xmlgraphics.xmp.XMPPacketParser
-
Locates an XMP packet in a stream, parses it and returns the XMP metadata.
- parseISO8601Date(String) - 类 中的静态方法org.apache.xmlgraphics.util.DateFormatUtil
-
Parses an ISO 8601 date and time value.
- parseNext() - 类 中的方法org.apache.xmlgraphics.ps.dsc.DSCParser
-
Parses the next event.
- parseProfile(ICC_Profile, String, String) - 类 中的方法org.apache.xmlgraphics.java2d.color.profile.NamedColorProfileParser
-
Parses a named color profile (NCP).
- parseProfile(ICC_Profile) - 类 中的方法org.apache.xmlgraphics.java2d.color.profile.NamedColorProfileParser
-
Parses a named color profile (NCP).
- parseValue(String) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.AbstractResourceDSCComment
-
Parses the value of the DSC comment.
- parseValue(String) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.AbstractResourcesDSCComment
-
Parses the value of the DSC comment.
- parseValue(String) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCAtend
-
- parseValue(String) - 接口 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCComment
-
Parses the value of the DSC comment.
- parseValue(String) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginDocument
-
Parses the value of the DSC comment.
- parseValue(String) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentBoundingBox
-
Parses the value of the DSC comment.
- parseValue(String) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentEndComments
-
- parseValue(String) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentEndOfFile
-
- parseValue(String) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentLanguageLevel
-
- parseValue(String) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentPage
-
- parseValue(String) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentPages
-
- parseValue(String) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentTitle
-
Parses the value of the DSC comment.
- parseValue(String) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.UnparsedDSCComment
-
- parseXMP(URL) - 类 中的静态方法org.apache.xmlgraphics.xmp.XMPParser
-
Parses an XMP file.
- parseXMP(Source) - 类 中的静态方法org.apache.xmlgraphics.xmp.XMPParser
-
Parses an XMP file.
- pathHashCache - 类 中的变量org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
- PATTERN_TYPE_SHADING - 类 中的静态变量org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
PostScript constant for a shading pattern (unsupported)
- PATTERN_TYPE_TILING - 类 中的静态变量org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
A code identifying the pattern type that this dictionary describes;
must be 1 for a tiling pattern
- patternName - 类 中的变量org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
The name of the pattern (for example: "Pattern1" )
- patternType - 类 中的变量org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
the pattern type of this pattern
- PDF_A_IDENTIFICATION - 接口 中的静态变量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)
- PDF_UA_IDENTIFICATION - 接口 中的静态变量org.apache.xmlgraphics.xmp.XMPConstants
-
- PDF_VT_IDENTIFICATION - 接口 中的静态变量org.apache.xmlgraphics.xmp.XMPConstants
-
Namespace URI for PDF VT
- PDF_X_IDENTIFICATION - 接口 中的静态变量org.apache.xmlgraphics.xmp.XMPConstants
-
Namespace URI for PDF X
- PDFAAdapter - org.apache.xmlgraphics.xmp.schemas.pdf中的类
-
Schema adapter implementation for both the old (deprecated) and the current PDF/A schema.
- PDFAAdapter(Metadata, String) - 类 的构造器org.apache.xmlgraphics.xmp.schemas.pdf.PDFAAdapter
-
Constructs a new adapter for PDF/A around the given metadata object.
- PDFAXMPSchema - org.apache.xmlgraphics.xmp.schemas.pdf中的类
-
XMP Schema for PDF/A (ISO 19005-1).
- PDFAXMPSchema() - 类 的构造器org.apache.xmlgraphics.xmp.schemas.pdf.PDFAXMPSchema
-
Creates a new schema instance for Dublin Core.
- PDFUAAdapter - org.apache.xmlgraphics.xmp.schemas.pdf中的类
-
Schema adapter implementation for both the old (deprecated) and the current PDF/UA schema.
- PDFUAAdapter(Metadata, String) - 类 的构造器org.apache.xmlgraphics.xmp.schemas.pdf.PDFUAAdapter
-
Constructs a new adapter for PDF/UA around the given metadata object.
- PDFUAXMPSchema - org.apache.xmlgraphics.xmp.schemas.pdf中的类
-
XMP Schema for PDF/UA
- PDFUAXMPSchema() - 类 的构造器org.apache.xmlgraphics.xmp.schemas.pdf.PDFUAXMPSchema
-
Creates a new schema instance for Dublin Core.
- PDFVTAdapter - org.apache.xmlgraphics.xmp.schemas.pdf中的类
-
- PDFVTAdapter(Metadata, String) - 类 的构造器org.apache.xmlgraphics.xmp.schemas.pdf.PDFVTAdapter
-
Constructs a new adapter for PDF/VT around the given metadata object.
- PDFVTXMPSchema - org.apache.xmlgraphics.xmp.schemas.pdf中的类
-
- PDFVTXMPSchema() - 类 的构造器org.apache.xmlgraphics.xmp.schemas.pdf.PDFVTXMPSchema
-
Creates a new schema instance for Dublin Core.
- PDFXAdapter - org.apache.xmlgraphics.xmp.schemas.pdf中的类
-
- PDFXAdapter(Metadata, String) - 类 的构造器org.apache.xmlgraphics.xmp.schemas.pdf.PDFXAdapter
-
Constructs a new adapter for PDF/X around the given metadata object.
- PDFXXMPSchema - org.apache.xmlgraphics.xmp.schemas.pdf中的类
-
- PDFXXMPSchema() - 类 的构造器org.apache.xmlgraphics.xmp.schemas.pdf.PDFXXMPSchema
-
Creates a new schema instance for Dublin Core.
- peek() - 类 中的方法org.apache.xmlgraphics.ps.dsc.DSCParser
-
Returns the next event without moving the cursor to the next event.
- Penalty - org.apache.xmlgraphics.image.loader.util中的类
-
Immutable class representing a penalty value.
- PICA - 类 中的静态变量org.apache.xmlgraphics.util.UnitConv
-
Describes the unit pica.
- PipelineFactory - org.apache.xmlgraphics.image.loader.pipeline中的类
-
Factory class for image processing pipelines.
- PipelineFactory(ImageManager) - 类 的构造器org.apache.xmlgraphics.image.loader.pipeline.PipelineFactory
-
Main constructor.
- PNG_COLOR_GRAY - 类 中的静态变量org.apache.xmlgraphics.image.codec.png.PNGRed
-
- PNG_COLOR_GRAY - 接口 中的静态变量org.apache.xmlgraphics.image.loader.impl.PNGConstants
-
- PNG_COLOR_GRAY_ALPHA - 类 中的静态变量org.apache.xmlgraphics.image.codec.png.PNGRed
-
- PNG_COLOR_GRAY_ALPHA - 接口 中的静态变量org.apache.xmlgraphics.image.loader.impl.PNGConstants
-
- PNG_COLOR_PALETTE - 类 中的静态变量org.apache.xmlgraphics.image.codec.png.PNGRed
-
- PNG_COLOR_PALETTE - 接口 中的静态变量org.apache.xmlgraphics.image.loader.impl.PNGConstants
-
- PNG_COLOR_RGB - 类 中的静态变量org.apache.xmlgraphics.image.codec.png.PNGRed
-
- PNG_COLOR_RGB - 接口 中的静态变量org.apache.xmlgraphics.image.loader.impl.PNGConstants
-
- PNG_COLOR_RGB_ALPHA - 类 中的静态变量org.apache.xmlgraphics.image.codec.png.PNGRed
-
- PNG_COLOR_RGB_ALPHA - 接口 中的静态变量org.apache.xmlgraphics.image.loader.impl.PNGConstants
-
- PNG_FILTER_AVERAGE - 类 中的静态变量org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Constant for use in filtering.
- PNG_FILTER_AVERAGE - 类 中的静态变量org.apache.xmlgraphics.image.codec.png.PNGRed
-
- PNG_FILTER_AVERAGE - 接口 中的静态变量org.apache.xmlgraphics.image.loader.impl.PNGConstants
-
- PNG_FILTER_NONE - 类 中的静态变量org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Constant for use in filtering.
- PNG_FILTER_NONE - 类 中的静态变量org.apache.xmlgraphics.image.codec.png.PNGRed
-
- PNG_FILTER_NONE - 接口 中的静态变量org.apache.xmlgraphics.image.loader.impl.PNGConstants
-
- PNG_FILTER_PAETH - 类 中的静态变量org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Constant for use in filtering.
- PNG_FILTER_PAETH - 类 中的静态变量org.apache.xmlgraphics.image.codec.png.PNGRed
-
- PNG_FILTER_PAETH - 接口 中的静态变量org.apache.xmlgraphics.image.loader.impl.PNGConstants
-
- PNG_FILTER_SUB - 类 中的静态变量org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Constant for use in filtering.
- PNG_FILTER_SUB - 类 中的静态变量org.apache.xmlgraphics.image.codec.png.PNGRed
-
- PNG_FILTER_SUB - 接口 中的静态变量org.apache.xmlgraphics.image.loader.impl.PNGConstants
-
- PNG_FILTER_UP - 类 中的静态变量org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Constant for use in filtering.
- PNG_FILTER_UP - 类 中的静态变量org.apache.xmlgraphics.image.codec.png.PNGRed
-
- PNG_FILTER_UP - 接口 中的静态变量org.apache.xmlgraphics.image.loader.impl.PNGConstants
-
- PNG_SIGNATURE - 接口 中的静态变量org.apache.xmlgraphics.image.loader.impl.PNGConstants
-
- PNGChunk - org.apache.xmlgraphics.image.codec.png中的类
-
- PNGChunk(int, int, byte[], int) - 类 的构造器org.apache.xmlgraphics.image.codec.png.PNGChunk
-
- PNGChunk.ChunkType - 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 - org.apache.xmlgraphics.image.loader.impl中的接口
-
- PNGDecodeParam - org.apache.xmlgraphics.image.codec.png中的类
-
An instance of ImageDecodeParam
for decoding images in
the PNG format.
- PNGDecodeParam() - 类 的构造器org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
-
Constructs a default instance of PNGDecodeParam
.
- PNGEncodeParam - org.apache.xmlgraphics.image.codec.png中的类
-
An instance of ImageEncodeParam
for encoding images in
the PNG format.
- PNGEncodeParam() - 类 的构造器org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
- PNGEncodeParam.Gray - org.apache.xmlgraphics.image.codec.png中的类
-
- PNGEncodeParam.Palette - org.apache.xmlgraphics.image.codec.png中的类
-
- PNGEncodeParam.RGB - org.apache.xmlgraphics.image.codec.png中的类
-
- PNGImageDecoder - org.apache.xmlgraphics.image.codec.png中的类
-
- PNGImageDecoder(InputStream, PNGDecodeParam) - 类 的构造器org.apache.xmlgraphics.image.codec.png.PNGImageDecoder
-
- PNGImageEncoder - org.apache.xmlgraphics.image.codec.png中的类
-
An ImageEncoder for the PNG file format.
- PNGImageEncoder(OutputStream, PNGEncodeParam) - 类 的构造器org.apache.xmlgraphics.image.codec.png.PNGImageEncoder
-
- PNGImageWriter - org.apache.xmlgraphics.image.writer.internal中的类
-
ImageWriter implementation that uses the internal PNG codec to
write PNG files.
- PNGImageWriter() - 类 的构造器org.apache.xmlgraphics.image.writer.internal.PNGImageWriter
-
- PNGRed - org.apache.xmlgraphics.image.codec.png中的类
-
- PNGRed(InputStream) - 类 的构造器org.apache.xmlgraphics.image.codec.png.PNGRed
-
- PNGRed(InputStream, PNGDecodeParam) - 类 的构造器org.apache.xmlgraphics.image.codec.png.PNGRed
-
- PNGSuggestedPaletteEntry - org.apache.xmlgraphics.image.codec.png中的类
-
A class representing the fields of a PNG suggested palette entry.
- PNGSuggestedPaletteEntry() - 类 的构造器org.apache.xmlgraphics.image.codec.png.PNGSuggestedPaletteEntry
-
- POINT - 类 中的静态变量org.apache.xmlgraphics.util.UnitConv
-
Describes the unit point.
- PostScriptComment - org.apache.xmlgraphics.ps.dsc.events中的类
-
Represents a PostScript comment
- PostScriptComment(String) - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.PostScriptComment
-
Creates a new instance.
- PostScriptLine - org.apache.xmlgraphics.ps.dsc.events中的类
-
Represents a line of PostScript code.
- PostScriptLine(String) - 类 的构造器org.apache.xmlgraphics.ps.dsc.events.PostScriptLine
-
Creates a new instance.
- POW85 - 接口 中的静态变量org.apache.xmlgraphics.util.io.ASCII85Constants
-
Array of powers of 85 (4, 3, 2, 1, 0)
- PREFERRED_PREFIX - 类 中的静态变量org.apache.xmlgraphics.xmp.schemas.XMPBasicSchema
-
Preferred prefix for XMP Basic
- PreloaderBMP - org.apache.xmlgraphics.image.loader.impl中的类
-
Image preloader for BMP images.
- PreloaderBMP() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.PreloaderBMP
-
- PreloaderEMF - org.apache.xmlgraphics.image.loader.impl中的类
-
Image preloader for EMF images.
- PreloaderEMF() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.PreloaderEMF
-
- PreloaderEPS - org.apache.xmlgraphics.image.loader.impl中的类
-
Image preloader for EPS images (Encapsulated PostScript).
- PreloaderEPS() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.PreloaderEPS
-
- PreloaderEPS.EPSBinaryFileHeader - org.apache.xmlgraphics.image.loader.impl中的类
-
Holder class for various pointers to the contents of the EPS file.
- PreloaderGIF - org.apache.xmlgraphics.image.loader.impl中的类
-
Image preloader for GIF images.
- PreloaderGIF() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.PreloaderGIF
-
- PreloaderImageIO - org.apache.xmlgraphics.image.loader.impl.imageio中的类
-
Image preloader for images supported by ImageIO.
- PreloaderImageIO() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.imageio.PreloaderImageIO
-
- PreloaderJPEG - org.apache.xmlgraphics.image.loader.impl中的类
-
Image preloader for JPEG images.
- PreloaderJPEG() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.PreloaderJPEG
-
- PreloaderRawPNG - org.apache.xmlgraphics.image.loader.impl中的类
-
- PreloaderRawPNG() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.PreloaderRawPNG
-
- PreloaderTIFF - org.apache.xmlgraphics.image.loader.impl中的类
-
Image preloader for TIFF images.
- PreloaderTIFF() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.PreloaderTIFF
-
- preloadImage(String, ImageSessionContext) - 类 中的方法org.apache.xmlgraphics.image.loader.ImageManager
-
Preloads an image, i.e. the format of the image is identified and some basic information
(MIME type, intrinsic size and possibly other values) are loaded and returned as an
ImageInfo object.
- preloadImage(String, Source) - 类 中的方法org.apache.xmlgraphics.image.loader.ImageManager
-
Preloads an image, i.e. the format of the image is identified and some basic information
(MIME type, intrinsic size and possibly other values) are loaded and returned as an
ImageInfo object.
- preloadImage(String, Source, ImageContext) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.imageio.PreloaderImageIO
-
"Preloads" an image, i.e. indentifies whether the source image is supported by this
implementation and determines the image's intrinsic size and possibly some additional
information.
- preloadImage(String, Source, ImageContext) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.PreloaderBMP
-
"Preloads" an image, i.e. indentifies whether the source image is supported by this
implementation and determines the image's intrinsic size and possibly some additional
information.
- preloadImage(String, Source, ImageContext) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.PreloaderEMF
-
"Preloads" an image, i.e. indentifies whether the source image is supported by this
implementation and determines the image's intrinsic size and possibly some additional
information.
- preloadImage(String, Source, ImageContext) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.PreloaderEPS
-
"Preloads" an image, i.e. indentifies whether the source image is supported by this
implementation and determines the image's intrinsic size and possibly some additional
information.
- preloadImage(String, Source, ImageContext) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.PreloaderGIF
-
"Preloads" an image, i.e. indentifies whether the source image is supported by this
implementation and determines the image's intrinsic size and possibly some additional
information.
- preloadImage(String, Source, ImageContext) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.PreloaderJPEG
-
"Preloads" an image, i.e. indentifies whether the source image is supported by this
implementation and determines the image's intrinsic size and possibly some additional
information.
- preloadImage(String, Source, ImageContext) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.PreloaderRawPNG
-
- preloadImage(String, Source, ImageContext) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.PreloaderTIFF
-
"Preloads" an image, i.e. indentifies whether the source image is supported by this
implementation and determines the image's intrinsic size and possibly some additional
information.
- preloadImage(String, Source, ImageContext) - 接口 中的方法org.apache.xmlgraphics.image.loader.spi.ImagePreloader
-
"Preloads" an image, i.e. indentifies whether the source image is supported by this
implementation and determines the image's intrinsic size and possibly some additional
information.
- preparePainting() - 类 中的方法org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
-
This method is used by AbstractPSDocumentGraphics2D to prepare a new page if
necessary.
- preparePainting() - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
This method is used by AbstractPSDocumentGraphics2D to prepare a new page if
necessary.
- processEvent(DSCEvent, DSCParser) - 类 中的方法org.apache.xmlgraphics.ps.dsc.DefaultNestedDocumentHandler
-
Called for each DSC event.
- processEvent(DSCEvent, DSCParser) - 接口 中的方法org.apache.xmlgraphics.ps.dsc.DSCListener
-
Called for each DSC event.
- processEvent(DSCEvent, DSCParser) - 类 中的方法org.apache.xmlgraphics.ps.dsc.FilteringEventListener
-
Called for each DSC event.
- processPathIterator(PathIterator) - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Processes a path iterator generating the nexessary painting operations.
- processPathIteratorCached(Shape) - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
- processPathIteratorToString(PathIterator) - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
- processShape(Shape, boolean) - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Processes a Shape generating the necessary painting operations.
- properties - 类 中的变量org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
A Hashtable containing the image properties.
- PropertyAccess - org.apache.xmlgraphics.xmp中的接口
-
This interface is implemented by the top-level Metadata class and stuctured properties.
- PropertyMerger - org.apache.xmlgraphics.xmp.merge中的接口
-
Defines an interface the classes can implement to provide special property merging behaviour.
- PropertyUtil - org.apache.xmlgraphics.image.codec.util中的类
-
- props - 类 中的变量org.apache.xmlgraphics.image.rendered.AbstractRed
-
- providerNames(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<?>) - 类 中的静态方法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) - 类 中的静态方法org.apache.xmlgraphics.util.Service
-
- PS_ADOBE_30 - 类 中的静态变量org.apache.xmlgraphics.ps.DSCConstants
-
Lead-in for a DSC-conformant PostScript file
- PSCommandMap - org.apache.xmlgraphics.ps中的接口
-
Interface to map standard PostScript commands to other commands or macros, for example
shorthands for compact PostScript code.
- PSDictionary - org.apache.xmlgraphics.ps中的类
-
This class is used to encapsulate postscript dictionary objects.
- PSDictionary() - 类 的构造器org.apache.xmlgraphics.ps.PSDictionary
-
- PSDictionaryFormatException - org.apache.xmlgraphics.ps中的异常错误
-
Thrown to indicate that a formatting error has occurred when
trying to parse a PostScript dictionary object
- PSDictionaryFormatException(String) - 异常错误 的构造器org.apache.xmlgraphics.ps.PSDictionaryFormatException
-
Default constructor
- PSDocumentGraphics2D - 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) - 类 的构造器org.apache.xmlgraphics.java2d.ps.PSDocumentGraphics2D
-
Create a new AbstractPSDocumentGraphics2D.
- PSDocumentGraphics2D(boolean, OutputStream, int, int) - 类 的构造器org.apache.xmlgraphics.java2d.ps.PSDocumentGraphics2D
-
Create a new AbstractPSDocumentGraphics2D.
- PSDocumentGraphics2D(PSDocumentGraphics2D) - 类 的构造器org.apache.xmlgraphics.java2d.ps.PSDocumentGraphics2D
-
This constructor supports the create method
- PSEUDO_PROFILE_NAME - 类 中的静态变量org.apache.xmlgraphics.java2d.color.DeviceCMYKColorSpace
-
The name for the uncalibrated CMYK pseudo-profile
- PSFontUtils - org.apache.xmlgraphics.ps中的类
-
Utility code for font handling in PostScript.
- PSFontUtils() - 类 的构造器org.apache.xmlgraphics.ps.PSFontUtils
-
- PSGenerator - org.apache.xmlgraphics.ps中的类
-
This class is used to output PostScript code to an OutputStream.
- PSGenerator(OutputStream) - 类 的构造器org.apache.xmlgraphics.ps.PSGenerator
-
Creates a new instance.
- PSGraphics2D - 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) - 类 的构造器org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Create a new Graphics2D that generates PostScript code.
- PSGraphics2D(boolean, PSGenerator) - 类 的构造器org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Create a new Graphics2D that generates PostScript code.
- PSGraphics2D(PSGraphics2D) - 类 的构造器org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Constructor for creating copies
- PSImageUtils - org.apache.xmlgraphics.ps中的类
-
Utility code for rendering images in PostScript.
- PSImageUtils() - 类 的构造器org.apache.xmlgraphics.ps.PSImageUtils
-
- PSPageDeviceDictionary - org.apache.xmlgraphics.ps中的类
-
Postscript page device dictionary object
This object is used by the postscript renderer to hold postscript page device
values.
- PSPageDeviceDictionary() - 类 的构造器org.apache.xmlgraphics.ps.PSPageDeviceDictionary
-
- PSProcSet - org.apache.xmlgraphics.ps中的类
-
PSResource subclass that represents a ProcSet resource.
- PSProcSet(String) - 类 的构造器org.apache.xmlgraphics.ps.PSProcSet
-
Creates a new instance.
- PSProcSet(String, float, int) - 类 的构造器org.apache.xmlgraphics.ps.PSProcSet
-
Creates a new instance.
- PSProcSets - org.apache.xmlgraphics.ps中的类
-
This class defines the basic resources (procsets) used by the Apache XML Graphics project.
- PSResource - org.apache.xmlgraphics.ps中的类
-
Represents a PostScript resource (file, font, procset etc.).
- PSResource(String, String) - 类 的构造器org.apache.xmlgraphics.ps.PSResource
-
Main constructor
- PSState - org.apache.xmlgraphics.ps中的类
-
This class holds the current state of the PostScript interpreter.
- PSState() - 类 的构造器org.apache.xmlgraphics.ps.PSState
-
Default constructor
- PSState(PSState, boolean) - 类 的构造器org.apache.xmlgraphics.ps.PSState
-
Copy constructor
- PSTextHandler - org.apache.xmlgraphics.java2d.ps中的接口
-
Interface which the Graphics2D class delegates text painting to for Postscript.
- PSTilingPattern - org.apache.xmlgraphics.java2d.ps中的类
-
This class is implementation of PostScript tiling pattern.
- PSTilingPattern(String, StringBuffer, Rectangle, double, double, int, int, List) - 类 的构造器org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Constructor for the creation of pattern with defined PaintProc
- PSTilingPattern(String, TexturePaint, double, double, int, List) - 类 的构造器org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Constructor for the creation of pattern with defined texture
- pt2mm(double) - 类 中的静态方法org.apache.xmlgraphics.util.UnitConv
-
Converts points (pt) to millimeters (mm)
- ptToMpt(AffineTransform) - 类 中的静态方法org.apache.xmlgraphics.util.UnitConv
-
Converts a point-based transformation matrix to millipoints.
- put(Object, Object) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.ps.PSPageDeviceDictionary
-
- putAll(Map) - 类 中的方法org.apache.xmlgraphics.ps.PSPageDeviceDictionary
-
- putImage(Image) - 类 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCache
-
Registers an image with the cache.
- putImageInfo(ImageInfo) - 类 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCache
-
Registers an ImageInfo instance with the cache.
- PX - 类 中的静态变量org.apache.xmlgraphics.util.UnitConv
-
Describes the unit pixel.
- RAW - 类 中的静态变量org.apache.xmlgraphics.image.loader.ImageFlavor
-
An image in form of a raw PNG file/stream
- RAW_CCITTFAX - 类 中的静态变量org.apache.xmlgraphics.image.loader.ImageFlavor
-
An image in form of a raw CCITTFax stream
- RAW_EMF - 类 中的静态变量org.apache.xmlgraphics.image.loader.ImageFlavor
-
An image in form of a raw EMF (Windows Enhanced Metafile) file/stream
- RAW_EPS - 类 中的静态变量org.apache.xmlgraphics.image.loader.ImageFlavor
-
An image in form of a raw EPS (Encapsulated PostScript) file/stream
- RAW_JPEG - 类 中的静态变量org.apache.xmlgraphics.image.loader.ImageFlavor
-
An image in form of a raw JPEG/JFIF file/stream
- RAW_LZW - 类 中的静态变量org.apache.xmlgraphics.image.loader.ImageFlavor
-
An image in form of a raw LZW file/stream
- RAW_PNG - 类 中的静态变量org.apache.xmlgraphics.image.loader.ImageFlavor
-
An image in form of a raw PNG file/stream
- RAW_TIFF - 类 中的静态变量org.apache.xmlgraphics.image.loader.ImageFlavor
-
An image in form of a raw TIFF file/stream
- RDF_NAMESPACE - 接口 中的静态变量org.apache.xmlgraphics.xmp.XMPConstants
-
Namespace URI for RDF
- RDF_VALUE - 接口 中的静态变量org.apache.xmlgraphics.xmp.XMPConstants
-
QName for rdf:value
- read() - 类 中的方法org.apache.xmlgraphics.image.codec.util.FileCacheSeekableStream
-
Reads the next byte of data from the input stream.
- read(byte[], int, int) - 类 中的方法org.apache.xmlgraphics.image.codec.util.FileCacheSeekableStream
-
Reads up to len
bytes of data from the input stream into
an array of bytes.
- read() - 类 中的方法org.apache.xmlgraphics.image.codec.util.ForwardSeekableStream
-
Forwards the request to the real InputStream
.
- read(byte[], int, int) - 类 中的方法org.apache.xmlgraphics.image.codec.util.ForwardSeekableStream
-
Forwards the request to the real InputStream
.
- read() - 类 中的方法org.apache.xmlgraphics.image.codec.util.ImageInputStreamSeekableStreamAdapter
-
Reads the next byte of data from the input stream.
- read(byte[], int, int) - 类 中的方法org.apache.xmlgraphics.image.codec.util.ImageInputStreamSeekableStreamAdapter
-
Reads up to len
bytes of data from the input stream into
an array of bytes.
- read() - 类 中的方法org.apache.xmlgraphics.image.codec.util.MemoryCacheSeekableStream
-
Reads the next byte of data from the input stream.
- read(byte[], int, int) - 类 中的方法org.apache.xmlgraphics.image.codec.util.MemoryCacheSeekableStream
-
Reads up to len
bytes of data from the input stream into
an array of bytes.
- read() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Reads the next byte of data from the input stream.
- read(byte[], int, int) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.image.loader.util.ImageInputStreamAdapter
- read(byte[]) - 类 中的方法org.apache.xmlgraphics.image.loader.util.ImageInputStreamAdapter
- read() - 类 中的方法org.apache.xmlgraphics.image.loader.util.ImageInputStreamAdapter
- read() - 类 中的方法org.apache.xmlgraphics.image.loader.util.SeekableStreamAdapter
-
Reads the next byte of data from the input stream.
- read(byte[], int, int) - 类 中的方法org.apache.xmlgraphics.image.loader.util.SeekableStreamAdapter
-
Reads up to len
bytes of data from the input stream into
an array of bytes.
- read() - 类 中的方法org.apache.xmlgraphics.util.io.ASCII85InputStream
-
- read() - 类 中的方法org.apache.xmlgraphics.util.io.Base64DecodeStream
-
- read(byte[], int, int) - 类 中的方法org.apache.xmlgraphics.util.io.Base64DecodeStream
-
- read() - 类 中的方法org.apache.xmlgraphics.util.io.SubInputStream
- read(byte[], int, int) - 类 中的方法org.apache.xmlgraphics.util.io.SubInputStream
- readBoolean() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Reads a boolean
from this stream.
- readByte() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Reads a signed eight-bit value from this stream.
- readChar() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Reads a Unicode character from this stream.
- readCharLE() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Reads a Unicode character from this stream in little-endian order.
- readChunk(DataInputStream) - 类 中的静态方法org.apache.xmlgraphics.image.codec.png.PNGChunk
-
Reads the next chunk from the input stream.
- readDouble() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Reads a double
from this stream.
- readDoubleLE() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Reads a double
from this stream in little-endian order.
- readFloat() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Reads a float
from this stream.
- readFloatLE() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Reads a float
from this stream in little-endian order.
- readFully(byte[]) - 类 中的方法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) - 类 中的方法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() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Reads a signed 32-bit integer from this stream.
- readIntLE() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Reads a signed 32-bit integer from this stream in little-endian order.
- readLine() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Reads the next line of text from this stream.
- readLine() - 类 中的方法org.apache.xmlgraphics.ps.dsc.DSCParser
-
Reads one line from the input file
- readLong() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Reads a signed 64-bit integer from this stream.
- readLongLE() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Reads a signed 64-bit integer from this stream in little-endian
order.
- readMarkerSegment() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.JPEGFile
-
Reads the next marker segment identifier and returns it.
- readPNGHeader(ImageInputStream, ImageSize) - 类 中的静态方法org.apache.xmlgraphics.image.codec.png.PNGImageDecoder
-
- readResolve() - 类 中的方法org.apache.xmlgraphics.java2d.TransformType
-
This is called by the serialization code before it returns an unserialized
object.
- readSegmentLength() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.JPEGFile
-
Reads the segment length of the current marker segment and returns it.
- readShort() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Reads a signed 16-bit number from this stream.
- readShortLE() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Reads a signed 16-bit number from this stream in little-endian order.
- readUnsignedByte() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Reads an unsigned eight-bit number from this stream.
- readUnsignedInt() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Reads an unsigned 32-bit integer from this stream.
- readUnsignedIntLE() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Reads an unsigned 32-bit integer from this stream in little-endian
order.
- readUnsignedShort() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Reads an unsigned 16-bit number from this stream.
- readUnsignedShortLE() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Reads an unsigned 16-bit number from this stream in little-endian order.
- readUTF() - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Reads in a string from this stream.
- red - 类 中的变量org.apache.xmlgraphics.image.codec.png.PNGSuggestedPaletteEntry
-
The red color value of the entry.
- redefineFontEncoding(PSGenerator, String, String) - 类 中的静态方法org.apache.xmlgraphics.ps.PSFontUtils
-
Redefines the encoding of a font.
- reestablish(PSGenerator) - 类 中的方法org.apache.xmlgraphics.ps.PSState
-
Reestablishes the graphics state represented by this instance by issueing the
necessary commands.
- RefinedImageFlavor - 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. more general) flavor.
- RefinedImageFlavor(ImageFlavor) - 类 的构造器org.apache.xmlgraphics.image.loader.RefinedImageFlavor
-
Constructs a new image flavor.
- RefinedImageFlavor(String, ImageFlavor) - 类 的构造器org.apache.xmlgraphics.image.loader.RefinedImageFlavor
-
Constructs a new image flavor.
- register(ImageWriter, int) - 类 中的方法org.apache.xmlgraphics.image.writer.ImageWriterRegistry
-
Registers a new ImageWriter implementation with the associated priority in the registry.
- register(ImageWriter) - 类 中的方法org.apache.xmlgraphics.image.writer.ImageWriterRegistry
-
Registers a new ImageWriter implementation in the registry.
- register(URIResolver) - 类 中的方法org.apache.xmlgraphics.util.uri.CommonURIResolver
-
Register a given
URIResolver
while the software is running.
- registerConverter(ImageConverter) - 类 中的方法org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Registers a new ImageConverter.
- registerLoaderFactory(ImageLoaderFactory) - 类 中的方法org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Registers a new ImageLoaderFactory.
- registerNeededResource(PSResource) - 类 中的方法org.apache.xmlgraphics.ps.dsc.ResourceTracker
-
Registers a needed resource.
- registerPreloader(ImagePreloader) - 类 中的方法org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry
-
Registers a new ImagePreloader.
- registerSuppliedResource(PSResource) - 类 中的方法org.apache.xmlgraphics.ps.dsc.ResourceTracker
-
Registers a supplied resource.
- remove(Object) - 类 中的方法org.apache.xmlgraphics.image.loader.util.SoftMapCache
-
Removed the value associated with the given key.
- remove(String) - 类 中的方法org.apache.xmlgraphics.xmp.XMPArray
-
Removes a value from the array.
- removeAllPrivateChunks() - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Remove all private chunks associated with this parameter instance.
- removeContributor(String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Removes an entry from the list of contributors.
- removeCreator(String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Removes an entry from the list of creators (authors of the resource).
- removeLangAlt(String, String) - 类 中的方法org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
Removes a language-dependent value from an alternative array.
- removeLangValue(String) - 类 中的方法org.apache.xmlgraphics.xmp.XMPArray
-
Removes a language-dependent value.
- removeListener(DSCListener) - 类 中的方法org.apache.xmlgraphics.ps.dsc.DSCParser
-
Removes a DSC event listener.
- removeProperty(QName) - 类 中的方法org.apache.xmlgraphics.xmp.Metadata
-
Removes a property and returns it if it was found.
- removeProperty(QName) - 接口 中的方法org.apache.xmlgraphics.xmp.PropertyAccess
-
Removes a property and returns it if it was found.
- removeProperty(QName) - 类 中的方法org.apache.xmlgraphics.xmp.XMPStructure
-
Removes a property and returns it if it was found.
- removeStreams(Source) - 类 中的静态方法org.apache.xmlgraphics.image.loader.util.ImageUtil
-
- removeStreams(Source) - 类 中的静态方法org.apache.xmlgraphics.io.XmlSourceUtil
-
Removes any references to InputStreams or Readers from the given Source to prohibit
accidental/unwanted use by a component further downstream.
- removeStringFromArray(String, String) - 类 中的方法org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
Removes a value from an array.
- removeTitle(String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Removes a title of the resource.
- removeUnsafeToCopyPrivateChunks() - 类 中的方法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) - 类 中的静态方法org.apache.xmlgraphics.ps.PSImageUtils
-
Renders a bitmap image to PostScript.
- RENDERED_IMAGE - 类 中的静态变量org.apache.xmlgraphics.image.loader.ImageFlavor
-
An image in form of a RenderedImage instance
- RenderedImageCachableRed - org.apache.xmlgraphics.image.rendered中的类
-
This implements CachableRed around a RenderedImage.
- RenderedImageCachableRed(RenderedImage) - 类 的构造器org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed
-
- renderEPS(byte[], String, float, float, float, float, float, float, float, float, PSGenerator) - 类 中的静态方法org.apache.xmlgraphics.ps.PSImageUtils
-
- renderEPS(InputStream, String, Rectangle2D, Rectangle2D, PSGenerator) - 类 中的静态方法org.apache.xmlgraphics.ps.PSImageUtils
-
Places an EPS file in the PostScript stream.
- RenderingIntent - org.apache.xmlgraphics.java2d.color中的枚举
-
Enumeration for rendering intents.
- ReplacePropertyMerger - org.apache.xmlgraphics.xmp.merge中的类
-
The most basic PropertyMerger which simply overwrites any existing value in the target metadata.
- ReplacePropertyMerger() - 类 的构造器org.apache.xmlgraphics.xmp.merge.ReplacePropertyMerger
-
- replay(DSCHandler) - 类 中的方法org.apache.xmlgraphics.ps.dsc.EventRecorder
-
Replays the recorded events to a specified DSCHandler instance.
- REQUIREMENTS - 类 中的静态变量org.apache.xmlgraphics.ps.DSCConstants
-
This comment describes document requirements, such as duplex printing,
hole punching, collating, or other physical document processing needs.
- reset() - 类 中的方法org.apache.xmlgraphics.image.codec.util.ForwardSeekableStream
-
Forwards the request to the real InputStream
.
- reset() - 类 中的方法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() - 类 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics
-
Reset the gathered statistics information.
- reset() - 类 中的方法org.apache.xmlgraphics.image.loader.util.ImageInputStreamAdapter
- ResolutionUnit - org.apache.xmlgraphics.image.writer中的枚举
-
Enumeration for resolution units used by images; 1 for None, 2 for Inch and 3 for Centimeter.
- resolve(String, String) - 类 中的方法org.apache.xmlgraphics.util.uri.CommonURIResolver
- resolve(String, String) - 类 中的方法org.apache.xmlgraphics.util.uri.DataURIResolver
- resolveURI(String) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.AbstractImageSessionContext
-
Attempts to resolve the given URI.
- resolveURI(String) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.DefaultImageSessionContext
-
Attempts to resolve the given URI.
- resolveURI(String) - 类 中的方法org.apache.xmlgraphics.ps.PSGenerator
-
Attempts to resolve the given URI.
- Resource - org.apache.xmlgraphics.io中的类
-
This class represents a resolved resource.
- Resource(String, InputStream) - 类 的构造器org.apache.xmlgraphics.io.Resource
-
- Resource(InputStream) - 类 的构造器org.apache.xmlgraphics.io.Resource
-
Constructs a resource of 'unknown' type.
- RESOURCE_TYPES - 类 中的静态变量org.apache.xmlgraphics.ps.dsc.events.AbstractResourcesDSCComment
-
Defines the known resource types (font, procset, file, pattern etc.).
- resourceBundle - 类 中的变量org.apache.xmlgraphics.util.i18n.LocalizableSupport
-
The resources
- ResourceResolver - org.apache.xmlgraphics.io中的接口
-
Implementations of this resource resolver allow XGC users to control the URI resolution
mechanism.
- ResourceTracker - org.apache.xmlgraphics.ps.dsc中的类
-
This class is used to track resources in a DSC-compliant PostScript file.
- ResourceTracker() - 类 的构造器org.apache.xmlgraphics.ps.dsc.ResourceTracker
-
- restoreGraphicsState() - 类 中的方法org.apache.xmlgraphics.ps.PSGenerator
-
Restores the last graphics state of the rendering engine.
- RestrictedFallbackResolver() - 类 的构造器org.apache.xmlgraphics.image.loader.impl.AbstractImageSessionContext.RestrictedFallbackResolver
-
- returnSource(String, Source) - 接口 中的方法org.apache.xmlgraphics.image.loader.ImageSessionContext
-
Returns a Source object to a pool.
- returnSource(String, Source) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.AbstractImageSessionContext
-
Returns a Source object to a pool.
- RGB() - 类 的构造器org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.RGB
-
Constructs an instance of PNGEncodeParam.RGB
.
- rootG2D - 类 中的变量org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
The G2D instance that represents the root instance
(used in context with create()/dispose()).
- rotate(double) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Concatenates the current Graphics2D
Transform
with a rotation transform.
- rotate(double, double, double) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Concatenates the current Graphics2D
Transform
with a translated rotation
transform.
- rotate(double) - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Concatenates the current Graphics2D
Transform
with a rotation transform.
- rotate(double, double, double) - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Concatenates the current Graphics2D
Transform
with a translated rotation
transform.
- ROTATE - 类 中的静态变量org.apache.xmlgraphics.java2d.TransformType
-
- ROTATE_STRING - 类 中的静态变量org.apache.xmlgraphics.java2d.TransformType
-
- ROUTING - 类 中的静态变量org.apache.xmlgraphics.ps.DSCConstants
-
Indicates how the document should be routed back to its owner
- RunLengthEncodeOutputStream - org.apache.xmlgraphics.util.io中的类
-
This class applies a RunLengthEncode filter to the stream.
- RunLengthEncodeOutputStream(OutputStream) - 类 的构造器org.apache.xmlgraphics.util.io.RunLengthEncodeOutputStream
-
- sampleDepth - 类 中的变量org.apache.xmlgraphics.image.codec.png.PNGSuggestedPaletteEntry
-
The depth of the color samples.
- sampleModel - 类 中的变量org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
The image's SampleModel.
- saveAsFile(RenderedImage, int, File, String) - 类 中的静态方法org.apache.xmlgraphics.image.writer.ImageWriterUtil
-
Saves a RenderedImage as a file.
- saveAsPNG(RenderedImage, File) - 类 中的静态方法org.apache.xmlgraphics.image.writer.ImageWriterUtil
-
Saves a RenderedImage as a PNG file with 96 dpi.
- saveAsPNG(RenderedImage, int, File) - 类 中的静态方法org.apache.xmlgraphics.image.writer.ImageWriterUtil
-
Saves a RenderedImage as a PNG file.
- saveGraphicsState() - 类 中的方法org.apache.xmlgraphics.ps.PSGenerator
-
Saves the graphics state of the rendering engine.
- scale(double, double) - 类 中的方法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) - 类 中的方法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 - 类 中的静态变量org.apache.xmlgraphics.java2d.TransformType
-
- SCALE_STRING - 类 中的静态变量org.apache.xmlgraphics.java2d.TransformType
-
- SCHEME_QUALIFIER - 类 中的静态变量org.apache.xmlgraphics.xmp.schemas.XMPBasicSchema
-
The qualified name for the qualifier for xmp:Identifier
- seek(long) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.image.codec.util.ForwardSeekableStream
-
Seeks forward to the given position in the stream.
- seek(long) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableOutputStream
-
- seek(long) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.image.loader.util.SeekableStreamAdapter
-
Sets the offset, measured from the beginning of this
stream, at which the next read occurs.
- SeekableOutputStream - org.apache.xmlgraphics.image.codec.util中的类
-
An OutputStream
which can seek to an arbitrary offset.
- SeekableOutputStream(RandomAccessFile) - 类 的构造器org.apache.xmlgraphics.image.codec.util.SeekableOutputStream
-
Constructs a SeekableOutputStream
from a
RandomAccessFile
.
- SeekableStream - 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() - 类 的构造器org.apache.xmlgraphics.image.codec.util.SeekableStream
-
- SeekableStreamAdapter - org.apache.xmlgraphics.image.loader.util中的类
-
Adapter which provides a SeekableStream interface over an ImageInputStream.
- SeekableStreamAdapter(ImageInputStream) - 类 的构造器org.apache.xmlgraphics.image.loader.util.SeekableStreamAdapter
-
Main constructor
- SEQ - 类 中的静态变量org.apache.xmlgraphics.xmp.XMPArrayType
-
the ordered array
- Service - org.apache.xmlgraphics.util中的类
-
This class handles looking up service providers on the class path.
- setAdditionalPenalty(String, Penalty) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.PDFAAdapter
-
Sets the PDF/A amendment identifier ("amd").
- setBackground(Color) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Sets the background color for the Graphics2D
context.
- setBackground(Color) - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Sets the background color for the Graphics2D
context.
- setBackgroundColor(Color) - 类 中的方法org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
-
Set the background of the PostScript document.
- setBackgroundGray(int) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
-
Sets the suggested gray level of the background.
- setBackgroundPaletteIndex(int) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette
-
Sets the palette index of the suggested background color.
- setBackgroundRGB(int[]) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.RGB
-
Sets the RGB value of the suggested background color.
- setBaselinePositionFromBottom(int) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
Sets the base URL for relative URLs in the document content.
- setBitDepth(int) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
-
Sets the desired bit depth for a grayscale image.
- setBitDepth(int) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette
-
Sets the desired bit depth for a palette image.
- setBitDepth(int) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.RGB
-
Sets the desired bit depth for an RGB image.
- setBitDepth(int) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Sets the desired bit depth of an image.
- setBitShift(int) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
-
Sets the desired bit shift for a grayscale image.
- setBoundingBox(Rectangle2D) - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Sets the bounding box.
- setBoundingBox(Rectangle2D) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentBoundingBox
-
Sets the bounding box.
- setBWInvert(boolean) - 类 中的方法org.apache.xmlgraphics.ps.ImageEncodingHelper
-
- setCacheListener(ImageCacheListener) - 类 中的方法org.apache.xmlgraphics.image.loader.cache.ImageCache
-
Sets an ImageCacheListener instance so the events in the image cache can be observed.
- setCheckEOF(boolean) - 类 中的方法org.apache.xmlgraphics.ps.dsc.DSCParser
-
Tells the parser whether to check for content after the EOF comment.
- setChromaticity(float[]) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
A convenience method that calls the array version.
- setClip(int, int, int, int) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Sets the current clip to the rectangle specified by the given
coordinates.
- setClip(Shape) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Sets the current clipping area to an arbitrary clip shape.
- setClip(int, int, int, int) - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Sets the current clip to the rectangle specified by the given
coordinates.
- setClip(Shape) - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Sets the current clipping area to an arbitrary clip shape.
- setColor(Color) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Sets this graphics context's current color to the specified
color.
- setColor(Color) - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Sets this graphics context's current color to the specified
color.
- setCommentsEnabled(boolean) - 类 中的方法org.apache.xmlgraphics.ps.PSGenerator
-
- setCompact(boolean) - 类 中的方法org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
- setCompactMode(boolean) - 类 中的方法org.apache.xmlgraphics.ps.PSGenerator
-
Controls whether this instance shall produce compact PostScript (omitting comments and
using short macros).
- setComposite(Composite) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Sets the Composite
for the Graphics2D
context.
- setComposite(Composite) - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Sets the Composite
for the Graphics2D
context.
- setCompressedText(String[]) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Sets the text strings to be stored in compressed form with this
image.
- setCompression(CompressionValue) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
-
Specifies the type of compression to be used.
- setCompressionMethod(String) - 类 中的方法org.apache.xmlgraphics.image.writer.ImageWriterParams
-
Set the compression method that shall be used to encode the image.
- setConformance(String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.PDFAAdapter
-
Sets the PDF/A conformance level.
- setCoverage(String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Sets the extent or scope of the resource.
- setCreateDate(Date) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
Sets the date and time the resource was originally created.
- setCreatorTool(String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
Sets the first known tool used to create the resource.
- setCustomTextHandler(TextHandler) - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Sets a custom TextHandler implementation that is responsible for painting text.
- setDateValue(String, Date) - 类 中的方法org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
Set a date value.
- setDecodePaletteAsShorts(boolean) - 类 中的方法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) - 接口 中的方法org.apache.xmlgraphics.util.i18n.ExtendedLocalizable
-
Sets the default locale for all the instances of this class in
the same LocaleGroup.
- setDefaultLocale(Locale) - 类 中的方法org.apache.xmlgraphics.util.i18n.LocalizableSupport
-
- setDeflateLevel(int) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Sets the description of the content of the resource.
- setDisplayExponent(float) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
-
Sets the display exponent to a given value.
- setDocumentID(String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.XAPMMAdapter
-
- setEncodeParam(PNGEncodeParam) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
-
Sets the current encoder param instance.
- setEndianness(Endianness) - 类 中的方法org.apache.xmlgraphics.image.writer.ImageWriterParams
-
Sets the endianness selected for the image.
- setExpandGrayAlpha(boolean) - 类 中的方法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) - 类 中的方法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[]) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.ps.dsc.DSCParser
-
Sets a filter for DSC events.
- setFlushOnRetrieval(boolean) - 类 中的方法org.apache.xmlgraphics.ps.PSPageDeviceDictionary
-
The contents of the dictionary are flushed when written
- setFont(Font) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Sets this graphics context's font to the specified font.
- setFont(Font) - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Sets this graphics context's font to the specified font.
- setFormat(String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Sets the file format used when saving the resource.
- setGamma(float) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Sets the file gamma value for the image.
- setGenerateEncodeParam(boolean) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Sets the GraphicContext
- setGraphics2DImagePainter(Graphics2DImagePainter) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D
-
Sets the Graphics2DImagePainter instance.
- setGrayTransparentAlpha(int) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawPNG
-
Sets the gray transparent pixel value.
- setICCProfileData(byte[]) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Sets the ICC profile data to be stored with this image.
- setIdentifier(String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Sets the unique identifier of the resource.
- setIdentifier(String, String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
Sets a qualified identifier that unambiguously identify the resource within a given context.
- setIFDOffset(long) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFDecodeParam
-
Sets the offset in the stream from which to read the image.
- setImageInputStream(ImageInputStream) - 类 中的方法org.apache.xmlgraphics.image.loader.ImageSource
-
Sets the ImageInputStream.
- setImageLoader(ImageLoader) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawStream
-
Sets the InputStreamFactory to be used by this image.
- setInstanceID(String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.XAPMMAdapter
-
- setInterlacing(boolean) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Turns Adam7 interlacing on or off.
- setJPEGCompressRGBToYCbCr(boolean) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFDecodeParam
-
Sets a flag indicating whether to convert JPEG-compressed YCbCr data
to RGB.
- setJPEGQuality(float, boolean) - 类 中的方法org.apache.xmlgraphics.image.writer.ImageWriterParams
-
Sets the quality setting for encoding JPEG images.
- setKeywords(String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.AdobePDFAdapter
-
Sets the keywords.
- setLangAlt(String, String, String) - 类 中的方法org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
Sets a language-dependent value.
- setListenersDisabled(boolean) - 类 中的方法org.apache.xmlgraphics.ps.dsc.DSCParser
-
Allows to disable all listeners.
- setLocale(Locale) - 类 中的方法org.apache.xmlgraphics.util.i18n.LocaleGroup
-
Sets the default locale for all the instances of ExtendedLocalizable
in this group.
- setLocale(Locale) - 接口 中的方法org.apache.xmlgraphics.util.i18n.Localizable
-
Provides a way to the user to specify a locale which override the
default one.
- setLocale(Locale) - 类 中的方法org.apache.xmlgraphics.util.i18n.LocalizableSupport
-
- setLocaleGroup(LocaleGroup) - 接口 中的方法org.apache.xmlgraphics.util.i18n.ExtendedLocalizable
-
Sets the group to which this object belongs.
- setLocaleGroup(LocaleGroup) - 类 中的方法org.apache.xmlgraphics.util.i18n.LocalizableSupport
-
- setMetadataDate(Date) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
Sets the date and time any metadata for this resource was last changed.
- setModificationTime(Date) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Sets the modification time, as a Date
, to be
stored with this image.
- setModifyDate(Date) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.PDFVTAdapter
-
- setModifyDate(Date) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
-
Sets the date and time the resource was last modified.
- setName(String) - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Sets the name of the pattern.
- setNestedDocumentHandler(NestedDocumentHandler) - 类 中的方法org.apache.xmlgraphics.ps.dsc.DSCParser
-
Sets a NestedDocumentHandler which is used to skip nested documents like embedded EPS files.
- setOutput8BitGray(boolean) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentPages
-
Sets the page count.
- setPageName(String) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentPage
-
Sets the page name.
- setPagePosition(int) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.DSCCommentPage
-
Sets the page position.
- setPaint(Paint) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Sets the Paint
attribute for the
Graphics2D
context.
- setPaint(Paint) - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Sets the Paint
attribute for the
Graphics2D
context.
- setPaintMode() - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Sets the postscript procedure PaintProc
- setPaintType(int) - 类 中的方法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[]) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette
-
Sets the RGB palette of the image to be encoded.
- setPaletteHistogram(int[]) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Sets the palette histogram to be stored with this image.
- setPaletteTransparency(byte[]) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette
-
Sets the alpha values associated with each palette entry.
- setParam(ImageDecodeParam) - 接口 中的方法org.apache.xmlgraphics.image.codec.util.ImageDecoder
-
Sets the current parameters to an instance of the
ImageDecodeParam interface.
- setParam(ImageDecodeParam) - 类 中的方法org.apache.xmlgraphics.image.codec.util.ImageDecoderImpl
-
Sets the current parameters to an instance of the
ImageDecodeParam
interface.
- setParam(ImageEncodeParam) - 接口 中的方法org.apache.xmlgraphics.image.codec.util.ImageEncoder
-
Sets the current parameters to an instance of the
ImageEncodeParam interface.
- setParam(ImageEncodeParam) - 类 中的方法org.apache.xmlgraphics.image.codec.util.ImageEncoderImpl
-
Sets the current parameters to an instance of the
ImageEncodeParam interface.
- setPart(int) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.PDFAAdapter
-
Sets the PDF/A version identifier ("part").
- setPart(int) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.PDFUAAdapter
-
- setPDFVersion(String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.AdobePDFAdapter
-
Sets the PDF version
- setPerformGammaCorrection(boolean) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
-
Turns gamma corection of the image data on or off.
- setPhysicalDimension(int[]) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Sets the physical dimension information to be stored with this
image.
- setPhysicalDimension(int, int, int) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
A convenience method that calls the array version.
- setProducer(String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.AdobePDFAdapter
-
Sets the name of the tool that produced the PDF document
- setProperty(XMPProperty) - 类 中的方法org.apache.xmlgraphics.xmp.Metadata
-
Sets a property.
- setProperty(XMPProperty) - 接口 中的方法org.apache.xmlgraphics.xmp.PropertyAccess
-
Sets a property.
- setProperty(XMPProperty) - 类 中的方法org.apache.xmlgraphics.xmp.XMPStructure
-
Sets a property.
- setPSGenerator(PSGenerator) - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Sets the PostScript generator
- setPSLevel(int) - 类 中的方法org.apache.xmlgraphics.ps.PSGenerator
-
Sets the PostScript level that is used to generate the current document.
- setRenderingHint(RenderingHints.Key, Object) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Sets the value of a single preference for the rendering algorithms.
- setRenderingHint(RenderingHints.Key, Object) - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Sets the value of a single preference for the rendering algorithms.
- setRenderingHints(Map) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Replaces the values of all preferences for the rendering
algorithms with the specified hints
.
- setRenderingHints(Map) - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Replaces the values of all preferences for the rendering
algorithms with the specified hints
.
- setRenderingHintsForBufferedImage(Graphics2D) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageConverterG2D2Bitmap
-
Sets rendering hints on the Graphics2D created for painting to a BufferedImage.
- setRenderingIntent(int) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawPNG
-
Used to set the rendering intent when the color space is sRGB.
- setRenditionClass(String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.XAPMMAdapter
-
The rendition class name for this resource.
- setResolution(double, double) - 类 中的方法org.apache.xmlgraphics.image.loader.ImageSize
-
Sets the image's resolution for interpreting the pixel size.
- setResolution(double) - 类 中的方法org.apache.xmlgraphics.image.loader.ImageSize
-
Sets the image's resolution for interpreting the pixel size.
- setResolution(int) - 类 中的方法org.apache.xmlgraphics.image.writer.ImageWriterParams
-
Sets the target resolution of the bitmap image to be written
(sets both the horizontal and vertical resolution to the same value).
- setResolutionUnit(ResolutionUnit) - 类 中的方法org.apache.xmlgraphics.image.writer.ImageWriterParams
-
Sets the resolution unit of the image for calculating resolution.
- setResourceTracker(ResourceTracker) - 类 中的方法org.apache.xmlgraphics.ps.PSGenerator
-
Sets the ResourceTracker instance to be associated with this PSGenerator.
- setRGBTransparentAlpha(int, int, int) - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawPNG
-
Sets the RGB transparent pixel values.
- setRights(String, String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Sets the informal rights statement.
- setRowsPerStrip(int) - 类 中的方法org.apache.xmlgraphics.image.writer.ImageWriterParams
-
Sets the rows per strip (default is one row per strip);
if set to -1 (single strip), will use height of the current page,
required by some fax processors.
- setSignificantBits(int[]) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Sets the number of significant bits for each band of the image.
- setSingleStrip(boolean) - 类 中的方法org.apache.xmlgraphics.image.writer.ImageWriterParams
-
Convenience method to set rows per strip to single strip,
otherwise sets to one row per strip.
- setSize(ImageSize) - 类 中的方法org.apache.xmlgraphics.image.loader.ImageInfo
-
Sets the image's intrinsic size.
- setSize(double, double) - 类 中的方法org.apache.xmlgraphics.java2d.Dimension2DDouble
- setSizeInMillipoints(int, int) - 类 中的方法org.apache.xmlgraphics.image.loader.ImageSize
-
Sets the image's size in millipoints.
- setSizeInPixels(int, int) - 类 中的方法org.apache.xmlgraphics.image.loader.ImageSize
-
Sets the image's size in pixels.
- setSource(String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Sets the unique identifier of the work from which this resource was derived.
- setSRGBIntent(int) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Sets the sRGB rendering intent to be stored with this image.
- setStroke(Stroke) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Sets the Stroke
for the Graphics2D
context.
- setStroke(Stroke) - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Sets the Stroke
for the Graphics2D
context.
- setSuggestedPalette(PNGSuggestedPaletteEntry[]) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Sets the suggested palette information to be stored with this
image.
- setSuppressAlpha(boolean) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
-
If set, no alpha (transparency) channel will appear in the
output image.
- setSystemId(String) - 类 中的方法org.apache.xmlgraphics.image.loader.ImageSource
- setText(String[]) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam
-
Sets the textual data to be stored in uncompressed form with this
image.
- setTexturePaint(TexturePaint) - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Sets a texture which is used for filling shapes
- setTileSize(int, int) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
-
Sets the dimensions of the tiles to be written.
- setTilingType(int) - 类 中的方法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) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Sets the title of the resource (in the default language).
- setTitle(String, String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter
-
Sets the title of the resource.
- setTransform(AffineTransform) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Sets the Transform
in the Graphics2D
context.
- setTransform(AffineTransform) - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Sets the Transform
in the Graphics2D
context.
- setTransparent() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.ImageRawPNG
-
Used to flag image as transparent when the image is of pallete type.
- setTransparentGray(int) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray
-
Sets the gray value to be used to denote transparency.
- setTransparentRGB(int[]) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.RGB
-
Sets the RGB value to be used to denote transparency.
- setTrapped(String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.AdobePDFAdapter
-
Sets if the pdf has trapping information True or False
- setupDocument(OutputStream, int, int) - 类 中的方法org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
-
Setup the document.
- setUserExponent(float) - 类 中的方法org.apache.xmlgraphics.image.codec.png.PNGDecodeParam
-
Sets the user exponent to a given value.
- setValue(Object) - 类 中的方法org.apache.xmlgraphics.xmp.XMPProperty
-
Sets the value of the property
- setValue(String, String) - 类 中的方法org.apache.xmlgraphics.xmp.XMPSchemaAdapter
-
Sets a simple value.
- setVersion(String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.PDFVTAdapter
-
- setVersion(String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.PDFXAdapter
-
- setVersion(String) - 类 中的方法org.apache.xmlgraphics.xmp.schemas.pdf.XAPMMAdapter
-
- setViewportDimension(float, float) - 类 中的方法org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
-
Set the dimensions of the document that will be drawn.
- setWriteTiled(boolean) - 类 中的方法org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam
-
If set, the data will be written out in tiled format, instead of
in strips.
- setXMLLang(String) - 类 中的方法org.apache.xmlgraphics.xmp.XMPProperty
-
Sets the xml:lang value for this property
- setXORMode(Color) - 类 中的方法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) - 类 中的方法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.
- setXResolution(int) - 类 中的方法org.apache.xmlgraphics.image.writer.ImageWriterParams
-
Sets the target horizontal resolution of the bitmap image to be written.
- setXStep(double) - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Sets the horizontal spacing between pattern cells
- setXUID(List) - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Sets an extended unique ID that uniquely identifies the pattern
- setYResolution(int) - 类 中的方法org.apache.xmlgraphics.image.writer.ImageWriterParams
-
Sets the target vertical resolution of the bitmap image to be written.
- setYStep(double) - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSTilingPattern
-
Sets the vertical spacing between pattern cells
- shear(double, double) - 类 中的方法org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Concatenates the current Graphics2D
Transform
with a shearing transform.
- shear(double, double) - 类 中的方法org.apache.xmlgraphics.java2d.GraphicContext
-
Concatenates the current Graphics2D
Transform
with a shearing transform.
- SHEAR - 类 中的静态变量org.apache.xmlgraphics.java2d.TransformType
-
- SHEAR_STRING - 类 中的静态变量org.apache.xmlgraphics.java2d.TransformType
-
- shouldBeClipped(Shape, Shape) - 类 中的方法org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
Determines if a shape interacts with a clipping region.
- showPage() - 类 中的方法org.apache.xmlgraphics.ps.PSGenerator
-
Issues the "showpage" command and resets the painting state accordingly.
- SimpleRefinedImageFlavor - 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) - 类 的构造器org.apache.xmlgraphics.image.loader.SimpleRefinedImageFlavor
-
Main constructor.
- SimpleRenderedImage - org.apache.xmlgraphics.image.codec.util中的类
-
A simple class implemented the RenderedImage
interface.
- SimpleRenderedImage() - 类 的构造器org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage
-
- simplify() - 类 中的方法org.apache.xmlgraphics.xmp.XMPProperty
-
- SINGLE_STRIP - 类 中的静态变量org.apache.xmlgraphics.image.writer.ImageWriterParams
-
Forces a single strip for the whole image.
- SingleTileRenderedImage - org.apache.xmlgraphics.image.codec.util中的类
-
A simple class that provides RenderedImage functionality
given a Raster and a ColorModel.
- SingleTileRenderedImage(Raster, ColorModel) - 类 的构造器org.apache.xmlgraphics.image.codec.util.SingleTileRenderedImage
-
Constructs a SingleTileRenderedImage based on a Raster
and a ColorModel.
- skip(long) - 类 中的方法org.apache.xmlgraphics.image.codec.util.ForwardSeekableStream
-
Forwards the request to the real InputStream
.
- skip(long) - 类 中的方法org.apache.xmlgraphics.image.loader.util.ImageInputStreamAdapter
- skip(long) - 类 中的方法org.apache.xmlgraphics.util.io.SubInputStream
- skipBytes(int) - 类 中的方法org.apache.xmlgraphics.image.codec.util.SeekableStream
-
Attempts to skip over n
bytes of input discarding the
skipped bytes.
- skipBytes(int) - 类 中的方法org.apache.xmlgraphics.image.loader.util.SeekableStreamAdapter
-
Attempts to skip over n
bytes of input discarding the
skipped bytes.
- skipChunk(DataInputStream) - 类 中的静态方法org.apache.xmlgraphics.image.codec.png.PNGChunk
-
Skips the next chunk from the input stream.
- skipCurrentMarkerSegment() - 类 中的方法org.apache.xmlgraphics.image.loader.impl.JPEGFile
-
Skips the current marker segment.
- sm - 类 中的变量org.apache.xmlgraphics.image.rendered.AbstractRed
-
- SOF0 - 接口 中的静态变量org.apache.xmlgraphics.image.loader.impl.JPEGConstants
-
Baseline DCT
- SOF1 - 接口 中的静态变量org.apache.xmlgraphics.image.loader.impl.JPEGConstants
-
Extended Sequential DCT
- SOF2 - 接口 中的静态变量org.apache.xmlgraphics.image.loader.impl.JPEGConstants
-
Progressive DCT only PDF 1.3
- SOFA - 接口 中的静态变量org.apache.xmlgraphics.image.loader.impl.JPEGConstants
-
Progressive DCT only PDF 1.3
- SoftMapCache - org.apache.xmlgraphics.image.loader.util中的类
-
Provides a simple cache using soft references and storing the values in a Map.
- SoftMapCache(boolean) - 类 的构造器org.apache.xmlgraphics.image.loader.util.SoftMapCache
-
Creates a new soft cache.
- SoftReferenceWithKey - 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) - 类 的构造器org.apache.xmlgraphics.image.loader.util.SoftReferenceWithKey
-
Creates a new SoftReference with a key.
- SOI - 接口 中的静态变量org.apache.xmlgraphics.image.loader.impl.JPEGConstants
-
start of Image
- SOS - 接口 中的静态变量org.apache.xmlgraphics.image.loader.impl.JPEGConstants
-
Start of Scan
- SOURCE_RESOLUTION - 接口 中的静态变量org.apache.xmlgraphics.image.loader.ImageProcessingHints
-
Used to send a hint about the source resolution for pixel to unit conversions.
- splitParams(String) - 类 中的方法org.apache.xmlgraphics.ps.dsc.events.AbstractDSCComment
-
Splits the params of the DSC comment value in to a List.
- srcs - 类 中的变量org.apache.xmlgraphics.image.rendered.AbstractRed
-
- sRGB - 类 中的静态变量org.apache.xmlgraphics.image.GraphicsUtil
-
Standard prebuilt sRGB color model with no alpha.
- sRGB_Pre - 类 中的静态变量org.apache.xmlgraphics.image.GraphicsUtil
-
Standard prebuilt sRGB color model with premultiplied alpha.
- sRGB_Unpre - 类 中的静态变量org.apache.xmlgraphics.image.GraphicsUtil
-
Standard prebuilt sRGB color model with unpremultiplied alpha.
- sRGBToLsRGB(double) - 类 中的静态方法org.apache.xmlgraphics.image.rendered.Any2LsRGBRed
-
- START - 接口 中的静态变量org.apache.xmlgraphics.util.io.ASCII85Constants
-
The start index for ASCII85 characters (!)
- startCache - 类 中的变量org.apache.xmlgraphics.java2d.ps.PSGraphics2D
-
- startDocument(String) - 类 中的方法org.apache.xmlgraphics.ps.dsc.DefaultDSCHandler
-
- startDocument(String) - 接口 中的方法org.apache.xmlgraphics.ps.dsc.DSCHandler
-
Called as a new PostScript file starts.
- startDocument(String) - 类 中的方法org.apache.xmlgraphics.ps.dsc.EventRecorder
-
- startElement(String, String, String, Attributes) - 类 中的方法org.apache.xmlgraphics.xmp.XMPHandler
- startPage() - 类 中的方法org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D
-
Starts a new page.
- STD_COMMAND_MAP - 类 中的静态变量org.apache.xmlgraphics.ps.PSProcSets
-
- STD_PROCSET - 类 中的静态变量org.apache.xmlgraphics.ps.PSProcSets
-
the standard procset for the XML Graphics project
- stringToGlyph(String) - 类 中的静态方法org.apache.xmlgraphics.fonts.Glyphs
-
Return the string representation of a glyphname,
eg stringToGlyph("backslash") returns "\\"
- stroke - 类 中的变量org.apache.xmlgraphics.java2d.GraphicContext
-
Current Stroke
- StrokingTextHandler - org.apache.xmlgraphics.java2d中的类
-
Default TextHandler implementation which paints text using graphics primitives (shapes).
- StrokingTextHandler() - 类 的构造器org.apache.xmlgraphics.java2d.StrokingTextHandler
-
Default constructor.
- SubImageNotFoundException - org.apache.xmlgraphics.image.loader中的异常错误
-
Exception which indicates that a particular (sub-)image could not be found.
- SubImageNotFoundException(String) - 异常错误 的构造器org.apache.xmlgraphics.image.loader.SubImageNotFoundException
-
Constructs an ImageException
with the specified detail
message.
- SubImageNotFoundException(String, Throwable) - 异常错误 的构造器org.apache.xmlgraphics.image.loader.SubImageNotFoundException
-
Constructs a new ImageException
with the specified detail message and
cause.
- SubInputStream - 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) - 类 的构造器org.apache.xmlgraphics.util.io.SubInputStream
-
Creates a new SubInputStream.
- SubInputStream(InputStream, long) - 类 的构造器org.apache.xmlgraphics.util.io.SubInputStream
-
Creates a new SubInputStream.
- supportsMultiImageWriter() - 类 中的方法org.apache.xmlgraphics.image.writer.AbstractImageWriter
-
- supportsMultiImageWriter() - 类 中的方法org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter
- supportsMultiImageWriter() - 接口 中的方法org.apache.xmlgraphics.image.writer.ImageWriter
-
- supportsMultiImageWriter() - 类 中的方法org.apache.xmlgraphics.image.writer.internal.TIFFImageWriter
- SVG_DOM - 类 中的静态变量org.apache.xmlgraphics.image.loader.XMLNamespaceEnabledImageFlavor
-
An XML-based SVG image in form of a W3C DOM instance