Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y 

A

AbstractImageHandlerEncoder - Class in org.apache.batik.svggen
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 in org.apache.batik.svggen
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 in org.apache.batik.svggen
Abstract class with common utility methods used by subclasses for specific convertion operations.
AbstractSVGFilterConverter(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.AbstractSVGFilterConverter
 
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 <defs> sections.
advanceWidth - Variable in class org.apache.batik.svggen.font.Glyph
 
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.
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
ARG_1_AND_2_ARE_WORDS - Static variable in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
ARG_KEY_ASCII - Static variable in class org.apache.batik.svggen.font.SVGFont
 
ARG_KEY_AUTO_RANGE - Static variable in class org.apache.batik.svggen.font.SVGFont
 
ARG_KEY_CHAR_RANGE_HIGH - Static variable in class org.apache.batik.svggen.font.SVGFont
 
ARG_KEY_CHAR_RANGE_LOW - Static variable in class org.apache.batik.svggen.font.SVGFont
 
ARG_KEY_ID - Static variable in class org.apache.batik.svggen.font.SVGFont
 
ARG_KEY_OUTPUT_PATH - Static variable in class org.apache.batik.svggen.font.SVGFont
 
ARG_KEY_START_CHAR - Static variable in class org.apache.batik.svggen.font.SVGFont
 
ARG_KEY_TESTCARD - Static variable in class org.apache.batik.svggen.font.SVGFont
 
ARGS_ARE_XY_VALUES - Static variable in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 

B

background - Variable in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
BASE - Static variable in interface org.apache.batik.svggen.font.table.Table
 
beingResolved - Variable in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
black - Static variable in class org.apache.batik.svggen.SVGColor
 
blue - Static variable in class org.apache.batik.svggen.SVGColor
 
BOLD - Static variable in class org.apache.batik.svggen.SVGFont
 
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.

C

cacheBufferedImage(Element, BufferedImage, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
 
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
 
CachedImageHandler - Interface in org.apache.batik.svggen
Extends the default ImageHandler interface with calls to allow caching of raster images in generated SVG content.
CachedImageHandlerBase64Encoder - Class in org.apache.batik.svggen
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 in org.apache.batik.svggen
GenericImageHandler which caches JPEG images.
CachedImageHandlerJPEGEncoder(String, String) - Constructor for class org.apache.batik.svggen.CachedImageHandlerJPEGEncoder
 
CachedImageHandlerPNGEncoder - Class in org.apache.batik.svggen
GenericImageHandler which caches PNG images.
CachedImageHandlerPNGEncoder(String, String) - Constructor for class org.apache.batik.svggen.CachedImageHandlerPNGEncoder
 
CFF - Static variable in interface org.apache.batik.svggen.font.table.Table
 
ClassDef - Class in org.apache.batik.svggen.font.table
 
ClassDef() - Constructor for class org.apache.batik.svggen.font.table.ClassDef
 
ClassDefFormat1 - Class in org.apache.batik.svggen.font.table
 
ClassDefFormat1(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.ClassDefFormat1
Creates new ClassDefFormat1
ClassDefFormat2 - Class in org.apache.batik.svggen.font.table
 
ClassDefFormat2(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.ClassDefFormat2
Creates new ClassDefFormat2
clip - Variable in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
CLOSE_PARENTHESIS - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
cmap - Static variable in interface org.apache.batik.svggen.font.table.Table
 
CmapFormat - Class in org.apache.batik.svggen.font.table
 
CmapFormat(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.CmapFormat
 
CmapFormat0 - Class in org.apache.batik.svggen.font.table
Simple Macintosh cmap table, mapping only the ASCII character set to glyphs.
CmapFormat0(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.CmapFormat0
 
CmapFormat2 - Class in org.apache.batik.svggen.font.table
 
CmapFormat2(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.CmapFormat2
 
CmapFormat4 - Class in org.apache.batik.svggen.font.table
 
CmapFormat4(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.CmapFormat4
 
CmapFormat6 - Class in org.apache.batik.svggen.font.table
 
CmapFormat6(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.CmapFormat6
 
CmapIndexEntry - Class in org.apache.batik.svggen.font.table
 
CmapIndexEntry(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.CmapIndexEntry
 
CmapTable - Class in org.apache.batik.svggen.font.table
 
CmapTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.CmapTable
 
COMMA - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
composite - Variable in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
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.
Coverage - Class in org.apache.batik.svggen.font.table
 
Coverage() - Constructor for class org.apache.batik.svggen.font.table.Coverage
 
CoverageFormat1 - Class in org.apache.batik.svggen.font.table
 
CoverageFormat1(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.CoverageFormat1
Creates new CoverageFormat1
CoverageFormat2 - Class in org.apache.batik.svggen.font.table
 
CoverageFormat2(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.CoverageFormat2
Creates new CoverageFormat2
create() - Static method in class org.apache.batik.svggen.font.Font
 
create(String) - Static method in class org.apache.batik.svggen.font.Font
 
create(int, RandomAccessFile) - Static method in class org.apache.batik.svggen.font.table.CmapFormat
 
create(DirectoryEntry, RandomAccessFile) - Static method in class org.apache.batik.svggen.font.table.TableFactory
 
create() - Method in class org.apache.batik.svggen.SVGGraphics2D
Creates a new Graphics object that is a copy of this Graphics object.
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.
currentGroup - Variable in class org.apache.batik.svggen.DOMGroupManager
Current group node
cvt - Static variable in interface org.apache.batik.svggen.font.table.Table
 
CvtTable - Class in org.apache.batik.svggen.font.table
 
CvtTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.CvtTable
 

D

DATA_PROTOCOL_PNG_PREFIX - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
decimalFormat - Variable in class org.apache.batik.svggen.SVGGeneratorContext
Current double value formatter
decimalFormats - Static variable in class org.apache.batik.svggen.SVGGeneratorContext
 
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
 
DefaultCachedImageHandler - Class in org.apache.batik.svggen
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 in org.apache.batik.svggen
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 in org.apache.batik.svggen
This implementation of the ExtensionHandler interface always returns null Nodes.
DefaultExtensionHandler() - Constructor for class org.apache.batik.svggen.DefaultExtensionHandler
 
DefaultImageHandler - Class in org.apache.batik.svggen
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 in org.apache.batik.svggen
The DefaultStyleHandler class provides the default way to style an SVG Element.
DefaultStyleHandler() - Constructor for class org.apache.batik.svggen.DefaultStyleHandler
 
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
DEMIBOLD - Static variable in class org.apache.batik.svggen.SVGFont
 
DEMILIGHT - Static variable in class org.apache.batik.svggen.SVGFont
 
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.
Device - Class in org.apache.batik.svggen.font.table
 
Device(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.Device
Creates new Device
DirectoryEntry - Class in org.apache.batik.svggen.font.table
 
DirectoryEntry(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.DirectoryEntry
 
dispose() - Method in class org.apache.batik.svggen.SVGGraphics2D
Disposes of this graphics context and releases any system resources that it is using.
DOMGroupManager - Class in org.apache.batik.svggen
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
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 - Class in org.apache.batik.svggen
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
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 - Static variable in class org.apache.batik.svggen.DOMGroupManager
 
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 BufferedImageOp.
drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.apache.batik.svggen.SVGGraphics2D
Renders a 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 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
 
DSIG - Static variable in interface org.apache.batik.svggen.font.table.Table
 

E

EBDT - Static variable in interface org.apache.batik.svggen.font.table.Table
 
EBLC - Static variable in interface org.apache.batik.svggen.font.table.Table
 
EBSC - Static variable in interface org.apache.batik.svggen.font.table.Table
 
Embedded() - Constructor for class org.apache.batik.svggen.ImageCacher.Embedded
 
encodeEntities(String) - Static method in class org.apache.batik.svggen.font.SVGFont
 
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
encodingArabic - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingArmenian - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingASCII - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingBengali - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingBurmese - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingChinese - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingDevanagari - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingGeez - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingGeorgian - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingGreek - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingGujarati - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingGurmukhi - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingHebrew - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingISO10646 - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingISO8859_1 - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingJapanese - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingKannada - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingKhmer - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingKorean - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingLaotian - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingMalayalam - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingMaldivian - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingMongolian - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingOriya - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingRoman - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingRSymbol - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingRussian - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingSindhi - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingSinhalese - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingSlavic - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingTamil - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingTelugu - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingThai - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingTibetan - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingUGL - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingUndefined - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingUninterp - Static variable in interface org.apache.batik.svggen.font.table.Table
 
encodingVietnamese - Static variable in interface org.apache.batik.svggen.font.table.Table
 
endOfContour - Variable in class org.apache.batik.svggen.font.Point
 
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_DOM_FACTORY_NULL - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
ERR_DOMTREEMANAGER_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
 
ErrorConstants - Interface in org.apache.batik.svggen
 
ErrorHandler - Interface in org.apache.batik.svggen
The ErrorHandler interface allows you to specialize how the error will be set on an SVG Element.
ExtensionHandler - Interface in org.apache.batik.svggen
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).
External(String, String, String) - Constructor for class org.apache.batik.svggen.ImageCacher.External
 
EXTRA_LIGHT - Static variable in class org.apache.batik.svggen.SVGFont
 
EXTRABOLD - Static variable in class org.apache.batik.svggen.SVGFont
 

F

familyToSVG(Font) - Static method in class org.apache.batik.svggen.SVGFont
 
Feature - Class in org.apache.batik.svggen.font.table
 
Feature(RandomAccessFile, int) - Constructor for class org.apache.batik.svggen.font.table.Feature
Creates new Feature
FEATURE_TAG_FINA - Static variable in interface org.apache.batik.svggen.font.table.FeatureTags
 
FEATURE_TAG_INIT - Static variable in interface org.apache.batik.svggen.font.table.FeatureTags
 
FEATURE_TAG_MEDI - Static variable in interface org.apache.batik.svggen.font.table.FeatureTags
 
FeatureList - Class in org.apache.batik.svggen.font.table
 
FeatureList(RandomAccessFile, int) - Constructor for class org.apache.batik.svggen.font.table.FeatureList
Creates new FeatureList
FeatureRecord - Class in org.apache.batik.svggen.font.table
 
FeatureRecord(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.FeatureRecord
Creates new FeatureRecord
FeatureTags - Interface in org.apache.batik.svggen.font.table
Definition of Feature tags
FILL - Static variable in class org.apache.batik.svggen.DOMGroupManager
 
fill(Shape) - Method in class org.apache.batik.svggen.SVGGraphics2D
Fills the interior of a Shape using the settings of the Graphics2D context.
filterConverter - Variable in class org.apache.batik.svggen.DOMTreeManager
Converters used bVy this object to translate graphic context attributes
findFeature(LangSys, String) - Method in class org.apache.batik.svggen.font.table.FeatureList
 
findGlyph(int) - Method in class org.apache.batik.svggen.font.table.Coverage
 
findGlyph(int) - Method in class org.apache.batik.svggen.font.table.CoverageFormat1
 
findGlyph(int) - Method in class org.apache.batik.svggen.font.table.CoverageFormat2
 
findScript(String) - Method in class org.apache.batik.svggen.font.table.ScriptList
 
fmg - Variable in class org.apache.batik.svggen.SVGGraphics2D
Used to create proper font metrics
Font - Class in org.apache.batik.svggen.font
The TrueType font.
Font() - Constructor for class org.apache.batik.svggen.font.Font
Constructor
font - Variable in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
format - Variable in class org.apache.batik.svggen.font.table.CmapFormat
 
formatMessage(String, Object[]) - Static method in class org.apache.batik.svggen.font.Messages
Implements Localizable.formatMessage(String,Object[]).
fpgm - Static variable in interface org.apache.batik.svggen.font.table.Table
 
FpgmTable - Class in org.apache.batik.svggen.font.table
 
FpgmTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.FpgmTable
 
fuchsia - Static variable in class org.apache.batik.svggen.SVGColor
 
fvar - Static variable in interface org.apache.batik.svggen.font.table.Table
 

G

gasp - Static variable in interface org.apache.batik.svggen.font.table.Table
 
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.
GDEF - Static variable in interface org.apache.batik.svggen.font.table.Table
 
generateID(String) - Method in class org.apache.batik.svggen.SVGIDGenerator
Generates an id for the given prefix.
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.SVGGraphicObjectConverter
Used by converters to create Elements and other DOM objects.
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 - Interface in org.apache.batik.svggen
Extends the default ImageHandler interface with calls to allow caching of raster images in generated SVG content.
get(String) - Static method in class org.apache.batik.svggen.SVGAttributeMap
 
getAdvanceWidth() - Method in class org.apache.batik.svggen.font.Glyph
 
getAdvanceWidth(int) - Method in class org.apache.batik.svggen.font.table.HmtxTable
 
getAdvanceWidthMax() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getAlphaCompositeConverter() - Method in class org.apache.batik.svggen.SVGComposite
 
getAlphaCompositeFilterSet() - Method in class org.apache.batik.svggen.SVGAlphaComposite
 
getArgument1() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getArgument2() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getArmStyle() - Method in class org.apache.batik.svggen.font.table.Panose
 
getAscender() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getAscent() - Method in class org.apache.batik.svggen.font.Font
 
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
 
getAvgCharWidth() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getBackground() - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
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.
getCaretSlopeRise() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getCaretSlopeRun() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getChecksum() - Method in class org.apache.batik.svggen.font.table.DirectoryEntry
 
getCheckSumAdjustment() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getClip() - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getClipConverter() - Method in class org.apache.batik.svggen.SVGGraphicContextConverter
 
getCmapFormat(short, short) - Method in class org.apache.batik.svggen.font.table.CmapTable
 
getCmapTable() - Method in class org.apache.batik.svggen.font.Font
 
getCodePageRange1() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getCodePageRange2() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getColorConverter() - Method in class org.apache.batik.svggen.SVGPaint
 
getComment() - Method in class org.apache.batik.svggen.SVGGeneratorContext
Returns the comment to be generated in the SVG file.
getComponentCount() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getComponentIndex(int) - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getComposite() - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getCompositeComp(int) - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getCompositeCompEndPt(int) - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getCompositeConverter() - Method in class org.apache.batik.svggen.SVGGraphicContextConverter
 
getContext() - Method in class org.apache.batik.svggen.SVGGraphicContext
 
getContourAsSVGPathData(Glyph, int, int) - Static method in class org.apache.batik.svggen.font.SVGFont
 
getContourCount() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getContourCount() - Method in class org.apache.batik.svggen.font.table.GlyfSimpleDescript
 
getContourCount() - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
getContrast() - Method in class org.apache.batik.svggen.font.table.Panose
 
getConvolveOpConverter() - Method in class org.apache.batik.svggen.SVGBufferedImageOp
 
getCoverageIndex(int) - Method in class org.apache.batik.svggen.font.table.RangeRecord
 
getCreated() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getCustomBufferedImageOpConverter() - Method in class org.apache.batik.svggen.SVGBufferedImageOp
 
getCustomCompositeConverter() - Method in class org.apache.batik.svggen.SVGComposite
 
getCustomPaintConverter() - Method in class org.apache.batik.svggen.SVGPaint
 
getDef() - Method in class org.apache.batik.svggen.SVGCompositeDescriptor
 
getDef() - Method in class org.apache.batik.svggen.SVGFilterDescriptor
 
getDef() - Method in class org.apache.batik.svggen.SVGFontDescriptor
 
getDef() - Method in class org.apache.batik.svggen.SVGPaintDescriptor
 
getDefaultLangSys() - Method in class org.apache.batik.svggen.font.table.Script
 
getDefinitionSet() - Method in class org.apache.batik.svggen.AbstractSVGConverter
 
getDefinitionSet() - Method in class org.apache.batik.svggen.AbstractSVGFilterConverter
 
getDefinitionSet() - Method in class org.apache.batik.svggen.DOMTreeManager
Invoking this method will return a set of definition element that contain all the definitions referenced by the attributes generated by the various converters.
getDefinitionSet() - Method in class org.apache.batik.svggen.SVGBufferedImageOp
 
getDefinitionSet(List) - Method in class org.apache.batik.svggen.SVGClipDescriptor
 
getDefinitionSet() - Method in class org.apache.batik.svggen.SVGComposite
 
getDefinitionSet(List) - Method in class org.apache.batik.svggen.SVGCompositeDescriptor
 
getDefinitionSet() - Method in interface org.apache.batik.svggen.SVGConverter
 
getDefinitionSet(List) - Method in interface org.apache.batik.svggen.SVGDescriptor
 
getDefinitionSet() - Method in interface org.apache.batik.svggen.SVGFilterConverter
 
getDefinitionSet(List) - Method in class org.apache.batik.svggen.SVGFontDescriptor
 
getDefinitionSet() - Method in class org.apache.batik.svggen.SVGGraphicContextConverter
 
getDefinitionSet() - Method in class org.apache.batik.svggen.SVGGraphics2D
Invoking this method will return a set of definition element that contain all the definitions referenced by the attributes generated by the various converters.
getDefinitionSet(List) - Method in class org.apache.batik.svggen.SVGHintsDescriptor
 
getDefinitionSet() - Method in class org.apache.batik.svggen.SVGPaint
 
getDefinitionSet(List) - Method in class org.apache.batik.svggen.SVGPaintDescriptor
 
getDefinitionSet(List) - Method in class org.apache.batik.svggen.SVGStrokeDescriptor
 
getDefinitionSet(List) - Method in class org.apache.batik.svggen.SVGTransformDescriptor
 
getDescender() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getDescent() - Method in class org.apache.batik.svggen.font.Font
 
getDescription(int) - Method in class org.apache.batik.svggen.font.table.GlyfTable
 
getDeviceConfiguration() - Method in class org.apache.batik.svggen.SVGGraphics2D
Returns the device configuration associated with this Graphics2D.
getDOMFactory() - Method in class org.apache.batik.svggen.SVGGeneratorContext
Returns the DOM Factory that has been set.
getDOMFactory() - Method in class org.apache.batik.svggen.SVGGraphics2D
 
getDOMGroupManager() - Method in class org.apache.batik.svggen.SVGGraphics2D
 
getDOMTreeManager() - Method in class org.apache.batik.svggen.ImageCacher
 
getDOMTreeManager() - Method in class org.apache.batik.svggen.SVGGraphics2D
 
getEncodingId() - Method in class org.apache.batik.svggen.font.table.CmapIndexEntry
 
getEncodingId() - Method in class org.apache.batik.svggen.font.table.NameRecord
 
getEndPtOfContours(int) - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getEndPtOfContours(int) - Method in class org.apache.batik.svggen.font.table.GlyfSimpleDescript
 
getEndPtOfContours(int) - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
getEntry(int) - Method in class org.apache.batik.svggen.font.table.TableDirectory
 
getEntryByTag(int) - Method in class org.apache.batik.svggen.font.table.TableDirectory
 
getEntrySelector() - Method in class org.apache.batik.svggen.font.table.TableDirectory
 
getErrorHandler() - Method in class org.apache.batik.svggen.SVGGeneratorContext
Returns the ErrorHandler that has been set.
getException() - Method in exception org.apache.batik.svggen.SVGGraphics2DIOException
Returns the original enclosed exception or null if any.
getException() - Method in exception org.apache.batik.svggen.SVGGraphics2DRuntimeException
Returns the original enclosed exception or null if any.
getExtensionHandler() - Method in class org.apache.batik.svggen.DOMTreeManager
 
getExtensionHandler() - Method in class org.apache.batik.svggen.SVGGeneratorContext
Returns the ExtensionHandler that has been set.
getExtensionHandler() - Method in class org.apache.batik.svggen.SVGGraphics2D
 
getFamilyClass() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getFamilyType() - Method in class org.apache.batik.svggen.font.table.Panose
 
getFeatureList() - Method in class org.apache.batik.svggen.font.table.GsubTable
 
getFilterConverter() - Method in class org.apache.batik.svggen.DOMTreeManager
 
getFilterValue() - Method in class org.apache.batik.svggen.SVGCompositeDescriptor
 
getFilterValue() - Method in class org.apache.batik.svggen.SVGFilterDescriptor
 
getFirst() - Method in class org.apache.batik.svggen.font.table.CmapFormat
 
getFirst() - Method in class org.apache.batik.svggen.font.table.CmapFormat0
 
getFirst() - Method in class org.apache.batik.svggen.font.table.CmapFormat2
 
getFirst() - Method in class org.apache.batik.svggen.font.table.CmapFormat4
 
getFirst() - Method in class org.apache.batik.svggen.font.table.CmapFormat6
 
getFirstCharIndex() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getFirstContour() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getFirstIndex() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getFlags() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getFlags(int) - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getFlags(int) - Method in class org.apache.batik.svggen.font.table.GlyfSimpleDescript
 
getFlags(int) - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
getFlags() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getFont() - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getFontConverter() - Method in class org.apache.batik.svggen.SVGGraphicContextConverter
 
getFontDirectionHint() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getFontMetrics(Font) - Method in class org.apache.batik.svggen.SVGGraphics2D
Gets the font metrics for the specified font.
getFontRevision() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getFormat() - Method in class org.apache.batik.svggen.font.table.ClassDef
 
getFormat() - Method in class org.apache.batik.svggen.font.table.ClassDefFormat1
 
getFormat() - Method in class org.apache.batik.svggen.font.table.ClassDefFormat2
 
getFormat() - Method in class org.apache.batik.svggen.font.table.CmapFormat
 
getFormat() - Method in class org.apache.batik.svggen.font.table.Coverage
 
getFormat() - Method in class org.apache.batik.svggen.font.table.CoverageFormat1
 
getFormat() - Method in class org.apache.batik.svggen.font.table.CoverageFormat2
 
getFormat() - Method in class org.apache.batik.svggen.font.table.LigatureSubstFormat1
 
getFormat() - Method in class org.apache.batik.svggen.font.table.SingleSubst
 
getFormat() - Method in class org.apache.batik.svggen.font.table.SingleSubstFormat1
 
getFormat() - Method in class org.apache.batik.svggen.font.table.SingleSubstFormat2
 
getGeneratorContext() - Method in class org.apache.batik.svggen.SVGGraphics2D
 
getGenericDefinitions() - Method in class org.apache.batik.svggen.DOMTreeManager
 
getGenericImageHandler() - Method in class org.apache.batik.svggen.SVGGraphics2D
 
getGlyph(int) - Method in class org.apache.batik.svggen.font.Font
 
getGlyphAsSVG(Font, Glyph, int, int, String, String) - Static method in class org.apache.batik.svggen.font.SVGFont
 
getGlyphAsSVG(Font, Glyph, int, int, SingleSubst, SingleSubst, SingleSubst, String) - Static method in class org.apache.batik.svggen.font.SVGFont
 
getGlyphCount() - Method in class org.apache.batik.svggen.font.table.Ligature
 
getGlyphDataFormat() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getGlyphId(int) - Method in class org.apache.batik.svggen.font.table.Ligature
 
getGlyphIndex() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getGlyphName(int) - Method in class org.apache.batik.svggen.font.table.PostTable
 
getGradientPaintConverter() - Method in class org.apache.batik.svggen.SVGPaint
 
getGraphicContextConverter() - Method in class org.apache.batik.svggen.DOMTreeManager
 
getGraphicContextDefaults() - Method in class org.apache.batik.svggen.SVGGeneratorContext
Returns the set of defaults which should be used for the GraphicContext.
getGraphicElementContext() - Method in class org.apache.batik.svggen.SVGGraphicContext
 
getGroupContext() - Method in class org.apache.batik.svggen.SVGGraphicContext
 
getHeadTable() - Method in class org.apache.batik.svggen.font.Font
 
getHheaTable() - Method in class org.apache.batik.svggen.font.Font
 
getHintsConverter() - Method in class org.apache.batik.svggen.SVGGraphicContextConverter
 
getHmtxTable() - Method in class org.apache.batik.svggen.font.Font
 
getIDGenerator() - Method in class org.apache.batik.svggen.SVGGeneratorContext
Returns the SVGIDGenerator that has been set.
getImageCacher() - Method in interface org.apache.batik.svggen.CachedImageHandler
Returns the image cache instance in use by this handler
getImageCacher() - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
The image cache can be used by subclasses for efficient image storage
getImageHandler() - Method in class org.apache.batik.svggen.SVGGeneratorContext
Returns the ImageHandler that has been set.
getImageHandler() - Method in class org.apache.batik.svggen.SVGGraphics2D
 
getIndexToLocFormat() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getInstructions() - Method in class org.apache.batik.svggen.font.table.Program
 
getKerningPair(int) - Method in class org.apache.batik.svggen.font.table.KernSubtable
 
getKerningPair(int) - Method in class org.apache.batik.svggen.font.table.KernSubtableFormat0
 
getKerningPair(int) - Method in class org.apache.batik.svggen.font.table.KernSubtableFormat2
 
getKerningPairAsSVG(KerningPair, PostTable) - Static method in class org.apache.batik.svggen.font.SVGFont
 
getKerningPairCount() - Method in class org.apache.batik.svggen.font.table.KernSubtable
 
getKerningPairCount() - Method in class org.apache.batik.svggen.font.table.KernSubtableFormat0
 
getKerningPairCount() - Method in class org.apache.batik.svggen.font.table.KernSubtableFormat2
 
getLanguageId() - Method in class org.apache.batik.svggen.font.table.NameRecord
 
getLast() - Method in class org.apache.batik.svggen.font.table.CmapFormat
 
getLast() - Method in class org.apache.batik.svggen.font.table.CmapFormat0
 
getLast() - Method in class org.apache.batik.svggen.font.table.CmapFormat2
 
getLast() - Method in class org.apache.batik.svggen.font.table.CmapFormat4
 
getLast() - Method in class org.apache.batik.svggen.font.table.CmapFormat6
 
getLastCharIndex() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getLeft() - Method in class org.apache.batik.svggen.font.table.KerningPair
 
getLeftSideBearing() - Method in class org.apache.batik.svggen.font.Glyph
 
getLeftSideBearing(int) - Method in class org.apache.batik.svggen.font.table.HmtxTable
 
getLength() - Method in class org.apache.batik.svggen.font.table.CmapFormat
 
getLength() - Method in class org.apache.batik.svggen.font.table.DirectoryEntry
 
getLetterForm() - Method in class org.apache.batik.svggen.font.table.Panose
 
getLicenseType() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getLineGap() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getLocale() - Static method in class org.apache.batik.svggen.font.Messages
Implements Localizable.getLocale().
getLocaTable() - Method in class org.apache.batik.svggen.font.Font
 
getLookup(Feature, int) - Method in class org.apache.batik.svggen.font.table.LookupList
 
getLookupCount() - Method in class org.apache.batik.svggen.font.table.Feature
 
getLookupList() - Method in class org.apache.batik.svggen.font.table.GsubTable
 
getLookupListIndex(int) - Method in class org.apache.batik.svggen.font.table.Feature
 
getLookupOpConverter() - Method in class org.apache.batik.svggen.SVGBufferedImageOp
 
getLowestRecPPEM() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getMacStyle() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getMaxComponentDepth() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxComponentElements() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxCompositeContours() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxCompositePoints() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxContours() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxFunctionDefs() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxInstructionDefs() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxPoints() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxpTable() - Method in class org.apache.batik.svggen.font.Font
 
getMaxSizeOfInstructions() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxStackElements() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxStorage() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxTwilightPoints() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMaxZones() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getMessage() - Method in exception org.apache.batik.svggen.SVGGraphics2DIOException
Returns the message of this exception.
getMessage() - Method in exception org.apache.batik.svggen.SVGGraphics2DRuntimeException
Returns the message of this exception.
getMetricDataFormat() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getMidline() - Method in class org.apache.batik.svggen.font.table.Panose
 
getMinLeftSideBearing() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getMinRightSideBearing() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getModified() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getNameId() - Method in class org.apache.batik.svggen.font.table.NameRecord
 
getNameTable() - Method in class org.apache.batik.svggen.font.Font
 
getNumberOfContours() - Method in class org.apache.batik.svggen.font.table.GlyfDescript
 
getNumberOfHMetrics() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getNumGlyphs() - Method in class org.apache.batik.svggen.font.Font
 
getNumGlyphs() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getNumTables() - Method in class org.apache.batik.svggen.font.table.TableDirectory
 
getOffset() - Method in class org.apache.batik.svggen.font.table.CmapIndexEntry
 
getOffset() - Method in class org.apache.batik.svggen.font.table.DirectoryEntry
 
getOffset() - Method in class org.apache.batik.svggen.font.table.FeatureRecord
 
getOffset() - Method in class org.apache.batik.svggen.font.table.LangSysRecord
 
getOffset(int) - Method in class org.apache.batik.svggen.font.table.LocaTable
 
getOffset() - Method in class org.apache.batik.svggen.font.table.ScriptRecord
 
getOpacityValue() - Method in class org.apache.batik.svggen.SVGCompositeDescriptor
 
getOpacityValue() - Method in class org.apache.batik.svggen.SVGPaintDescriptor
 
getOS2Table() - Method in class org.apache.batik.svggen.font.Font
 
getPaint() - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getPaintConverter() - Method in class org.apache.batik.svggen.SVGGraphicContextConverter
 
getPaintValue() - Method in class org.apache.batik.svggen.SVGPaintDescriptor
 
getPanose() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getPath() - Method in class org.apache.batik.svggen.font.Font
 
getPlatformId() - Method in class org.apache.batik.svggen.font.table.CmapIndexEntry
 
getPlatformId() - Method in class org.apache.batik.svggen.font.table.NameRecord
 
getPoint(int) - Method in class org.apache.batik.svggen.font.Glyph
 
getPointCount() - Method in class org.apache.batik.svggen.font.Glyph
 
getPointCount() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getPointCount() - Method in class org.apache.batik.svggen.font.table.GlyfSimpleDescript
 
getPointCount() - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
getPostTable() - Method in class org.apache.batik.svggen.font.Font
 
getPrecision() - Method in class org.apache.batik.svggen.SVGGeneratorContext
Returns the current precision used by this context
getPrefix() - Method in class org.apache.batik.svggen.AbstractImageHandlerEncoder
 
getPrefix() - Method in class org.apache.batik.svggen.ImageHandlerJPEGEncoder
 
getPrefix() - Method in class org.apache.batik.svggen.ImageHandlerPNGEncoder
 
getProportion() - Method in class org.apache.batik.svggen.font.table.Panose
 
getRangeShift() - Method in class org.apache.batik.svggen.font.table.TableDirectory
 
getRecord(short) - Method in class org.apache.batik.svggen.font.table.NameTable
 
getRecordString() - Method in class org.apache.batik.svggen.font.table.NameRecord
 
getRefPrefix() - Method in class org.apache.batik.svggen.CachedImageHandlerBase64Encoder
 
getRefPrefix() - Method in class org.apache.batik.svggen.CachedImageHandlerJPEGEncoder
 
getRefPrefix() - Method in class org.apache.batik.svggen.CachedImageHandlerPNGEncoder
 
getRefPrefix() - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
Should return the prefix with wich the image reference should be pre-concatenated.
getRenderingHints() - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getRescaleOpConverter() - Method in class org.apache.batik.svggen.SVGBufferedImageOp
 
getRight() - Method in class org.apache.batik.svggen.font.table.KerningPair
 
getRoot() - Method in class org.apache.batik.svggen.DOMTreeManager
Returns the root element with the generic definitions and the topLevelGroup.
getRoot(Element) - Method in class org.apache.batik.svggen.DOMTreeManager
Returns the root element with the generic definitions and the topLevelGroup.
getRoot() - Method in class org.apache.batik.svggen.SVGGraphics2D
 
getRoot(Element) - Method in class org.apache.batik.svggen.SVGGraphics2D
This version of the getRoot method will append the input svgRoot and set its attributes.
getScale01() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getScale10() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getScriptCount() - Method in class org.apache.batik.svggen.font.table.ScriptList
 
getScriptList() - Method in class org.apache.batik.svggen.font.table.GsubTable
 
getScriptRecord(int) - Method in class org.apache.batik.svggen.font.table.ScriptList
 
getSearchRange() - Method in class org.apache.batik.svggen.font.table.TableDirectory
 
getSelection() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getSerifStyle() - Method in class org.apache.batik.svggen.font.table.Panose
 
getShapeConverter() - Method in class org.apache.batik.svggen.SVGGraphics2D
 
getStrikeoutPosition() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getStrikeoutSize() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getStroke() - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
getStrokeConverter() - Method in class org.apache.batik.svggen.SVGGraphicContextConverter
 
getStrokeVariation() - Method in class org.apache.batik.svggen.font.table.Panose
 
getStyleHandler() - Method in class org.apache.batik.svggen.SVGGeneratorContext
Returns the StyleHandler that has been set.
getSubscriptXOffset() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getSubscriptXSize() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getSubscriptYOffset() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getSubscriptYSize() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getSubtable(int) - Method in class org.apache.batik.svggen.font.table.KernTable
 
getSubtable(int) - Method in class org.apache.batik.svggen.font.table.Lookup
 
getSubtableCount() - Method in class org.apache.batik.svggen.font.table.KernTable
 
getSubtableCount() - Method in class org.apache.batik.svggen.font.table.Lookup
 
getSuffix() - Method in class org.apache.batik.svggen.AbstractImageHandlerEncoder
 
getSuffix() - Method in class org.apache.batik.svggen.ImageHandlerJPEGEncoder
 
getSuffix() - Method in class org.apache.batik.svggen.ImageHandlerPNGEncoder
 
getSuperscriptXOffset() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getSuperscriptXSize() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getSuperscriptYOffset() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getSuperscriptYSize() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getSVGCanvasSize() - Method in class org.apache.batik.svggen.SVGGraphics2D
 
getSVGFontFaceElement(Font) - Static method in class org.apache.batik.svggen.font.SVGFont
 
getTable(int) - Method in class org.apache.batik.svggen.font.Font
 
getTableDirectory() - Method in class org.apache.batik.svggen.font.Font
 
getTag() - Method in class org.apache.batik.svggen.font.table.DirectoryEntry
 
getTag() - Method in class org.apache.batik.svggen.font.table.FeatureRecord
 
getTag() - Method in class org.apache.batik.svggen.font.table.LangSysRecord
 
getTag() - Method in class org.apache.batik.svggen.font.table.ScriptRecord
 
getTexturePaintConverter() - Method in class org.apache.batik.svggen.SVGPaint
 
getTopLevelGroup() - Method in class org.apache.batik.svggen.DOMTreeManager
Invoking this method will return a reference to the topLevelGroup Element managed by this object.
getTopLevelGroup(boolean) - Method in class org.apache.batik.svggen.DOMTreeManager
Invoking this method will return a reference to the topLevelGroup Element managed by this object.
getTopLevelGroup() - Method in class org.apache.batik.svggen.SVGGraphics2D
Invoking this method will return a reference to the topLevelGroup Element managed by this object.
getTopLevelGroup(boolean) - Method in class org.apache.batik.svggen.SVGGraphics2D
Invoking this method will return a reference to the topLevelGroup Element managed by this object.
getTransformConverter() - Method in class org.apache.batik.svggen.SVGGraphicContextConverter
 
getTransformStack() - Method in class org.apache.batik.svggen.SVGGraphicContext
 
getType() - Method in class org.apache.batik.svggen.font.table.CmapTable
 
getType() - Method in class org.apache.batik.svggen.font.table.CvtTable
 
getType() - Method in class org.apache.batik.svggen.font.table.FpgmTable
 
getType() - Method in class org.apache.batik.svggen.font.table.GlyfTable
 
getType() - Method in class org.apache.batik.svggen.font.table.GposTable
Get the table type, as a table directory value.
getType() - Method in class org.apache.batik.svggen.font.table.GsubTable
Get the table type, as a table directory value.
getType() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getType() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getType() - Method in class org.apache.batik.svggen.font.table.HmtxTable
 
getType() - Method in class org.apache.batik.svggen.font.table.KernTable
Get the table type, as a table directory value.
getType() - Method in class org.apache.batik.svggen.font.table.LocaTable
 
getType() - Method in class org.apache.batik.svggen.font.table.Lookup
 
getType() - Method in class org.apache.batik.svggen.font.table.MaxpTable
 
getType() - Method in class org.apache.batik.svggen.font.table.NameTable
 
getType() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getType() - Method in class org.apache.batik.svggen.font.table.PostTable
Get the table type, as a table directory value.
getType() - Method in class org.apache.batik.svggen.font.table.PrepTable
 
getType() - Method in interface org.apache.batik.svggen.font.table.Table
Get the table type, as a table directory value.
getTypoAscender() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getTypoDescender() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getTypoLineGap() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getUnicodeRange1() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getUnicodeRange2() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getUnicodeRange3() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getUnicodeRange4() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getUnitsPerEm() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getValue() - Method in class org.apache.batik.svggen.font.table.KerningPair
 
getValues() - Method in class org.apache.batik.svggen.font.table.CvtTable
 
getVendorID() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getVersion() - Method in class org.apache.batik.svggen.font.table.CmapFormat
 
getVersion() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getVersion() - Method in class org.apache.batik.svggen.font.table.TableDirectory
 
getVersionNumber() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getWeight() - Method in class org.apache.batik.svggen.font.table.Panose
 
getWeightClass() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getWidthClass() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getWinAscent() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getWinDescent() - Method in class org.apache.batik.svggen.font.table.Os2Table
 
getXCoordinate(int) - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getXCoordinate(int) - Method in class org.apache.batik.svggen.font.table.GlyfSimpleDescript
 
getXCoordinate(int) - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
getXHeight() - Method in class org.apache.batik.svggen.font.table.Panose
 
getXMax() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getXMaxExtent() - Method in class org.apache.batik.svggen.font.table.HheaTable
 
getXMaximum() - Method in class org.apache.batik.svggen.font.table.GlyfDescript
 
getXMaximum() - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
getXMin() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getXMinimum() - Method in class org.apache.batik.svggen.font.table.GlyfDescript
 
getXMinimum() - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
getXScale() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getXTranslate() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getYCoordinate(int) - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
getYCoordinate(int) - Method in class org.apache.batik.svggen.font.table.GlyfSimpleDescript
 
getYCoordinate(int) - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
getYMax() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getYMaximum() - Method in class org.apache.batik.svggen.font.table.GlyfDescript
 
getYMaximum() - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
getYMin() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
getYMinimum() - Method in class org.apache.batik.svggen.font.table.GlyfDescript
 
getYMinimum() - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
getYScale() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
getYTranslate() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
glyf - Static variable in interface org.apache.batik.svggen.font.table.Table
 
GlyfCompositeComp - Class in org.apache.batik.svggen.font.table
 
GlyfCompositeComp(ByteArrayInputStream) - Constructor for class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
GlyfCompositeDescript - Class in org.apache.batik.svggen.font.table
Glyph description for composite glyphs.
GlyfCompositeDescript(GlyfTable, ByteArrayInputStream) - Constructor for class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
GlyfDescript - Class in org.apache.batik.svggen.font.table
 
GlyfDescript(GlyfTable, short, ByteArrayInputStream) - Constructor for class org.apache.batik.svggen.font.table.GlyfDescript
 
GlyfSimpleDescript - Class in org.apache.batik.svggen.font.table
 
GlyfSimpleDescript(GlyfTable, short, ByteArrayInputStream) - Constructor for class org.apache.batik.svggen.font.table.GlyfSimpleDescript
 
GlyfTable - Class in org.apache.batik.svggen.font.table
 
GlyfTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.GlyfTable
 
Glyph - Class in org.apache.batik.svggen.font
An individual glyph within a font.
Glyph(GlyphDescription, short, int) - Constructor for class org.apache.batik.svggen.font.Glyph
 
GlyphDescription - Interface in org.apache.batik.svggen.font.table
Specifies access to glyph description classes, simple and composite.
GPOS - Static variable in interface org.apache.batik.svggen.font.table.Table
 
GposTable - Class in org.apache.batik.svggen.font.table
 
GposTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.GposTable
 
GraphicContextDefaults() - Constructor for class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
gray - Static variable in class org.apache.batik.svggen.SVGColor
 
green - Static variable in class org.apache.batik.svggen.SVGColor
 
groupGC - Variable in class org.apache.batik.svggen.DOMGroupManager
Current group's SVG GraphicContext state
groupManagers - Variable in class org.apache.batik.svggen.DOMTreeManager
Set of group managers that build groups for this manager.
GSUB - Static variable in interface org.apache.batik.svggen.font.table.Table
 
GsubTable - Class in org.apache.batik.svggen.font.table
 
GsubTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.GsubTable
 

H

handleComposite(Composite, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultExtensionHandler
 
handleComposite(Composite, SVGGeneratorContext) - Method in interface org.apache.batik.svggen.ExtensionHandler
 
handleEmptyImage(Element) - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
 
handleEmptyImage(Element) - Method in class org.apache.batik.svggen.ImageHandlerBase64Encoder
 
handleEmptyImage(Element) - Method in class org.apache.batik.svggen.SimpleImageHandler
 
handleError(SVGGraphics2DIOException) - Method in class org.apache.batik.svggen.DefaultErrorHandler
This method handles the SVGGraphics2DIOException.
handleError(SVGGraphics2DRuntimeException) - Method in class org.apache.batik.svggen.DefaultErrorHandler
This method handles the SVGGraphics2DRuntimeException.
handleError(SVGGraphics2DIOException) - Method in interface org.apache.batik.svggen.ErrorHandler
This method handles the SVGGraphics2DIOException.
handleError(SVGGraphics2DRuntimeException) - Method in interface org.apache.batik.svggen.ErrorHandler
This method handles the SVGGraphics2DRuntimeException.
handleFilter(BufferedImageOp, Rectangle, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultExtensionHandler
 
handleFilter(BufferedImageOp, Rectangle, SVGGeneratorContext) - Method in interface org.apache.batik.svggen.ExtensionHandler
 
handleHREF(Image, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.AbstractImageHandlerEncoder
This template method should set the xlink:href attribute on the input Element parameter
handleHREF(RenderedImage, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.AbstractImageHandlerEncoder
This template method should set the xlink:href attribute on the input Element parameter
handleHREF(RenderableImage, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.AbstractImageHandlerEncoder
This template method should set the xlink:href attribute on the input Element parameter
handleHREF(Image, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
The handler should set the xlink:href tag and the width and height attributes.
handleHREF(RenderedImage, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
This template method should set the xlink:href attribute on the input Element parameter
handleHREF(RenderableImage, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
This method will delegate to the handleHREF which uses a RenderedImage
handleHREF(Image, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultImageHandler
This template method should set the xlink:href attribute on the input Element parameter
handleHREF(RenderedImage, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultImageHandler
This template method should set the xlink:href attribute on the input Element parameter
handleHREF(RenderableImage, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultImageHandler
This template method should set the xlink:href attribute on the input Element parameter
handleHREF(Image, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.ImageHandlerBase64Encoder
The handler should set the xlink:href tag and the width and height attributes.
handleHREF(RenderableImage, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.ImageHandlerBase64Encoder
The handler should set the xlink:href tag and the width and height attributes.
handleHREF(RenderedImage, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.ImageHandlerBase64Encoder
This version of handleHREF encodes the input image into a PNG image whose bytes are then encoded with Base64.
handleImage(Image, Element, int, int, int, int, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
The handler sets the xlink:href tag and returns a transform
handleImage(RenderedImage, Element, int, int, int, int, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
The handler sets the xlink:href tag and returns a transform
handleImage(RenderableImage, Element, double, double, double, double, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
The handler sets the xlink:href tag and returns a transform
handleImage(Image, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultImageHandler
The handler should set the xlink:href tag and the width and height attributes.
handleImage(RenderedImage, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultImageHandler
The handler should set the xlink:href tag and the width and height attributes.
handleImage(RenderableImage, Element, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultImageHandler
The handler should set the xlink:href tag and the width and height attributes.
handleImage(Image, Element, int, int, int, int, SVGGeneratorContext) - Method in interface org.apache.batik.svggen.GenericImageHandler
The handler should set the xlink:href and return a transform
handleImage(RenderedImage, Element, int, int, int, int, SVGGeneratorContext) - Method in interface org.apache.batik.svggen.GenericImageHandler
The handler should set the xlink:href tag and return a transform
handleImage(RenderableImage, Element, double, double, double, double, SVGGeneratorContext) - Method in interface org.apache.batik.svggen.GenericImageHandler
The handler should set the xlink:href tag and return a transform
handleImage(Image, Element, SVGGeneratorContext) - Method in interface org.apache.batik.svggen.ImageHandler
The handler should set the xlink:href tag and the width and height attributes.
handleImage(RenderedImage, Element, SVGGeneratorContext) - Method in interface org.apache.batik.svggen.ImageHandler
The handler should set the xlink:href tag and the width and height attributes.
handleImage(RenderableImage, Element, SVGGeneratorContext) - Method in interface org.apache.batik.svggen.ImageHandler
The handler should set the xlink:href tag and the width and height attributes.
handleImage(Image, Element, int, int, int, int, SVGGeneratorContext) - Method in class org.apache.batik.svggen.SimpleImageHandler
The handler sets the xlink:href tag and returns a transform
handleImage(RenderedImage, Element, int, int, int, int, SVGGeneratorContext) - Method in class org.apache.batik.svggen.SimpleImageHandler
The handler sets the xlink:href tag and returns a transform
handleImage(RenderableImage, Element, double, double, double, double, SVGGeneratorContext) - Method in class org.apache.batik.svggen.SimpleImageHandler
The handler sets the xlink:href tag and returns a transform
handlePaint(Paint, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultExtensionHandler
 
handlePaint(Paint, SVGGeneratorContext) - Method in interface org.apache.batik.svggen.ExtensionHandler
 
handleTransform(Element, double, double, double, double, double, double, SVGGeneratorContext) - Method in class org.apache.batik.svggen.CachedImageHandlerBase64Encoder
Determines the transformation needed to get the cached image to scale & position properly.
handleTransform(Element, double, double, double, double, double, double, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
Determines the transformation needed to get the cached image to scale & position properly.
hdmx - Static variable in interface org.apache.batik.svggen.font.table.Table
 
head - Static variable in interface org.apache.batik.svggen.font.table.Table
 
HeadTable - Class in org.apache.batik.svggen.font.table
 
HeadTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.HeadTable
 
HEAVY - Static variable in class org.apache.batik.svggen.SVGFont
 
hhea - Static variable in interface org.apache.batik.svggen.font.table.Table
 
HheaTable - Class in org.apache.batik.svggen.font.table
 
HheaTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.HheaTable
 
hints - Variable in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
hmtx - Static variable in interface org.apache.batik.svggen.font.table.Table
 
HmtxTable - Class in org.apache.batik.svggen.font.table
 
HmtxTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.HmtxTable
 

I

ID_PREFIX_ALPHA_COMPOSITE_CLEAR - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_ALPHA_COMPOSITE_DST_IN - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_ALPHA_COMPOSITE_DST_OUT - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_ALPHA_COMPOSITE_DST_OVER - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_ALPHA_COMPOSITE_SRC - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_ALPHA_COMPOSITE_SRC_IN - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_ALPHA_COMPOSITE_SRC_OUT - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_AMBIENT_LIGHT - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_BUMP_MAP - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_CLIP_PATH - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_DEFS - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_DIFFUSE_ADD - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_DIFFUSE_LIGHTING_RESULT - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_FE_COMPLEX_FILTER - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_FE_COMPONENT_TRANSFER - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_FE_COMPOSITE - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_FE_CONVOLVE_MATRIX - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_FE_DIFFUSE_LIGHTING - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_FE_FLOOD - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_FE_GAUSSIAN_BLUR - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_FE_LIGHTING_FILTER - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_FE_SPECULAR_LIGHTING - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_FONT - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_GENERIC_DEFS - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_IMAGE - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_IMAGE_DEFS - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_LINEAR_GRADIENT - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_MASK - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_PATTERN - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_RADIAL_GRADIENT - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_SPECULAR_ADD - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ID_PREFIX_SPECULAR_LIGHTING_RESULT - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
IGNORE_BASE_GLYPHS - Static variable in class org.apache.batik.svggen.font.table.Lookup
 
IGNORE_BASE_LIGATURES - Static variable in class org.apache.batik.svggen.font.table.Lookup
 
IGNORE_BASE_MARKS - Static variable in class org.apache.batik.svggen.font.table.Lookup
 
imageCacher - Variable in class org.apache.batik.svggen.DefaultCachedImageHandler
 
ImageCacher - Class in org.apache.batik.svggen
This class implements caching functionality for raster images.
ImageCacher() - Constructor for class org.apache.batik.svggen.ImageCacher
Creates an ImageCacher.
ImageCacher(DOMTreeManager) - Constructor for class org.apache.batik.svggen.ImageCacher
Creates an ImageCacher.
ImageCacher.Embedded - Class in org.apache.batik.svggen
Cache implementation for images embedded in the SVG file.
ImageCacher.External - Class in org.apache.batik.svggen
Cache implementation for file-based images.
ImageHandler - Interface in org.apache.batik.svggen
This interface allows the user of the Graphics2D SVG generator to decide how to handle images that it renders.
imageHandler - Variable in class org.apache.batik.svggen.SimpleImageHandler
ImageHandler which handles xlink:href attribute setting
ImageHandlerBase64Encoder - Class in org.apache.batik.svggen
This implementation of ImageHandler encodes the input image as a PNG image first, then encodes the PNG image using Base64 encoding and uses the result to encoder the image url using the data protocol.
ImageHandlerBase64Encoder() - Constructor for class org.apache.batik.svggen.ImageHandlerBase64Encoder
Build an ImageHandlerBase64Encoder instance.
ImageHandlerJPEGEncoder - Class in org.apache.batik.svggen
This implementation of the abstract AbstractImageHandlerEncoder class creates JPEG images in the image directory and sets the url pointing to that file in the xlink:href attributes of the image elements it handles.
ImageHandlerJPEGEncoder(String, String) - Constructor for class org.apache.batik.svggen.ImageHandlerJPEGEncoder
 
ImageHandlerPNGEncoder - Class in org.apache.batik.svggen
This implementation of the abstract AbstractImageHandlerEncoder class creates PNG images in the image directory and sets the url pointing to that file in the xlink:href attributes of the image elements it handles.
ImageHandlerPNGEncoder(String, String) - Constructor for class org.apache.batik.svggen.ImageHandlerPNGEncoder
 
init(int, LocaTable) - Method in class org.apache.batik.svggen.font.table.GlyfTable
 
init(int, int) - Method in class org.apache.batik.svggen.font.table.HmtxTable
 
init(int, boolean) - Method in class org.apache.batik.svggen.font.table.LocaTable
 
INVALID_NODE - Static variable in interface org.apache.batik.svggen.ErrorConstants
 
isComposite() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
isComposite() - Method in class org.apache.batik.svggen.font.table.GlyfSimpleDescript
 
isComposite() - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
 
isEmbeddedFontsOn() - Method in class org.apache.batik.svggen.SVGGeneratorContext
Returns true if we should generate SVG Fonts for texts.
isFeatureIndexed(int) - Method in class org.apache.batik.svggen.font.table.LangSys
 
isInRange(int) - Method in class org.apache.batik.svggen.font.table.RangeRecord
 

J

JSTF - Static variable in interface org.apache.batik.svggen.font.table.Table
 

K

kern - Static variable in interface org.apache.batik.svggen.font.table.Table
 
KerningPair - Class in org.apache.batik.svggen.font.table
 
KerningPair(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.KerningPair
Creates new KerningPair
KernSubtable - Class in org.apache.batik.svggen.font.table
 
KernSubtable() - Constructor for class org.apache.batik.svggen.font.table.KernSubtable
Creates new KernSubtable
KernSubtableFormat0 - Class in org.apache.batik.svggen.font.table
 
KernSubtableFormat0(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.KernSubtableFormat0
Creates new KernSubtableFormat0
KernSubtableFormat2 - Class in org.apache.batik.svggen.font.table
 
KernSubtableFormat2(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.KernSubtableFormat2
Creates new KernSubtableFormat2
KernTable - Class in org.apache.batik.svggen.font.table
 
KernTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.KernTable
Creates new KernTable

L

LangSys - Class in org.apache.batik.svggen.font.table
 
LangSys(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.LangSys
Creates new LangSys
LangSysRecord - Class in org.apache.batik.svggen.font.table
 
LangSysRecord(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.LangSysRecord
Creates new LangSysRecord
language - Variable in class org.apache.batik.svggen.font.table.CmapFormat4
 
languageArabic - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageBEL - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageBGR - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageCAT - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageChinese - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageCSY - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageDAN - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageDanish - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageDEA - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageDEC - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageDEL - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageDES - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageDEU - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageDutch - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageELL - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageENA - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageENC - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageENG - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageEnglish - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageENI - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageENU - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageENZ - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageESM - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageESN - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageESP - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageETI - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageEUQ - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageFIN - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageFinnish - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageFRA - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageFRB - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageFRC - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageFrench - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageFRL - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageFRS - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageGerman - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageGreek - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageHebrew - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageHindi - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageHUN - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageIcelandic - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageISL - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageITA - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageItalian - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageITS - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageJapanese - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageLTH - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageLVI - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageMaltese - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageNLB - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageNLD - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageNON - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageNOR - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageNorwegian - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languagePLK - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languagePortuguese - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languagePTB - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languagePTG - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageROM - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageRUS - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageSHL - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageSKY - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageSLV - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageSpanish - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageSQI - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageSVE - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageSwedish - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageThai - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageTRK - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageTurkish - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageUKR - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageUrdu - Static variable in interface org.apache.batik.svggen.font.table.Table
 
languageYugoslavian - Static variable in interface org.apache.batik.svggen.font.table.Table
 
leftSideBearing - Variable in class org.apache.batik.svggen.font.Glyph
 
length - Variable in class org.apache.batik.svggen.font.table.CmapFormat
 
Ligature - Class in org.apache.batik.svggen.font.table
 
Ligature(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.Ligature
Creates new Ligature
LigatureSet - Class in org.apache.batik.svggen.font.table
 
LigatureSet(RandomAccessFile, int) - Constructor for class org.apache.batik.svggen.font.table.LigatureSet
Creates new LigatureSet
LigatureSubst - Class in org.apache.batik.svggen.font.table
 
LigatureSubst() - Constructor for class org.apache.batik.svggen.font.table.LigatureSubst
 
LigatureSubstFormat1 - Class in org.apache.batik.svggen.font.table
 
LigatureSubstFormat1(RandomAccessFile, int) - Constructor for class org.apache.batik.svggen.font.table.LigatureSubstFormat1
Creates new LigatureSubstFormat1
LIGHT - Static variable in class org.apache.batik.svggen.SVGFont
 
lime - Static variable in class org.apache.batik.svggen.SVGColor
 
loadString(RandomAccessFile, int) - Method in class org.apache.batik.svggen.font.table.NameRecord
 
loca - Static variable in interface org.apache.batik.svggen.font.table.Table
 
localizableSupport - Static variable in class org.apache.batik.svggen.font.Messages
The localizable support for the error messages.
LocaTable - Class in org.apache.batik.svggen.font.table
 
LocaTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.LocaTable
 
Lookup - Class in org.apache.batik.svggen.font.table
 
Lookup(LookupSubtableFactory, RandomAccessFile, int) - Constructor for class org.apache.batik.svggen.font.table.Lookup
Creates new Lookup
lookup(ByteArrayOutputStream, int, int, SVGGeneratorContext) - Method in class org.apache.batik.svggen.ImageCacher
Checks if the image is already in the cache, and adds it if not.
LookupList - Class in org.apache.batik.svggen.font.table
 
LookupList(RandomAccessFile, int, LookupSubtableFactory) - Constructor for class org.apache.batik.svggen.font.table.LookupList
Creates new LookupList
LookupSubtable - Class in org.apache.batik.svggen.font.table
 
LookupSubtable() - Constructor for class org.apache.batik.svggen.font.table.LookupSubtable
 
LookupSubtableFactory - Interface in org.apache.batik.svggen.font.table
 
LTSH - Static variable in interface org.apache.batik.svggen.font.table.Table
 

M

main(String[]) - Static method in class org.apache.batik.svggen.font.SVGFont
Starts the application.
mapCharCode(int) - Method in class org.apache.batik.svggen.font.table.CmapFormat
 
mapCharCode(int) - Method in class org.apache.batik.svggen.font.table.CmapFormat0
 
mapCharCode(int) - Method in class org.apache.batik.svggen.font.table.CmapFormat2
 
mapCharCode(int) - Method in class org.apache.batik.svggen.font.table.CmapFormat4
 
mapCharCode(int) - Method in class org.apache.batik.svggen.font.table.CmapFormat6
 
MARK_ATTACHMENT_TYPE - Static variable in class org.apache.batik.svggen.font.table.Lookup
 
maroon - Static variable in class org.apache.batik.svggen.SVGColor
 
maxp - Static variable in interface org.apache.batik.svggen.font.table.Table
 
MaxpTable - Class in org.apache.batik.svggen.font.table
 
MaxpTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.MaxpTable
 
MEDIUM - Static variable in class org.apache.batik.svggen.SVGFont
 
Messages - Class in org.apache.batik.svggen.font
This class manages the message for the bridge module.
Messages() - Constructor for class org.apache.batik.svggen.font.Messages
This class does not need to be instantiated.
MMFX - Static variable in interface org.apache.batik.svggen.font.table.Table
 
MMSD - Static variable in interface org.apache.batik.svggen.font.table.Table
 
MORE_COMPONENTS - Static variable in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 

N

name - Static variable in interface org.apache.batik.svggen.font.table.Table
 
nameCopyrightNotice - Static variable in interface org.apache.batik.svggen.font.table.Table
 
nameFontFamilyName - Static variable in interface org.apache.batik.svggen.font.table.Table
 
nameFontSubfamilyName - Static variable in interface org.apache.batik.svggen.font.table.Table
 
nameFullFontName - Static variable in interface org.apache.batik.svggen.font.table.Table
 
namePostscriptName - Static variable in interface org.apache.batik.svggen.font.table.Table
 
NameRecord - Class in org.apache.batik.svggen.font.table
 
NameRecord(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.NameRecord
 
NameTable - Class in org.apache.batik.svggen.font.table
 
NameTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.NameTable
 
nameTrademark - Static variable in interface org.apache.batik.svggen.font.table.Table
 
nameUniqueFontIdentifier - Static variable in interface org.apache.batik.svggen.font.table.Table
 
nameVersionString - Static variable in interface org.apache.batik.svggen.font.table.Table
 
navy - Static variable in class org.apache.batik.svggen.SVGColor
 
NO_CLIP - Static variable in class org.apache.batik.svggen.SVGClip
Descriptor to use where there is no clip on an element

O

olive - Static variable in class org.apache.batik.svggen.SVGColor
 
onCurve - Variable in class org.apache.batik.svggen.font.Point
 
onCurve - Static variable in class org.apache.batik.svggen.font.table.GlyfDescript
 
OPEN_PARENTHESIS - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
org.apache.batik.svggen - package org.apache.batik.svggen
Provides an API on top of the AbstractGraphics2D to translate Java 2D primitives into the SVG format.
org.apache.batik.svggen.font - package org.apache.batik.svggen.font
 
org.apache.batik.svggen.font.table - package org.apache.batik.svggen.font.table
 
ORIGIN - Static variable in class org.apache.batik.svggen.SVGClip
Constant used for some degenerate cases
Os2Table - Class in org.apache.batik.svggen.font.table
 
Os2Table(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.Os2Table
 
OS_2 - Static variable in interface org.apache.batik.svggen.font.table.Table
 
otherDefs - Variable in class org.apache.batik.svggen.DOMTreeManager
Set of definitions which can be used by custom extensions

P

paint - Variable in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
Panose - Class in org.apache.batik.svggen.font.table
 
Panose(byte[]) - Constructor for class org.apache.batik.svggen.font.table.Panose
Creates new Panose
parentTable - Variable in class org.apache.batik.svggen.font.table.GlyfDescript
 
PCLT - Static variable in interface org.apache.batik.svggen.font.table.Table
 
platformAppleUnicode - Static variable in interface org.apache.batik.svggen.font.table.Table
 
platformISO - Static variable in interface org.apache.batik.svggen.font.table.Table
 
platformMacintosh - Static variable in interface org.apache.batik.svggen.font.table.Table
 
platformMicrosoft - Static variable in interface org.apache.batik.svggen.font.table.Table
 
Point - Class in org.apache.batik.svggen.font
 
Point(int, int, boolean, boolean) - Constructor for class org.apache.batik.svggen.font.Point
 
post - Static variable in interface org.apache.batik.svggen.font.table.Table
 
PostTable - Class in org.apache.batik.svggen.font.table
 
PostTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.PostTable
Creates new PostTable
POSTURE_OBLIQUE - Static variable in class org.apache.batik.svggen.SVGFont
 
POSTURE_REGULAR - Static variable in class org.apache.batik.svggen.SVGFont
 
prep - Static variable in interface org.apache.batik.svggen.font.table.Table
 
PrepTable - Class in org.apache.batik.svggen.font.table
 
PrepTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.PrepTable
 
print(JComponent, SVGGraphics2D) - Static method in class org.apache.batik.svggen.SwingSVGPrettyPrint
 
Program - Class in org.apache.batik.svggen.font.table
 
Program() - Constructor for class org.apache.batik.svggen.font.table.Program
 
purple - Static variable in class org.apache.batik.svggen.SVGColor
 

R

RangeRecord - Class in org.apache.batik.svggen.font.table
Coverage Index (GlyphID) = StartCoverageIndex + GlyphID - Start GlyphID
RangeRecord(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.RangeRecord
Creates new RangeRecord
read(String) - Method in class org.apache.batik.svggen.font.Font
 
read(RandomAccessFile) - Static method in class org.apache.batik.svggen.font.table.ClassDef
 
read(RandomAccessFile) - Static method in class org.apache.batik.svggen.font.table.Coverage
 
read(int, RandomAccessFile, int) - Method in class org.apache.batik.svggen.font.table.GsubTable
1 - Single - Replace one glyph with one glyph 2 - Multiple - Replace one glyph with more than one glyph 3 - Alternate - Replace one glyph with one of many glyphs 4 - Ligature - Replace multiple glyphs with one glyph 5 - Context - Replace one or more glyphs in context 6 - Chaining - Context Replace one or more glyphs in chained context
read(RandomAccessFile) - Static method in class org.apache.batik.svggen.font.table.KernSubtable
 
read(RandomAccessFile, int) - Static method in class org.apache.batik.svggen.font.table.LigatureSubst
 
read(int, RandomAccessFile, int) - Method in interface org.apache.batik.svggen.font.table.LookupSubtableFactory
 
read(RandomAccessFile, int) - Static method in class org.apache.batik.svggen.font.table.SingleSubst
 
readInstructions(RandomAccessFile, int) - Method in class org.apache.batik.svggen.font.table.Program
 
readInstructions(ByteArrayInputStream, int) - Method in class org.apache.batik.svggen.font.table.Program
 
recordFontUsage(String, Font) - Method in class org.apache.batik.svggen.SVGFont
Records that the specified font has been used to draw the text string.
recycleTopLevelGroup() - Method in class org.apache.batik.svggen.DOMTreeManager
Reset the state of this object to handler a new topLevelGroup
recycleTopLevelGroup(boolean) - Method in class org.apache.batik.svggen.DOMTreeManager
Reset the state of this object to handler a new topLevelGroup
red - Static variable in class org.apache.batik.svggen.SVGColor
 
refPrefix - Variable in class org.apache.batik.svggen.CachedImageHandlerJPEGEncoder
 
refPrefix - Variable in class org.apache.batik.svggen.CachedImageHandlerPNGEncoder
 
REGULAR - Static variable in class org.apache.batik.svggen.SVGFont
 
removeGroupManager(DOMGroupManager) - Method in class org.apache.batik.svggen.DOMTreeManager
 
repeat - Static variable in class org.apache.batik.svggen.font.table.GlyfDescript
 
requiresBackgroundAccess() - Method in class org.apache.batik.svggen.SVGAlphaComposite
 
reset() - Method in class org.apache.batik.svggen.font.Glyph
Resets the glyph to the TrueType table settings
resolve() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
resolve() - Method in class org.apache.batik.svggen.font.table.GlyfDescript
 
resolved - Variable in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
 
RESOURCES - Static variable in class org.apache.batik.svggen.font.Messages
The error messages bundle class name.
RGB_PREFIX - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
RGB_SUFFIX - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
ROUND_XY_TO_GRID - Static variable in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 

S

scale(int) - Method in class org.apache.batik.svggen.font.Glyph
 
scaleX(int, int) - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
Transforms an x-coordinate of a point for this component.
scaleY(int, int) - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
Transforms a y-coordinate of a point for this component.
Script - Class in org.apache.batik.svggen.font.table
 
Script(RandomAccessFile, int) - Constructor for class org.apache.batik.svggen.font.table.Script
Creates new ScriptTable
SCRIPT_TAG_ARAB - Static variable in interface org.apache.batik.svggen.font.table.ScriptTags
 
ScriptList - Class in org.apache.batik.svggen.font.table
 
ScriptList(RandomAccessFile, int) - Constructor for class org.apache.batik.svggen.font.table.ScriptList
Creates new ScriptList
ScriptRecord - Class in org.apache.batik.svggen.font.table
 
ScriptRecord(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.ScriptRecord
Creates new ScriptRecord
ScriptTags - Interface in org.apache.batik.svggen.font.table
Definition of Script tags
SEMIBOLD - Static variable in class org.apache.batik.svggen.SVGFont
 
set - Static variable in class org.apache.batik.svggen.SVGStylingAttributes
Attributes that represent styling properties
setBackground(Color) - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
setClip(Shape) - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
setComment(String) - Method in class org.apache.batik.svggen.SVGGeneratorContext
Sets the comment to be used.
setComposite(Composite) - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
setDOMFactory(Document) - Method in class org.apache.batik.svggen.SVGGeneratorContext
Sets the DOM Factory to be used.
setDOMGroupManager(DOMGroupManager) - Method in class org.apache.batik.svggen.SVGGraphics2D
Set a new DOM Group manager for this SVGGraphics2D.
setDOMTreeManager(DOMTreeManager) - Method in class org.apache.batik.svggen.DefaultCachedImageHandler
This GenericImageHandler implementation does not need to interact with the DOMTreeManager.
setDOMTreeManager(DOMTreeManager) - Method in interface org.apache.batik.svggen.GenericImageHandler
Sets the DomTreeManager this image handler may need to interact with.
setDOMTreeManager(DOMTreeManager) - Method in class org.apache.batik.svggen.ImageCacher.Embedded
Sets the DOMTreeManager this cacher should work on.
setDOMTreeManager(DOMTreeManager) - Method in class org.apache.batik.svggen.ImageCacher
Sets the DOMTreeManager this cacher should work on.
setDOMTreeManager(DOMTreeManager) - Method in class org.apache.batik.svggen.SimpleImageHandler
This GenericImageHandler implementation does not need to interact with the DOMTreeManager.
setDOMTreeManager(DOMTreeManager) - Method in class org.apache.batik.svggen.SVGGraphics2D
Set a DOM Tree manager for the SVGGraphics2D.
setEmbeddedFontsOn(boolean) - Method in class org.apache.batik.svggen.SVGGeneratorContext
Sets if we should generate SVG Fonts for texts.
setErrorHandler(ErrorHandler) - Method in class org.apache.batik.svggen.SVGGeneratorContext
Sets the ErrorHandler to be used.
setExtensionHandler(ExtensionHandler) - Method in class org.apache.batik.svggen.SVGGeneratorContext
Sets the ExtensionHandler to be used.
setExtensionHandler(ExtensionHandler) - Method in class org.apache.batik.svggen.SVGGraphics2D
 
setFirstContour(int) - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
setFirstIndex(int) - Method in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
setFont(Font) - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
setGeneratorContext(SVGGeneratorContext) - Method in class org.apache.batik.svggen.SVGGraphics2D
Sets an non null SVGGeneratorContext.
setGenericImageHandler(GenericImageHandler) - Method in class org.apache.batik.svggen.SVGGeneratorContext
Sets the GenericImageHandler to be used.
setGraphicContextDefaults(SVGGeneratorContext.GraphicContextDefaults) - Method in class org.apache.batik.svggen.SVGGeneratorContext
Sets the default to be used for the graphic context.
setIDGenerator(SVGIDGenerator) - Method in class org.apache.batik.svggen.SVGGeneratorContext
Sets the SVGIDGenerator to be used.
setImageAttributes(Element, double, double, double, double, SVGGeneratorContext) - Method in class org.apache.batik.svggen.SimpleImageHandler
Sets the x/y/width/height attributes on the <image> element.
setImageHandler(ImageHandler) - Method in class org.apache.batik.svggen.SVGGeneratorContext
Sets the ImageHandler to be used.
setLocale(Locale) - Static method in class org.apache.batik.svggen.font.Messages
Implements Localizable.setLocale(Locale).
setPaint(Paint) - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
setPrecision(int) - Method in class org.apache.batik.svggen.SVGGeneratorContext
Sets the precision used by this context.
setRenderingHints(RenderingHints) - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
setStroke(Stroke) - Method in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
setStyle(Element, Map, SVGGeneratorContext) - Method in class org.apache.batik.svggen.DefaultStyleHandler
Sets the style described by styleMap on the given element.
setStyle(Element, Map, SVGGeneratorContext) - Method in interface org.apache.batik.svggen.StyleHandler
Sets the style described by styleMap on the given element.
setStyleHandler(StyleHandler) - Method in class org.apache.batik.svggen.SVGGeneratorContext
Sets the StyleHandler to be used.
setSVGCanvasSize(Dimension) - Method in class org.apache.batik.svggen.SVGGraphics2D
Set the Canvas size, this is used to set the width and height attributes on the outermost 'svg' element.
setTopLevelGroup(Element) - Method in class org.apache.batik.svggen.DOMTreeManager
Sets the topLevelGroup to the input element.
setTopLevelGroup(Element) - Method in class org.apache.batik.svggen.SVGGraphics2D
Sets the topLevelGroup to the input element.
setTransform(Element, TransformStackElement[]) - Method in class org.apache.batik.svggen.DOMGroupManager
Processes the transform attribute value corresponding to a given transform stack
setUnsupportedAttributes(Set) - Method in class org.apache.batik.svggen.SVGGraphics2D
This method let's users indicate that they don't care that certain text attributes will not be properly converted to SVG, in exchange when those attributes are used they will get real SVG text instead of paths.
setXORMode(Color) - Method in class org.apache.batik.svggen.SVGGraphics2D
Sets the paint mode of this graphics context to alternate between this graphics context's current color and the new specified color.
shapeConverter - Variable in class org.apache.batik.svggen.SVGGraphics2D
Used to convert Java 2D API Shape objects to equivalent SVG elements
SIGN_PERCENT - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
SIGN_POUND - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
silver - Static variable in class org.apache.batik.svggen.SVGColor
 
SimpleImageHandler - Class in org.apache.batik.svggen
Implements the GenericImageHandler interface and only uses <image> elements.
SimpleImageHandler(ImageHandler) - Constructor for class org.apache.batik.svggen.SimpleImageHandler
 
SingleSubst - Class in org.apache.batik.svggen.font.table
 
SingleSubst() - Constructor for class org.apache.batik.svggen.font.table.SingleSubst
 
SingleSubstFormat1 - Class in org.apache.batik.svggen.font.table
 
SingleSubstFormat1(RandomAccessFile, int) - Constructor for class org.apache.batik.svggen.font.table.SingleSubstFormat1
Creates new SingleSubstFormat1
SingleSubstFormat2 - Class in org.apache.batik.svggen.font.table
 
SingleSubstFormat2(RandomAccessFile, int) - Constructor for class org.apache.batik.svggen.font.table.SingleSubstFormat2
Creates new SingleSubstFormat2
SPACE - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
stream(String) - Method in class org.apache.batik.svggen.SVGGraphics2D
 
stream(String, boolean) - Method in class org.apache.batik.svggen.SVGGraphics2D
 
stream(Writer) - Method in class org.apache.batik.svggen.SVGGraphics2D
 
stream(Writer, boolean, boolean) - Method in class org.apache.batik.svggen.SVGGraphics2D
 
stream(Writer, boolean) - Method in class org.apache.batik.svggen.SVGGraphics2D
 
stream(Element, Writer) - Method in class org.apache.batik.svggen.SVGGraphics2D
 
stream(Element, Writer, boolean, boolean) - Method in class org.apache.batik.svggen.SVGGraphics2D
 
stroke - Variable in class org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
 
style(Node) - Static method in class org.apache.batik.svggen.SVGCSSStyler
Invoking this method removes all the styling attributes (such as 'fill' or 'fill-opacity') from the input element and its descendant and replaces them with their CSS2 property counterparts.
StyleHandler - Interface in org.apache.batik.svggen
The StyleHandler interface allows you to specialize how the style will be set on an SVG Element.
styleToSVG(Font) - Static method in class org.apache.batik.svggen.SVGFont
 
substitute(int) - Method in class org.apache.batik.svggen.font.table.SingleSubst
 
substitute(int) - Method in class org.apache.batik.svggen.font.table.SingleSubstFormat1
 
substitute(int) - Method in class org.apache.batik.svggen.font.table.SingleSubstFormat2
 
SVGAlphaComposite - Class in org.apache.batik.svggen
Utility class that converts an AlphaComposite object into a set of SVG properties and definitions.
SVGAlphaComposite(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGAlphaComposite
 
SVGArc - Class in org.apache.batik.svggen
Utility class that converts an Arc2D object into a corresponding SVG element, i.e., a path with an elliptical arc and optionally lines..
SVGArc(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGArc
 
SVGAttribute - Class in org.apache.batik.svggen
Represents an SVG attribute and provides convenience methods to determine whether or not the attribute applies to a given element type.
SVGAttribute(Set, boolean) - Constructor for class org.apache.batik.svggen.SVGAttribute
 
SVGAttributeMap - Class in org.apache.batik.svggen
Repository of SVG attribute descriptions, accessible by name.
SVGAttributeMap() - Constructor for class org.apache.batik.svggen.SVGAttributeMap
 
SVGBasicStroke - Class in org.apache.batik.svggen
Utility class that converts a Java BasicStroke object into a set of SVG style attributes
SVGBasicStroke(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGBasicStroke
 
SVGBufferedImageOp - Class in org.apache.batik.svggen
Utility class that converts a BufferedImageOp object into an SVG filter.
SVGBufferedImageOp(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGBufferedImageOp
 
svgCanvasSize - Variable in class org.apache.batik.svggen.SVGGraphics2D
SVG Canvas size
SVGClip - Class in org.apache.batik.svggen
Utility class that converts a Path object into an SVG clip
SVGClip(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGClip
 
SVGClipDescriptor - Class in org.apache.batik.svggen
Describes an SVG clip
SVGClipDescriptor(String, Element) - Constructor for class org.apache.batik.svggen.SVGClipDescriptor
Creates a new SVGClipDescriptor.
SVGColor - Class in org.apache.batik.svggen
Utility class that converts a Color object into a set of corresponding SVG attributes.
SVGColor(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGColor
 
SVGComposite - Class in org.apache.batik.svggen
Utility class that converts a Composite object into a set of SVG properties and definitions.
SVGComposite(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGComposite
 
SVGCompositeDescriptor - Class in org.apache.batik.svggen
Used to represent an SVG Composite.
SVGCompositeDescriptor(String, String) - Constructor for class org.apache.batik.svggen.SVGCompositeDescriptor
 
SVGCompositeDescriptor(String, String, Element) - Constructor for class org.apache.batik.svggen.SVGCompositeDescriptor
 
SVGConverter - Interface in org.apache.batik.svggen
Defines the interface for classes that are able to convert part or all of a GraphicContext.
SVGConvolveOp - Class in org.apache.batik.svggen
Utility class that converts a ConvolveOp object into an SVG filter descriptor.
SVGConvolveOp(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGConvolveOp
 
SVGCSSStyler - Class in org.apache.batik.svggen
This utility class converts a standard SVG document that uses attribute into one that uses the CSS style attribute instead.
SVGCSSStyler() - Constructor for class org.apache.batik.svggen.SVGCSSStyler
 
SVGCustomBufferedImageOp - Class in org.apache.batik.svggen
Utility class that converts an custom BufferedImageOp object into an equivalent SVG filter.
SVGCustomBufferedImageOp(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGCustomBufferedImageOp
 
SVGCustomComposite - Class in org.apache.batik.svggen
Utility class that converts an custom Composite object into a set of SVG properties and definitions.
SVGCustomComposite(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGCustomComposite
 
SVGCustomPaint - Class in org.apache.batik.svggen
Utility class that converts an custom Paint object into a set of SVG properties and definitions.
SVGCustomPaint(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGCustomPaint
 
SVGDescriptor - Interface in org.apache.batik.svggen
Defines the interface for a set of SVG attributes and related definitions.
SVGEllipse - Class in org.apache.batik.svggen
Utility class that converts an Ellipse2D object into a corresponding SVG element, i.e., a circle or an ellipse.
SVGEllipse(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGEllipse
 
SVGFilterConverter - Interface in org.apache.batik.svggen
Defines the interface for classes that are able to convert a BufferedImageOp filter.
SVGFilterDescriptor - Class in org.apache.batik.svggen
Used to represent an SVG Composite.
SVGFilterDescriptor(String) - Constructor for class org.apache.batik.svggen.SVGFilterDescriptor
 
SVGFilterDescriptor(String, Element) - Constructor for class org.apache.batik.svggen.SVGFilterDescriptor
 
SVGFont - Class in org.apache.batik.svggen.font
Converts a TrueType font to an SVG embedded font.
SVGFont() - Constructor for class org.apache.batik.svggen.font.SVGFont
 
SVGFont - Class in org.apache.batik.svggen
Utility class that converts a Font object into a set of SVG font attributes
SVGFont(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGFont
 
SVGFontDescriptor - Class in org.apache.batik.svggen
Describes an SVG font
SVGFontDescriptor(String, String, String, String, Element) - Constructor for class org.apache.batik.svggen.SVGFontDescriptor
Constructor
SVGGeneratorContext - Class in org.apache.batik.svggen
This class contains all non graphical contextual information that are needed by the SVGGraphics2D to generate SVG from Java 2D primitives.
SVGGeneratorContext(Document) - Constructor for class org.apache.batik.svggen.SVGGeneratorContext
Builds an instance of SVGGeneratorContext with the given domFactory but let the user set later the other contextual information.
SVGGeneratorContext.GraphicContextDefaults - Class in org.apache.batik.svggen
Class to describe the GraphicContext defaults to be used.
SVGGraphicContext - Class in org.apache.batik.svggen
Represents the SVG equivalent of a Java 2D API graphic context attribute.
SVGGraphicContext(Map, TransformStackElement[]) - Constructor for class org.apache.batik.svggen.SVGGraphicContext
 
SVGGraphicContext(Map, Map, TransformStackElement[]) - Constructor for class org.apache.batik.svggen.SVGGraphicContext
 
SVGGraphicContextConverter - Class in org.apache.batik.svggen
This class performs the task of converting the state of the Java 2D API graphic context into a set of graphic attributes.
SVGGraphicContextConverter(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGGraphicContextConverter
 
SVGGraphicObjectConverter - Class in org.apache.batik.svggen
 
SVGGraphicObjectConverter(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGGraphicObjectConverter
 
SVGGraphics2D - Class in org.apache.batik.svggen
This implementation of the java.awt.Graphics2D abstract class allows users to generate SVG (Scalable Vector Graphics) content from Java code.
SVGGraphics2D(Document) - Constructor for class org.apache.batik.svggen.SVGGraphics2D
 
SVGGraphics2D(Document, ImageHandler, ExtensionHandler, boolean) - Constructor for class org.apache.batik.svggen.SVGGraphics2D
 
SVGGraphics2D(SVGGeneratorContext, boolean) - Constructor for class org.apache.batik.svggen.SVGGraphics2D
Creates a new SVGGraphics2D object.
SVGGraphics2D(SVGGraphics2D) - Constructor for class org.apache.batik.svggen.SVGGraphics2D
This constructor is used in create()
SVGGraphics2DIOException - Exception in org.apache.batik.svggen
Thrown when an SVG Generator method receives an illegal argument in parameter.
SVGGraphics2DIOException(String) - Constructor for exception org.apache.batik.svggen.SVGGraphics2DIOException
Constructs a new SVGGraphics2DIOException with the specified detail message.
SVGGraphics2DIOException(IOException) - Constructor for exception org.apache.batik.svggen.SVGGraphics2DIOException
Constructs a new SVGGraphics2DIOException with the specified detail message.
SVGGraphics2DIOException(String, IOException) - Constructor for exception org.apache.batik.svggen.SVGGraphics2DIOException
Constructs a new SVGGraphics2DIOException with the specified detail message.
SVGGraphics2DRuntimeException - Exception in org.apache.batik.svggen
Thrown when an SVG Generator method receives an illegal argument in parameter.
SVGGraphics2DRuntimeException(String) - Constructor for exception org.apache.batik.svggen.SVGGraphics2DRuntimeException
Constructs a new SVGGraphics2DRuntimeException with the specified detail message.
SVGGraphics2DRuntimeException(Exception) - Constructor for exception org.apache.batik.svggen.SVGGraphics2DRuntimeException
Constructs a new SVGGraphics2DRuntimeException with the specified detail message.
SVGGraphics2DRuntimeException(String, Exception) - Constructor for exception org.apache.batik.svggen.SVGGraphics2DRuntimeException
Constructs a new SVGGraphics2DRuntimeException with the specified detail message.
SVGHintsDescriptor - Class in org.apache.batik.svggen
Describes a set of SVG hints
SVGHintsDescriptor(String, String, String, String, String) - Constructor for class org.apache.batik.svggen.SVGHintsDescriptor
Constructor
SVGIDGenerator - Class in org.apache.batik.svggen
Generates id for an arbitrary number of prefix
SVGIDGenerator() - Constructor for class org.apache.batik.svggen.SVGIDGenerator
 
SVGLine - Class in org.apache.batik.svggen
Utility class that converts a Line2D object into a corresponding SVG line element.
SVGLine(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGLine
 
SVGLinearGradient - Class in org.apache.batik.svggen
Utility class that converts a Java GradientPaint into an SVG linear gradient element
SVGLinearGradient(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGLinearGradient
 
SVGLookupOp - Class in org.apache.batik.svggen
Utility class that converts a LookupOp object into an SVG filter descriptor.
SVGLookupOp(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGLookupOp
 
SVGPaint - Class in org.apache.batik.svggen
Utility class that converts a Paint object into an SVG element.
SVGPaint(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGPaint
 
SVGPaintDescriptor - Class in org.apache.batik.svggen
Used to represent an SVG Paint.
SVGPaintDescriptor(String, String) - Constructor for class org.apache.batik.svggen.SVGPaintDescriptor
 
SVGPaintDescriptor(String, String, Element) - Constructor for class org.apache.batik.svggen.SVGPaintDescriptor
 
SVGPath - Class in org.apache.batik.svggen
Utility class that converts a Shape object into an SVG path element.
SVGPath(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGPath
 
SVGPolygon - Class in org.apache.batik.svggen
Utility class that converts a Polygon object into an SVG element.
SVGPolygon(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGPolygon
 
SVGRectangle - Class in org.apache.batik.svggen
Utility class that converts a Rectangle2D or RoundRectangle2D object into an SVG element.
SVGRectangle(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGRectangle
 
SVGRenderingHints - Class in org.apache.batik.svggen
Utility class that converts a RenderingHints object into a set of SVG properties.
SVGRenderingHints(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGRenderingHints
 
SVGRescaleOp - Class in org.apache.batik.svggen
Utility class that converts a RescaleOp object into an SVG filter descriptor.
SVGRescaleOp(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGRescaleOp
 
SVGShape - Class in org.apache.batik.svggen
Utility class that converts a Shape object into the corresponding SVG element.
SVGShape(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGShape
 
SVGStrokeDescriptor - Class in org.apache.batik.svggen
Used to represent an SVG Paint.
SVGStrokeDescriptor(String, String, String, String, String, String) - Constructor for class org.apache.batik.svggen.SVGStrokeDescriptor
 
SVGStylingAttributes - Class in org.apache.batik.svggen
Defines the set of attributes from Exchange SVG that are defined as styling properties in Stylable SVG.
SVGStylingAttributes() - Constructor for class org.apache.batik.svggen.SVGStylingAttributes
 
SVGSyntax - Interface in org.apache.batik.svggen
Contains the definition of the SVG tags and attribute names.
SVGTexturePaint - Class in org.apache.batik.svggen
Utility class that converts a TexturePaint object into an SVG pattern element
SVGTexturePaint(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGTexturePaint
 
SVGTransform - Class in org.apache.batik.svggen
Utility class that converts a GraphicContext transform stack into an SVG transform attribute.
SVGTransform(SVGGeneratorContext) - Constructor for class org.apache.batik.svggen.SVGTransform
 
SVGTransformDescriptor - Class in org.apache.batik.svggen
Describes an SVG transform
SVGTransformDescriptor(String) - Constructor for class org.apache.batik.svggen.SVGTransformDescriptor
 
SwingSVGPrettyPrint - Class in org.apache.batik.svggen
This class offers a way to create an SVG document with grouping that reflects the Swing composite structure (container/components).
SwingSVGPrettyPrint() - Constructor for class org.apache.batik.svggen.SwingSVGPrettyPrint
 

T

Table - Interface in org.apache.batik.svggen.font.table
 
TableDirectory - Class in org.apache.batik.svggen.font.table
 
TableDirectory(RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.TableDirectory
 
TableFactory - Class in org.apache.batik.svggen.font.table
 
TableFactory() - Constructor for class org.apache.batik.svggen.font.table.TableFactory
 
teal - Static variable in class org.apache.batik.svggen.SVGColor
 
topLevelGroup - Variable in class org.apache.batik.svggen.DOMTreeManager
Top level group
toString() - Method in class org.apache.batik.svggen.font.table.CmapFormat
 
toString() - Method in class org.apache.batik.svggen.font.table.CmapFormat4
 
toString() - Method in class org.apache.batik.svggen.font.table.CmapIndexEntry
 
toString() - Method in class org.apache.batik.svggen.font.table.CmapTable
 
toString() - Method in class org.apache.batik.svggen.font.table.DirectoryEntry
 
toString() - Method in class org.apache.batik.svggen.font.table.GposTable
 
toString() - Method in class org.apache.batik.svggen.font.table.GsubTable
 
toString() - Method in class org.apache.batik.svggen.font.table.HeadTable
 
toString() - Method in class org.apache.batik.svggen.font.table.Panose
 
toSVG(GraphicContext) - Method in class org.apache.batik.svggen.SVGAlphaComposite
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(AlphaComposite) - Method in class org.apache.batik.svggen.SVGAlphaComposite
 
toSVG(Arc2D) - Method in class org.apache.batik.svggen.SVGArc
 
toSVG(GraphicContext) - Method in class org.apache.batik.svggen.SVGBasicStroke
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(BasicStroke) - Method in class org.apache.batik.svggen.SVGBasicStroke
 
toSVG(BufferedImageOp, Rectangle) - Method in class org.apache.batik.svggen.SVGBufferedImageOp
 
toSVG(GraphicContext) - Method in class org.apache.batik.svggen.SVGClip
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions.
toSVG(GraphicContext) - Method in class org.apache.batik.svggen.SVGColor
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(Color, SVGGeneratorContext) - Static method in class org.apache.batik.svggen.SVGColor
Converts a Color object to a set of two corresponding values: a CSS color string and an opacity value.
toSVG(GraphicContext) - Method in class org.apache.batik.svggen.SVGComposite
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(Composite) - Method in class org.apache.batik.svggen.SVGComposite
 
toSVG(GraphicContext) - Method in interface org.apache.batik.svggen.SVGConverter
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(BufferedImageOp, Rectangle) - Method in class org.apache.batik.svggen.SVGConvolveOp
Converts a Java 2D API BufferedImageOp into a set of attribute/value pairs and related definitions
toSVG(ConvolveOp) - Method in class org.apache.batik.svggen.SVGConvolveOp
 
toSVG(BufferedImageOp, Rectangle) - Method in class org.apache.batik.svggen.SVGCustomBufferedImageOp
 
toSVG(GraphicContext) - Method in class org.apache.batik.svggen.SVGCustomComposite
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(Composite) - Method in class org.apache.batik.svggen.SVGCustomComposite
 
toSVG(GraphicContext) - Method in class org.apache.batik.svggen.SVGCustomPaint
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(Paint) - Method in class org.apache.batik.svggen.SVGCustomPaint
 
toSVG(Ellipse2D) - Method in class org.apache.batik.svggen.SVGEllipse
 
toSVG(BufferedImageOp, Rectangle) - Method in interface org.apache.batik.svggen.SVGFilterConverter
Converts a Java 2D API BufferedImageOp into a set of attribute/value pairs and related definitions
toSVG(GraphicContext) - Method in class org.apache.batik.svggen.SVGFont
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(Font, FontRenderContext) - Method in class org.apache.batik.svggen.SVGFont
 
toSVG(TransformStackElement[]) - Method in class org.apache.batik.svggen.SVGGraphicContextConverter
 
toSVG(GraphicContext) - Method in class org.apache.batik.svggen.SVGGraphicContextConverter
 
toSVG(Line2D) - Method in class org.apache.batik.svggen.SVGLine
 
toSVG(GraphicContext) - Method in class org.apache.batik.svggen.SVGLinearGradient
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(GradientPaint) - Method in class org.apache.batik.svggen.SVGLinearGradient
 
toSVG(BufferedImageOp, Rectangle) - Method in class org.apache.batik.svggen.SVGLookupOp
Converts a Java 2D API BufferedImageOp into a set of attribute/value pairs and related definitions
toSVG(LookupOp) - Method in class org.apache.batik.svggen.SVGLookupOp
 
toSVG(GraphicContext) - Method in class org.apache.batik.svggen.SVGPaint
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(Paint) - Method in class org.apache.batik.svggen.SVGPaint
 
toSVG(Shape) - Method in class org.apache.batik.svggen.SVGPath
 
toSVG(Polygon) - Method in class org.apache.batik.svggen.SVGPolygon
 
toSVG(Rectangle2D) - Method in class org.apache.batik.svggen.SVGRectangle
 
toSVG(RoundRectangle2D) - Method in class org.apache.batik.svggen.SVGRectangle
In the Java 2D API, arc width/height are used as absolute values.
toSVG(GraphicContext) - Method in class org.apache.batik.svggen.SVGRenderingHints
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(RenderingHints) - Static method in class org.apache.batik.svggen.SVGRenderingHints
 
toSVG(BufferedImageOp, Rectangle) - Method in class org.apache.batik.svggen.SVGRescaleOp
Converts a Java 2D API BufferedImageOp into a set of attribute/value pairs and related definitions
toSVG(RescaleOp) - Method in class org.apache.batik.svggen.SVGRescaleOp
 
toSVG(Shape) - Method in class org.apache.batik.svggen.SVGShape
 
toSVG(GraphicContext) - Method in class org.apache.batik.svggen.SVGTexturePaint
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(TexturePaint) - Method in class org.apache.batik.svggen.SVGTexturePaint
 
toSVG(GraphicContext) - Method in class org.apache.batik.svggen.SVGTransform
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVGPathData(Shape, SVGGeneratorContext) - Static method in class org.apache.batik.svggen.SVGPath
 
toSVGTransform(GraphicContext) - Method in class org.apache.batik.svggen.SVGTransform
 
toSVGTransform(TransformStackElement[]) - Method in class org.apache.batik.svggen.SVGTransform
This method tries to collapse the transform stack into an SVG string as compact as possible while still conveying the semantic of the stack.
touched - Variable in class org.apache.batik.svggen.font.Point
 
trimContextForElement(SVGGraphicContext, Element) - Method in class org.apache.batik.svggen.DOMGroupManager
Removes properties that do not apply for a specific element

U

ULTRABOLD - Static variable in class org.apache.batik.svggen.SVGFont
 
unsupportedAttributes - Variable in class org.apache.batik.svggen.SVGGraphics2D
 
URL_PREFIX - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
URL_SUFFIX - Static variable in interface org.apache.batik.svggen.SVGSyntax
 
USE_MY_METRICS - Static variable in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
usesUnsupportedAttributes(AttributedCharacterIterator) - Method in class org.apache.batik.svggen.SVGGraphics2D
 

V

VDMX - Static variable in interface org.apache.batik.svggen.font.table.Table
 
version - Variable in class org.apache.batik.svggen.font.table.CmapFormat
 
vhea - Static variable in interface org.apache.batik.svggen.font.table.Table
 
vmtx - Static variable in interface org.apache.batik.svggen.font.table.Table
 

W

WE_HAVE_A_SCALE - Static variable in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
WE_HAVE_A_TWO_BY_TWO - Static variable in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
WE_HAVE_AN_X_AND_Y_SCALE - Static variable in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
WE_HAVE_INSTRUCTIONS - Static variable in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
weightToSVG(Font) - Static method in class org.apache.batik.svggen.SVGFont
 
white - Static variable in class org.apache.batik.svggen.SVGColor
 
writeFontAsSVGFragment(PrintStream, Font, String, int, int, boolean, boolean) - Static method in class org.apache.batik.svggen.font.SVGFont
Returns a <font>...</font> block, defining the specified font.
writeSvgBegin(PrintStream) - Static method in class org.apache.batik.svggen.font.SVGFont
 
writeSvgDefsBegin(PrintStream) - Static method in class org.apache.batik.svggen.font.SVGFont
 
writeSvgDefsEnd(PrintStream) - Static method in class org.apache.batik.svggen.font.SVGFont
 
writeSvgEnd(PrintStream) - Static method in class org.apache.batik.svggen.font.SVGFont
 
writeSvgTestCard(PrintStream, String) - Static method in class org.apache.batik.svggen.font.SVGFont
 

X

x - Variable in class org.apache.batik.svggen.font.Point
 
xDual - Static variable in class org.apache.batik.svggen.font.table.GlyfDescript
 
xShortVector - Static variable in class org.apache.batik.svggen.font.table.GlyfDescript
 

Y

y - Variable in class org.apache.batik.svggen.font.Point
 
yDual - Static variable in class org.apache.batik.svggen.font.table.GlyfDescript
 
yellow - Static variable in class org.apache.batik.svggen.SVGColor
 
yShortVector - Static variable in class org.apache.batik.svggen.font.table.GlyfDescript
 
A B C D E F G H I J K L M N O P R S T U V W X Y 
Skip navigation links

Copyright © 2000–2020 Apache Software Foundation. All rights reserved.