Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I J L M N O P R S T U W X Y

A

ACCEPTED_VARIATION_DIR - Static variable in class org.apache.batik.svggen.SVGGeneratorTests
 
ATTR_XLINK_HREF - Static variable in interface org.apache.batik.svggen.SVGSyntax
This is a qualified form for href, using the xlink: namespace prefix
ATransform - class org.apache.batik.svggen.ATransform.
This test validates the convertion of Java 2D AffineTransform into SVG Shapes.
ATransform() - Constructor for class org.apache.batik.svggen.ATransform
 
AbstractImageHandlerEncoder - class org.apache.batik.svggen.AbstractImageHandlerEncoder.
This abstract implementation of the ImageHandler interface is intended to be the base class for ImageHandlers that generate image files for all the images they handle.
AbstractImageHandlerEncoder(String, String) - Constructor for class org.apache.batik.svggen.AbstractImageHandlerEncoder
 
AbstractSVGConverter - class org.apache.batik.svggen.AbstractSVGConverter.
Abstract class with common utility methods used by subclasses for specific convertion operations.
AbstractSVGConverter(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.AbstractSVGConverter
 
AbstractSVGFilterConverter - class org.apache.batik.svggen.AbstractSVGFilterConverter.
Abstract class with common utility methods used by subclasses for specific convertion operations.
AbstractSVGFilterConverter(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.AbstractSVGFilterConverter
 
AttributedCharacterIterator - class org.apache.batik.svggen.AttributedCharacterIterator.
This test validates the convertion of Java 2D AffineTransform into SVG Shapes.
AttributedCharacterIterator() - Constructor for class org.apache.batik.svggen.AttributedCharacterIterator
 
addElement(Element) - Method in class org.apache.batik.svggen.DOMGroupManager
Adds a node to the current group, if possible
addElement(Element, short) - Method in class org.apache.batik.svggen.DOMGroupManager
Adds a node to the current group, if possible
addGroupManager(DOMGroupManager) - Method in class org.apache.batik.svggen.DOMTreeManager
 
addOtherDef(Element) - Method in class org.apache.batik.svggen.DOMTreeManager
Lets custom implementations for various extensions add elements to the sections.
addToTree(String, String, int, int, SVGGeneratorContext) - Method in class org.apache.batik.svggen.ImageCacher.Embedded
Adds a new image element to the defs section for cached images.
appendGroup(Element, DOMGroupManager) - Method in class org.apache.batik.svggen.DOMTreeManager
When a group is appended to the tree by this call, all the other group managers are requested to start new groups, in order to preserve the Z-order.
appendPoint(StringBuffer, float, float, SVGGeneratorContext) - Static method in class org.apache.batik.svggen.SVGPath
Appends a coordinate to the path data
appendPoint(StringBuffer, float, float) - Method in class org.apache.batik.svggen.SVGPolygon
Appends a coordinate to the path data
applicabilitySet - Variable in class org.apache.batik.svggen.SVGAttribute
Set of Element tags to which the attribute does or does not apply.
appliesTo(String, String) - Method in class org.apache.batik.svggen.DefaultStyleHandler
Controls whether or not a given attribute applies to a particular element.
appliesTo(String) - Method in class org.apache.batik.svggen.SVGAttribute
 
applyDefaultRenderingStyle(Element) - Method in class org.apache.batik.svggen.DOMTreeManager
 
aqua - Static variable in class org.apache.batik.svggen.SVGColor
Predefined CSS colors
attrMap - Static variable in class org.apache.batik.svggen.SVGAttributeMap
Map of attribute name to SVGAttribute objects
attrSet - Static variable in class org.apache.batik.svggen.SVGStylingAttributes
 

B

BEExample - class org.apache.batik.svggen.BEExample.
This test validates the convertion of Java 2D AffineTransform into SVG Shapes.
BEExample() - Constructor for class org.apache.batik.svggen.BEExample
 
BOLD - Static variable in class org.apache.batik.svggen.SVGFont
 
BStroke - class org.apache.batik.svggen.BStroke.
This test validates convertion of BasicStroke
BStroke() - Constructor for class org.apache.batik.svggen.BStroke
 
BasicShapes - class org.apache.batik.svggen.BasicShapes.
This test validates the convertion of Java 2D shapes into SVG Shapes.
BasicShapes() - Constructor for class org.apache.batik.svggen.BasicShapes
 
BasicShapes2 - class org.apache.batik.svggen.BasicShapes2.
This test validates the convertion of Java 2D shapes into SVG Shapes.
BasicShapes2() - Constructor for class org.apache.batik.svggen.BasicShapes2
 
Bug17965 - class org.apache.batik.svggen.Bug17965.
This test validates fix to Bug #17965 and checks that attributes which do not apply to given element (eg., font-family does not apply to ) are not written out.
Bug17965() - Constructor for class org.apache.batik.svggen.Bug17965
 
Bug21259 - class org.apache.batik.svggen.Bug21259.
Checks that the streamed root is not removed from its parent as shown by bug report 21259.
Bug21259() - Constructor for class org.apache.batik.svggen.Bug21259
 
Bug4389 - class org.apache.batik.svggen.Bug4389.
This test validates drawImage conversions.
Bug4389() - Constructor for class org.apache.batik.svggen.Bug4389
 
Bug4945 - class org.apache.batik.svggen.Bug4945.
This test validates fix to Bug #4945 which checks that the generator handles Font transform.
Bug4945() - Constructor for class org.apache.batik.svggen.Bug4945
 
Bug6535 - class org.apache.batik.svggen.Bug6535.
This test validates outputing font-size as a float
Bug6535() - Constructor for class org.apache.batik.svggen.Bug6535
 
background - Variable in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
backgroundAccessRequired - Variable in class org.apache.batik.svggen.SVGAlphaComposite
By default, access to the background is not required.
black - Static variable in class org.apache.batik.svggen.SVGColor
 
blue - Static variable in class org.apache.batik.svggen.SVGColor
 
buildBufferedImage(Dimension) - Method in class org.apache.batik.svggen.AbstractImageHandlerEncoder
This method creates a BufferedImage of the right size and type for the derived class.
buildBufferedImage(Dimension) - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
This method creates a BufferedImage of the right size and type for the derived class.
buildBufferedImage(Dimension) - Method in class org.apache.batik.svggen.ImageHandlerBase64Encoder
This method creates a BufferedImage with an alpha channel, as this is supported by Base64.
buildBufferedImage(Dimension) - Method in class org.apache.batik.svggen.ImageHandlerJPEGEncoder
This method creates a BufferedImage of the right size and type for the derived class.
buildBufferedImage(Dimension) - Method in class org.apache.batik.svggen.ImageHandlerPNGEncoder
This method creates a BufferedImage with an alpha channel, as this is supported by PNG.
buildSVGGeneratorContext(Document, ImageHandler, ExtensionHandler) - Static method in class org.apache.batik.svggen.SVGGraphics2D
Helper method to create an SVGGeneratorContext from the constructor parameters.
buildSVGGraphics2D() - Method in class org.apache.batik.svggen.GeneratorContext
 
buildSVGGraphics2D() - Method in class org.apache.batik.svggen.JPainterCompare
Builds an SVGGraphics2D with a default configuration.
buildSVGGraphics2D() - Method in class org.apache.batik.svggen.SVGAccuracyTest
Builds an SVGGraphics2D with a default configuration.
byteCompare(InputStream, InputStream) - Method in class org.apache.batik.svggen.SVGAccuracyTest
Compare the two input streams

C

CACHED_JPEG_PREFIX - Static variable in class org.apache.batik.svggen.CachedImageHandlerJPEGEncoder
 
CACHED_JPEG_SUFFIX - Static variable in class org.apache.batik.svggen.CachedImageHandlerJPEGEncoder
 
CACHED_PNG_PREFIX - Static variable in class org.apache.batik.svggen.CachedImageHandlerPNGEncoder
 
CACHED_PNG_SUFFIX - Static variable in class org.apache.batik.svggen.CachedImageHandlerPNGEncoder
 
CANDIDATE_REF_DIR - Static variable in class org.apache.batik.svggen.SVGGeneratorTests
 
CANDIDATE_VARIATION_DIR - Static variable in class org.apache.batik.svggen.SVGGeneratorTests
 
CANVAS_SIZE - Static variable in class org.apache.batik.svggen.GetRootTest
 
CANVAS_SIZE - Static variable in class org.apache.batik.svggen.JPainterCompare
Canvas size for all tests
CANVAS_SIZE - Static variable in class org.apache.batik.svggen.SVGAccuracyTest
Canvas size for all tests
CLOSE_PARENTHESIS - Static variable in interface org.apache.batik.svggen.SVGSyntax
Generic
COMMA - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
COMMON_FONT_SIZE - Static variable in class org.apache.batik.svggen.SVGFont
The common font size to use when generating all SVG fonts.
CONFIG_TMP_FILE_PREFIX - Static variable in class org.apache.batik.svggen.JPainterCompare
 
CSS_PROPERTY_VALUE_SEPARATOR - Static variable in class org.apache.batik.svggen.SVGCSSStyler
 
CSS_RULE_SEPARATOR - Static variable in class org.apache.batik.svggen.SVGCSSStyler
 
CUSTOM_CONTEXT_GENERATION_PREFIX - Static variable in class org.apache.batik.svggen.SVGGeneratorTests
 
CachedImageHandler - interface org.apache.batik.svggen.CachedImageHandler.
Extends the default ImageHandler interface with calls to allow caching of raster images in generated SVG content.
CachedImageHandlerBase64Encoder - class org.apache.batik.svggen.CachedImageHandlerBase64Encoder.
This subclass of ImageHandlerBase64Encoder implements functionality specific to the cached version of the image encoder.
CachedImageHandlerBase64Encoder() - Constructor for class org.apache.batik.svggen.CachedImageHandlerBase64Encoder
Build a CachedImageHandlerBase64Encoder instance.
CachedImageHandlerJPEGEncoder - class org.apache.batik.svggen.CachedImageHandlerJPEGEncoder.
GenericImageHandler which caches JPEG images.
CachedImageHandlerJPEGEncoder(String, String) - Constructor for class org.apache.batik.svggen.CachedImageHandlerJPEGEncoder
 
CachedImageHandlerPNGEncoder - class org.apache.batik.svggen.CachedImageHandlerPNGEncoder.
GenericImageHandler which caches PNG images.
CachedImageHandlerPNGEncoder(String, String) - Constructor for class org.apache.batik.svggen.CachedImageHandlerPNGEncoder
 
Clip - class org.apache.batik.svggen.Clip.
This test validates convertion of Java 2D clip inot SVG clipPath definition and attributes.
Clip() - Constructor for class org.apache.batik.svggen.Clip
 
ClipKey - class org.apache.batik.svggen.ClipKey.
Inner class used to key clip definitions in a Map.
ClipKey(GeneralPath, SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.ClipKey
 
Color1 - class org.apache.batik.svggen.Color1.
This test validates convertion of Java 2D Color into SVG fill, stroke and opacity attributes.
Color1() - Constructor for class org.apache.batik.svggen.Color1
 
Color2 - class org.apache.batik.svggen.Color2.
This test color opacity on fill and strokes, because this is handled differently in the Java 2D API than in SVG.
Color2() - Constructor for class org.apache.batik.svggen.Color2
 
cacheBufferedImage(Element, BufferedImage, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
 
capStyle - Variable in class org.apache.batik.svggen.SVGStrokeDescriptor
 
checkSum - Variable in class org.apache.batik.svggen.ImageCacher
 
checksum - Variable in class org.apache.batik.svggen.ImageCacher.ImageCacheEntry
A checksum calculated for the data cached
clip - Variable in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
clipConverter - Variable in class org.apache.batik.svggen.SVGGraphicContextConverter
 
clipPathDef - Variable in class org.apache.batik.svggen.SVGClipDescriptor
 
clipPathValue - Variable in class org.apache.batik.svggen.SVGClipDescriptor
 
clipToSVG(Shape) - Method in class org.apache.batik.svggen.SVGClip
In the following method, an clipping Shape is converted to an SVG clipPath.
close() - Method in class org.apache.batik.svggen.XmlWriter.IndentWriter
 
colorInterpolation - Variable in class org.apache.batik.svggen.SVGHintsDescriptor
 
colorMap - Static variable in class org.apache.batik.svggen.SVGColor
Color map maps Color values to HTML 4.0 color names
colorRendering - Variable in class org.apache.batik.svggen.SVGHintsDescriptor
 
column - Variable in class org.apache.batik.svggen.XmlWriter.IndentWriter
 
composite - Variable in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
compositeConverter - Variable in class org.apache.batik.svggen.SVGGraphicContextConverter
 
compositeDefsMap - Variable in class org.apache.batik.svggen.SVGAlphaComposite
Map of all possible AlphaComposite filter equivalents
compositeToSVG(AlphaComposite) - Method in class org.apache.batik.svggen.SVGAlphaComposite
 
computeColumnNumber(String, String) - Method in class org.apache.batik.svggen.SVGAccuracyTest
 
computeContext() - Method in class org.apache.batik.svggen.SVGGraphicContext
 
computeGroupAndGraphicElementContext() - Method in class org.apache.batik.svggen.SVGGraphicContext
 
configureSVGGraphics2D(SVGGraphics2D) - Method in class org.apache.batik.svggen.GeneratorContext
 
configureSVGGraphics2D(SVGGraphics2D) - Method in class org.apache.batik.svggen.SVGAccuracyTest
Eventually configure the SVGGraphics2D after dumping in it and just before serializing the DOM Tree.
context - Variable in class org.apache.batik.svggen.SVGGraphicContext
 
convertLookupTables(LookupOp) - Method in class org.apache.batik.svggen.SVGLookupOp
Converts the filter's LookupTable into an array of corresponding SVG table strings
convertTransform(TransformStackElement) - Method in class org.apache.batik.svggen.SVGTransform
Converts an AffineTransform to an SVG transform string
converters - Variable in class org.apache.batik.svggen.SVGGraphicContextConverter
 
copyArea(int, int, int, int, int, int) - Method in class org.apache.batik.svggen.SVGGraphics2D
Copies an area of the component by a distance specified by dx and dy.
countOverrides(SVGGraphicContext) - Method in class org.apache.batik.svggen.DOMGroupManager
Analyses the Map to define how many attributes constitute overrides.
create() - Method in class org.apache.batik.svggen.SVGGraphics2D
Creates a new Graphics object that is a copy of this Graphics object.
createCommonSizeFont(Font) - Static method in class org.apache.batik.svggen.SVGFont
Creates a new Font that is of the common font size used for generating SVG fonts.
createCompatibleDestImage(BufferedImage, ColorModel) - Method in class org.apache.batik.svggen.NullOp
Creates a destination image compatible with the source.
createDefault(Document) - Static method in class org.apache.batik.svggen.SVGGeneratorContext
Creates an instance of SVGGeneratorContext with the given domFactory and with the default values for the other information.
createElement(SVGGeneratorContext) - Method in class org.apache.batik.svggen.CachedImageHandlerBase64Encoder
Creates an Element which can refer to an image.
createElement(SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
Creates an Element which can refer to an image.
createElement(SVGGeneratorContext) - Method in interface org.apache.batik.svggen.GenericImageHandler
Creates an Element suitable for referring to images.
createElement(SVGGeneratorContext) - Method in class org.apache.batik.svggen.SimpleImageHandler
Creates an Element which can refer to an image.
createEntry(int, Object, int, int, SVGGeneratorContext) - Method in class org.apache.batik.svggen.ImageCacher.Embedded
 
createEntry(int, Object, int, int, SVGGeneratorContext) - Method in class org.apache.batik.svggen.ImageCacher.External
 
createEntry(int, Object, int, int, SVGGeneratorContext) - Method in class org.apache.batik.svggen.ImageCacher
Creates a new entry for keeping in the cache.
createGraphics - Static variable in class org.apache.batik.svggen.AbstractImageHandlerEncoder
 
createGraphics(BufferedImage) - Static method in class org.apache.batik.svggen.AbstractImageHandlerEncoder
This method creates a Graphics2D from a BufferedImage.
createGraphics - Static variable in class org.apache.batik.svggen.DefaultCachedImageHandler
 
createGraphics(BufferedImage) - Static method in class org.apache.batik.svggen.DefaultCachedImageHandler
This method creates a Graphics2D from a BufferedImage.
currentGroup - Variable in class org.apache.batik.svggen.DOMGroupManager
Current group node

D

DATA_PROTOCOL_PNG_PREFIX - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
DEFAULT_MAX_GC_OVERRIDES - Static variable in class org.apache.batik.svggen.SVGGraphics2D
Controls the policy for grouping nodes.
DEFAULT_XML_ENCODING - Static variable in class org.apache.batik.svggen.SVGGraphics2D
 
DEMIBOLD - Static variable in class org.apache.batik.svggen.SVGFont
 
DEMILIGHT - Static variable in class org.apache.batik.svggen.SVGFont
 
DOMGroupManager - class org.apache.batik.svggen.DOMGroupManager.
This class is used by the Graphics2D SVG Generator to manage a group of Nodes that can later be added to the SVG DOM Tree managed by the DOMTreeManager.
DOMGroupManager(GraphicContext, DOMTreeManager) - Constructor for class org.apache.batik.svggen.DOMGroupManager
Constructor
DOMTreeManager - class org.apache.batik.svggen.DOMTreeManager.
This class is used by the SVGGraphics2D SVG Generator to manage addition of new Nodes to the SVG DOM Tree.
DOMTreeManager(GraphicContext, SVGGeneratorContext, int) - Constructor for class org.apache.batik.svggen.DOMTreeManager
Constructor
DRAW - Static variable in class org.apache.batik.svggen.DOMGroupManager
 
DefaultCachedImageHandler - class org.apache.batik.svggen.DefaultCachedImageHandler.
This class is a default implementation of the GenericImageHandler for handlers implementing a caching strategy.
DefaultCachedImageHandler() - Constructor for class org.apache.batik.svggen.DefaultCachedImageHandler
 
DefaultErrorHandler - class org.apache.batik.svggen.DefaultErrorHandler.
The ErrorHandler interface allows you to specialize how the error will be set on an SVG Element.
DefaultErrorHandler() - Constructor for class org.apache.batik.svggen.DefaultErrorHandler
 
DefaultExtensionHandler - class org.apache.batik.svggen.DefaultExtensionHandler.
This implementation of the ExtensionHandler interface always returns null Nodes.
DefaultExtensionHandler() - Constructor for class org.apache.batik.svggen.DefaultExtensionHandler
 
DefaultImageHandler - class org.apache.batik.svggen.DefaultImageHandler.
This class provides a default implementation of the ImageHandler interface simply puts a place holder in the xlink:href attribute and sets the width and height of the element.
DefaultImageHandler() - Constructor for class org.apache.batik.svggen.DefaultImageHandler
Build a DefaultImageHandler.
DefaultStyleHandler - class org.apache.batik.svggen.DefaultStyleHandler.
The DefaultStyleHandler class provides the default way to style an SVG Element.
DefaultStyleHandler() - Constructor for class org.apache.batik.svggen.DefaultStyleHandler
 
DoubleString - class org.apache.batik.svggen.DoubleString.
Checks that no NullPointerException is thrown by default
DoubleString() - Constructor for class org.apache.batik.svggen.DoubleString
 
DoubleStringPerformanceTest - class org.apache.batik.svggen.DoubleStringPerformanceTest.
This test checks that there is no performance degradation in the doubleString utility method.
DoubleStringPerformanceTest() - Constructor for class org.apache.batik.svggen.DoubleStringPerformanceTest
 
DrawImage - class org.apache.batik.svggen.DrawImage.
This test validates drawImage conversions.
DrawImage() - Constructor for class org.apache.batik.svggen.DrawImage
 
dashArray - Variable in class org.apache.batik.svggen.SVGStrokeDescriptor
 
dashArrayToSVG(float[]) - Method in class org.apache.batik.svggen.SVGBasicStroke
 
dashOffset - Variable in class org.apache.batik.svggen.SVGStrokeDescriptor
 
decimalFormat - Variable in class org.apache.batik.svggen.SVGGeneratorContext
Current double value formatter
decimalFormats - Static variable in class org.apache.batik.svggen.SVGGeneratorContext
 
def - Variable in class org.apache.batik.svggen.SVGCompositeDescriptor
 
def - Variable in class org.apache.batik.svggen.SVGFilterDescriptor
 
def - Variable in class org.apache.batik.svggen.SVGFontDescriptor
 
def - Variable in class org.apache.batik.svggen.SVGPaintDescriptor
 
defSet - Variable in class org.apache.batik.svggen.AbstractSVGConverter
Set of definitions to interpret the values of the attributes generated by this converter since its creation
defSet - Variable in class org.apache.batik.svggen.AbstractSVGFilterConverter
Set of definitions to interpret the values of the attributes generated by this converter since its creation
defaultGC - Variable in class org.apache.batik.svggen.DOMTreeManager
Default SVG GraphicContext state
defaultValues - Static variable in class org.apache.batik.svggen.SVGGraphicContext
 
descMap - Variable in class org.apache.batik.svggen.AbstractSVGConverter
Map of descriptions already processed by this converter.
descMap - Variable in class org.apache.batik.svggen.AbstractSVGFilterConverter
Map of descriptions already processed by this converter.
displayError(Exception) - Method in class org.apache.batik.svggen.ShowGraphics2DOutput.TestUserAgent
 
dispose() - Method in class org.apache.batik.svggen.SVGGraphics2D
Disposes of this graphics context and releases any system resources that it is using.
documentLoadingCompleted(SVGDocumentLoaderEvent) - Method in class org.apache.batik.svggen.JPainterCompare.LoaderListener
 
documentLoadingFailed(SVGDocumentLoaderEvent) - Method in class org.apache.batik.svggen.JPainterCompare.LoaderListener
 
domFactory - Variable in class org.apache.batik.svggen.SVGGeneratorContext
Factory used by this Graphics2D to create Elements that make the SVG DOM Tree
domGroupManager - Variable in class org.apache.batik.svggen.SVGGraphics2D
The DOMGroupManager manages additions to the current group node associated for this Graphics2D object.
domTreeManager - Variable in class org.apache.batik.svggen.DOMGroupManager
DOMTreeManager that this group manager cooperates with
domTreeManager - Variable in class org.apache.batik.svggen.ImageCacher
 
domTreeManager - Variable in class org.apache.batik.svggen.SVGGraphics2D
The DOMTreeManager manages the process of creating and growing the SVG tree.
doubleString(double) - Method in class org.apache.batik.svggen.AbstractSVGConverter
Utility method for subclasses.
doubleString(double) - Method in class org.apache.batik.svggen.AbstractSVGFilterConverter
Utility method for subclasses.
doubleString(double) - Method in class org.apache.batik.svggen.SVGGeneratorContext
Converts the input double value to a string with a number of decimal places controlled by the precision attribute.
doubleString(double) - Method in class org.apache.batik.svggen.SVGGraphicObjectConverter
Utility method for subclasses.
draw(Shape) - Method in class org.apache.batik.svggen.SVGGraphics2D
Strokes the outline of a Shape using the settings of the current Graphics2D context.
drawImage(Image, int, int, ImageObserver) - Method in class org.apache.batik.svggen.SVGGraphics2D
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.apache.batik.svggen.SVGGraphics2D
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
drawImage(Image, AffineTransform, ImageObserver) - Method in class org.apache.batik.svggen.SVGGraphics2D
Renders an image, applying a transform from image space into user space before drawing.
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.apache.batik.svggen.SVGGraphics2D
Renders a BufferedImage that is filtered with a java.awt.image.BufferedImageOp.
drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.apache.batik.svggen.SVGGraphics2D
Renders a java.awt.image.renderable.RenderableImage, applying a transform from image space into user space before drawing.
drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.apache.batik.svggen.SVGGraphics2D
Renders a java.awt.image.RenderedImage, applying a transform from image space into user space before drawing.
drawString(String, float, float) - Method in class org.apache.batik.svggen.SVGGraphics2D
Renders the text specified by the specified String, using the current Font and Paint attributes in the Graphics2D context.
drawString(AttributedCharacterIterator, float, float) - Method in class org.apache.batik.svggen.SVGGraphics2D
Renders the text of the specified iterator, using the Graphics2D context's current Paint.
dsf - Static variable in class org.apache.batik.svggen.SVGGeneratorContext
 

E

ENTRY_KEY_COLUMN_EXPECTED_VALUE - Static variable in class org.apache.batik.svggen.SVGAccuracyTest
 
ENTRY_KEY_COLUMN_FOUND_VALUE - Static variable in class org.apache.batik.svggen.SVGAccuracyTest
 
ENTRY_KEY_COLUMN_NUMBER - Static variable in class org.apache.batik.svggen.SVGAccuracyTest
 
ENTRY_KEY_ERROR_DESCRIPTION - Static variable in class org.apache.batik.svggen.SVGAccuracyTest
 
ENTRY_KEY_LINE_NUMBER - Static variable in class org.apache.batik.svggen.SVGAccuracyTest
 
ENTRY_KEY_NEW_LINE - Static variable in class org.apache.batik.svggen.SVGAccuracyTest
 
ENTRY_KEY_NO_ARG_OUTPUT - Static variable in class org.apache.batik.svggen.GetRootTest
 
ENTRY_KEY_REFERENCE_LINE - Static variable in class org.apache.batik.svggen.SVGAccuracyTest
 
ENTRY_KEY_SVG_ARG_OUTPUT - Static variable in class org.apache.batik.svggen.GetRootTest
 
EOL - Static variable in class org.apache.batik.svggen.XmlWriter
 
ERROR_CANNOT_GENERATE_SVG - Static variable in class org.apache.batik.svggen.SVGAccuracyTest
Error when an error occurs while generating SVG with the SVGGraphics2D {0} = painter class name if painter not null.
ERROR_CANNOT_OPEN_REFERENCE_SVG_FILE - Static variable in class org.apache.batik.svggen.SVGAccuracyTest
Error when the reference SVG file cannot be opened {0} = URI of the reference image {1} = IOException message
ERROR_CLASS_NOT_PAINTER - Static variable in class org.apache.batik.svggen.JPainterCompare
 
ERROR_COULD_NOT_CONVERT_FILE_PATH_TO_URL - Static variable in class org.apache.batik.svggen.JPainterCompare
 
ERROR_COULD_NOT_INSTANCIATE_OBJECT - Static variable in class org.apache.batik.svggen.JPainterCompare
 
ERROR_COULD_NOT_LOAD_CLASS - Static variable in class org.apache.batik.svggen.JPainterCompare
 
ERROR_COULD_NOT_RENDER_GENERATED_SVG - Static variable in class org.apache.batik.svggen.JPainterCompare
 
ERROR_COULD_NOT_TRANSCODE_TO_SVG - Static variable in class org.apache.batik.svggen.JPainterCompare
 
ERROR_DIFFERENT_SVG_OUTPUT - Static variable in class org.apache.batik.svggen.GetRootTest
 
ERROR_ERROR_WHILE_COMPARING_FILES - Static variable in class org.apache.batik.svggen.SVGAccuracyTest
Error when there is an IOException while comparing the reference SVG file with the newly generated SVG content {0} = URI of the reference image {1} = IOException message.
ERROR_EXTENSION - Static variable in class org.apache.batik.svggen.SVGCustomBufferedImageOp
 
ERROR_GENERATED_SVG_INACCURATE - Static variable in class org.apache.batik.svggen.SVGAccuracyTest
Error when the generated SVG is inaccurate
ERR_ACI - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_CANNOT_USE_IMAGE_DIR - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_CANVAS_SIZE_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_CLIP_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_CONTEXT_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_DOMTREEMANAGER_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_DOM_FACTORY_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_ERROR_HANDLER_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_EXTENSION_HANDLER_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_FONT_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_GC_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_HINT_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_ID_GENERATOR_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_ILLEGAL_BUFFERED_IMAGE_LOOKUP_OP - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_ILLEGAL_BUFFERED_IMAGE_RESCALE_OP - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_IMAGE_DIR_DOES_NOT_EXIST - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_IMAGE_DIR_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_IMAGE_HANDLER_NOT_SUPPORTED - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_IMAGE_HANDLER_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_IMAGE_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_MAP_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_MAXGCOVERRIDES_OUTOFRANGE - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_PROXY - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_READ - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_SCALE_FACTORS_AND_OFFSETS_MISMATCH - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_STROKE_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_STYLE_HANDLER_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_TOP_LEVEL_GROUP_NOT_G - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_TOP_LEVEL_GROUP_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_TRANS_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_UNEXPECTED - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_WRITE - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_XOR - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
EXTRABOLD - Static variable in class org.apache.batik.svggen.SVGFont
 
EXTRA_LIGHT - Static variable in class org.apache.batik.svggen.SVGFont
 
ErrorConstants - interface org.apache.batik.svggen.ErrorConstants.
 
ErrorHandler - interface org.apache.batik.svggen.ErrorHandler.
The ErrorHandler interface allows you to specialize how the error will be set on an SVG Element.
ExtensionHandler - interface org.apache.batik.svggen.ExtensionHandler.
The ExtensionHandler interface allows the user to handle Java 2D API extensions that map to SVG concepts (such as custom Paints, Composites or BufferedImageOp filters).
embedded - Variable in class org.apache.batik.svggen.SVGGraphics2DIOException
The enclosed exception.
embedded - Variable in class org.apache.batik.svggen.SVGGraphics2DRuntimeException
The enclosed exception.
encodeImage(BufferedImage, File) - Method in class org.apache.batik.svggen.AbstractImageHandlerEncoder
Derived classes should implement this method and encode the input BufferedImage as needed
encodeImage(BufferedImage, OutputStream) - Method in class org.apache.batik.svggen.CachedImageHandlerBase64Encoder
Uses PNG encoding.
encodeImage(BufferedImage, OutputStream) - Method in class org.apache.batik.svggen.CachedImageHandlerJPEGEncoder
Uses JPEG encoding.
encodeImage(BufferedImage, OutputStream) - Method in class org.apache.batik.svggen.CachedImageHandlerPNGEncoder
Uses PNG encoding.
encodeImage(BufferedImage, OutputStream) - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
Derived classes should implement this method and encode the input BufferedImage as needed
encodeImage(RenderedImage, OutputStream) - Method in class org.apache.batik.svggen.ImageHandlerBase64Encoder
 
encodeImage(BufferedImage, File) - Method in class org.apache.batik.svggen.ImageHandlerJPEGEncoder
Derived classes should implement this method and encode the input BufferedImage as needed
encodeImage(BufferedImage, File) - Method in class org.apache.batik.svggen.ImageHandlerPNGEncoder
Derived classes should implement this method and encode the input BufferedImage as needed
endCapToSVG(int) - Static method in class org.apache.batik.svggen.SVGBasicStroke
 
equals(Object) - Method in class org.apache.batik.svggen.ClipKey
 
errorHandler - Variable in class org.apache.batik.svggen.SVGGeneratorContext
The error handler.
extensionHandler - Variable in class org.apache.batik.svggen.SVGGeneratorContext
To deal with Java 2D extension (custom java.awt.Paint for example).

F

FILL - Static variable in class org.apache.batik.svggen.DOMGroupManager
 
Font1 - class org.apache.batik.svggen.Font1.
This test validates the convertion of Java 2D Fonts into SVG font attributes.
Font1() - Constructor for class org.apache.batik.svggen.Font1
 
Font2 - class org.apache.batik.svggen.Font2.
This test validates the convertion of Java 2D text into SVG Shapes, one of the options of the SVGGraphics2D constructor.
Font2() - Constructor for class org.apache.batik.svggen.Font2
 
failed - Variable in class org.apache.batik.svggen.ShowGraphics2DOutput.TestUserAgent
 
familyToSVG(Font) - Static method in class org.apache.batik.svggen.SVGFont
 
fill(Shape) - Method in class org.apache.batik.svggen.SVGGraphics2D
Fills the interior of a Shape using the settings of the Graphics2D context.
filter(BufferedImage, BufferedImage) - Method in class org.apache.batik.svggen.NullOp
 
filterConverter - Variable in class org.apache.batik.svggen.DOMTreeManager
Converters used bVy this object to translate graphic context attributes
filterValue - Variable in class org.apache.batik.svggen.SVGCompositeDescriptor
 
filterValue - Variable in class org.apache.batik.svggen.SVGFilterDescriptor
 
flush() - Method in class org.apache.batik.svggen.XmlWriter.IndentWriter
 
fmg - Variable in class org.apache.batik.svggen.SVGGraphics2D
Used to create proper font metrics
font - Variable in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
fontConverter - Variable in class org.apache.batik.svggen.SVGGraphicContextConverter
 
fontFamily - Variable in class org.apache.batik.svggen.SVGFontDescriptor
 
fontSize - Variable in class org.apache.batik.svggen.SVGFontDescriptor
 
fontStringMap - Variable in class org.apache.batik.svggen.SVGFont
Used to keep track of which characters have been rendered by each font used.
fontStyle - Variable in class org.apache.batik.svggen.SVGFontDescriptor
 
fontStyles - Static variable in class org.apache.batik.svggen.SVGFont
Contains threshold value for the various Font styles.
fontWeight - Variable in class org.apache.batik.svggen.SVGFontDescriptor
 
fontWeights - Static variable in class org.apache.batik.svggen.SVGFont
Contains threshold values for the various Font weights.
formatMessage(String, Object[]) - Static method in class org.apache.batik.svggen.Messages
Implements Localizable.formatMessage(String,Object[])>Localizable.formatMessage(String,Object[]) 55 .
fuchsia - Static variable in class org.apache.batik.svggen.SVGColor
 

G

GAMMA - Static variable in class org.apache.batik.svggen.SVGLookupOp
Gamma for linear to sRGB convertion
GENERATOR_REFERENCE_BASE - Static variable in class org.apache.batik.svggen.SVGGeneratorTests
 
GRAPHIC_CONTEXT_CONVERTER_COUNT - Static variable in class org.apache.batik.svggen.SVGGraphicContextConverter
 
GVector - class org.apache.batik.svggen.GVector.
This test validates the convertion of Java 2D GlyphVectors SVG Shapes.
GVector() - Constructor for class org.apache.batik.svggen.GVector
 
GeneratorContext - class org.apache.batik.svggen.GeneratorContext.
Testing customization of the SVGGeneratorContext and generation of SVG Fonts.
GeneratorContext(Painter, URL) - Constructor for class org.apache.batik.svggen.GeneratorContext
 
GeneratorContext.TestIDGenerator - class org.apache.batik.svggen.GeneratorContext.TestIDGenerator.
 
GeneratorContext.TestIDGenerator() - Constructor for class org.apache.batik.svggen.GeneratorContext.TestIDGenerator
 
GeneratorContext.TestStyleHandler - class org.apache.batik.svggen.GeneratorContext.TestStyleHandler.
 
GeneratorContext.TestStyleHandler(CDATASection) - Constructor for class org.apache.batik.svggen.GeneratorContext.TestStyleHandler
 
GenericImageHandler - interface org.apache.batik.svggen.GenericImageHandler.
Extends the default ImageHandler interface with calls to allow caching of raster images in generated SVG content.
GetRootTest - class org.apache.batik.svggen.GetRootTest.
This test validates that the SVGGraphics2D generates the same result with the two versions of its getRoot method.
GetRootTest() - Constructor for class org.apache.batik.svggen.GetRootTest
 
Gradient - class org.apache.batik.svggen.Gradient.
This test validates the convertion of Java 2D GradientPaints into SVG linearGradient definition and reference.
Gradient() - Constructor for class org.apache.batik.svggen.Gradient
 
GraphicObjects - class org.apache.batik.svggen.GraphicObjects.
This test validates the convertion of the three elementary thypes of Java 2D API graphic objects: shapes, text and images
GraphicObjects() - Constructor for class org.apache.batik.svggen.GraphicObjects
 
gc - Variable in class org.apache.batik.svggen.DOMGroupManager
Reference to the GraphicContext this manager will use to reflect style attributes in the tree nodes.
gcConverter - Variable in class org.apache.batik.svggen.DOMTreeManager
Used to convert the Java 2D API graphic context state into the SVG equivalent set of attributes and related definitions
gcDefaults - Variable in class org.apache.batik.svggen.SVGGeneratorContext
GraphicContextDefaults
generateID(String) - Method in class org.apache.batik.svggen.GeneratorContext.TestIDGenerator
 
generateID(String) - Method in class org.apache.batik.svggen.SVGIDGenerator
Generates an id for the given prefix.
generatorComment - Variable in class org.apache.batik.svggen.SVGGeneratorContext
The comment to insert at generation time.
generatorContext - Variable in class org.apache.batik.svggen.AbstractSVGConverter
Used by converters to create Elements and other DOM objects
generatorContext - Variable in class org.apache.batik.svggen.AbstractSVGFilterConverter
Used by converters to create Elements and other DOM objects
generatorContext - Variable in class org.apache.batik.svggen.DOMTreeManager
The context that stores the domFactory, the imageHandler and the extensionHandler.
generatorContext - Variable in class org.apache.batik.svggen.SVGComposite
Used to create DOM elements
generatorContext - Variable in class org.apache.batik.svggen.SVGGraphicObjectConverter
Used by converters to create Elements and other DOM objects.
generatorContext - Variable in class org.apache.batik.svggen.SVGPaint
Used to generate DOM elements
generatorCtx - Variable in class org.apache.batik.svggen.SVGGraphics2D
Contains some information for SVG generation.
genericDefSet - Variable in class org.apache.batik.svggen.DOMTreeManager
Set of definitions that are to be placed at the top of the document tree
genericImageHandler - Variable in class org.apache.batik.svggen.SVGGeneratorContext
Generic image handler.
get(String) - Static method in class org.apache.batik.svggen.SVGAttributeMap
 
getAlphaCompositeConverter() - Method in class org.apache.batik.svggen.SVGComposite
 
getAlphaCompositeFilterSet() - Method in class org.apache.batik.svggen.SVGAlphaComposite
 
getAttributeMap(Map) - Method in class org.apache.batik.svggen.SVGClipDescriptor
 
getAttributeMap(Map) - Method in class org.apache.batik.svggen.SVGCompositeDescriptor
 
getAttributeMap(Map) - Method in interface org.apache.batik.svggen.SVGDescriptor
 
getAttributeMap(Map) - Method in class org.apache.batik.svggen.SVGFontDescriptor
 
getAttributeMap(Map) - Method in class org.apache.batik.svggen.SVGHintsDescriptor
 
getAttributeMap(Map) - Method in class org.apache.batik.svggen.SVGPaintDescriptor
 
getAttributeMap(Map) - Method in class org.apache.batik.svggen.SVGStrokeDescriptor
 
getAttributeMap(Map) - Method in class org.apache.batik.svggen.SVGTransformDescriptor
 
getBackground() - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getBounds2D(BufferedImage) - Method in class org.apache.batik.svggen.NullOp
 
getBufferedImageType() - Method in class org.apache.batik.svggen.CachedImageHandlerBase64Encoder
 
getBufferedImageType() - Method in class org.apache.batik.svggen.CachedImageHandlerJPEGEncoder
 
getBufferedImageType() - Method in class org.apache.batik.svggen.CachedImageHandlerPNGEncoder
 
getBufferedImageType() - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
This template method should be overridden by derived classes to declare the image type they need for saving to file.
getCacheableData(ByteArrayOutputStream) - Method in class org.apache.batik.svggen.ImageCacher.Embedded
 
getCacheableData(ByteArrayOutputStream) - Method in class org.apache.batik.svggen.ImageCacher.External
 
getCacheableData(ByteArrayOutputStream) - Method in class org.apache.batik.svggen.ImageCacher
Returns an object which can be cached.
getCapStyle() - Method in class org.apache.batik.svggen.SVGStrokeDescriptor
 
getChecksum(byte[]) - Method in class org.apache.batik.svggen.ImageCacher
Calculates a checksum value for the given data.
getClip() - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getClipConverter() - Method in class org.apache.batik.svggen.SVGGraphicContextConverter
 
getColorConverter() - Method in class org.apache.batik.svggen.SVGPaint
 
getColumn() - Method in class org.apache.batik.svggen.XmlWriter.IndentWriter
 
getComment() - Method in class org.apache.batik.svggen.SVGGeneratorContext
Returns the comment to be generated in the SVG file.
getComposite() - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getCompositeConverter() - Method in class org.apache.batik.svggen.SVGGraphicContextConverter
 
getContext() - Method in class org.apache.batik.svggen.SVGGraphicContext