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

AbstractTranscoder - Class in org.apache.batik.transcoder
This class can be the base class of a transcoder which may support transcoding hints and/or error handler.
AbstractTranscoder() - Constructor for class org.apache.batik.transcoder.AbstractTranscoder
Constructs a new AbstractTranscoder.
AbstractWMFPainter - Class in org.apache.batik.transcoder.wmf.tosvg
This class provides generic methods that must be used by a particular WMFPainter.
AbstractWMFPainter() - Constructor for class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
 
AbstractWMFReader - Class in org.apache.batik.transcoder.wmf.tosvg
This class provides a general framework to read WMF Metafiles.
AbstractWMFReader() - Constructor for class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
AbstractWMFReader(int, int) - Constructor for class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
AddElement(Object) - Method in class org.apache.batik.transcoder.wmf.tosvg.MetaRecord
when you are storing Integer-objects, consider using addElement( int ) instead.
addElement(int) - Method in class org.apache.batik.transcoder.wmf.tosvg.MetaRecord
helper method to add int-values.
addObject(WMFRecordStore, int, Object) - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
 
addObject(int, Object) - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
addObject(int, Object) - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Adds a GdiObject to the internal handle table.
addObjectAt(WMFRecordStore, int, Object, int) - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
 
addObjectAt(int, Object, int) - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Adds a GdiObject to the internal handle table.
addObjectAt(int, Object, int) - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Adds a GdiObject to the internal handle table.
addTranscodingHint(TranscodingHints.Key, Object) - Method in interface org.apache.batik.transcoder.Transcoder
Sets the value of a single preference for the transcoding process.
addTranscodingHint(TranscodingHints.Key, Object) - Method in class org.apache.batik.transcoder.TranscoderSupport
Sets the value of a single preference for the transcoding process.
ALTERNATE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
ANSI_CHARSET - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 

B

BLACKNESS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
BooleanKey - Class in org.apache.batik.transcoder.keys
A transcoding Key represented as a boolean.
BooleanKey() - Constructor for class org.apache.batik.transcoder.keys.BooleanKey
 
bottom - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
bReading - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
bReading - Variable in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
 
bReadingWMF - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
 
BRUSH - Static variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
 
BRUSH - Static variable in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
 
BS_DIBPATTERN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
BS_HATCHED - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
BS_HOLLOW - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
BS_NULL - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
BS_PATTERN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
BS_SOLID - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
bstr - Variable in class org.apache.batik.transcoder.wmf.tosvg.MetaRecord.ByteRecord
 
bufStream - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
 
builder - Variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
Current gvt builder

C

canIndent - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager
Whether the next markup can be indented.
charset - Variable in class org.apache.batik.transcoder.wmf.tosvg.WMFFont
 
CHARSET_ANSI - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
ANSI charset Java name, ie "ISO-8859-1" charset.
CHARSET_ARABIC - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
ARABIC charset Java name, ie "windows-1256" charset.
CHARSET_CHINESEBIG5 - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
CHINESEBIG5 charset Java name, ie "Big5" charset.
CHARSET_CYRILLIC - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
CYRILLIC charset Java name, ie "windows-1251" charset.
CHARSET_DEFAULT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
DEFAULT charset Java name, by default taken as "US-ASCII" charset.
CHARSET_EASTEUROPE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
EASTEUROPE charset Java name, ie "cp1250" charset.
CHARSET_GB2312 - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
GB2312 charset Java name, ie "GB2312" charset.
CHARSET_GREEK - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
GREEK charset Java name, ie "windows-1253" charset.
CHARSET_HANGUL - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
HANGUL charset Java name, ie "cp949" charset.
CHARSET_HEBREW - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
HEBREW charset Java name, ie "windows-1255" charset.
CHARSET_JOHAB - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
JOHAB charset Java name, ie "x-Johab" charset.
CHARSET_OEM - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
OEM charset Java name, ie "cp437" charset.
CHARSET_SHIFTJIS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
SHIFTJIS charset Java name, ie "Shift_JIS" charset.
CHARSET_THAI - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
THAI charset Java name, ie "cp874" charset.
CHARSET_TURKISH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
TURKISH charset Java name, ie "cp1254" charset.
CHARSET_VIETNAMESE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
VIETNAMESE charset Java name, ie "windows-1253" charset.
clear() - Method in class org.apache.batik.transcoder.wmf.tosvg.GdiObject
 
CLIP_CHARACTER_PRECIS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
CLIP_DEFAULT_PRECIS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
CLIP_LH_ANGLES - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
CLIP_MASK - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
CLIP_STROKE_PRECIS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
CLIP_TT_ALWAYS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
closeResource() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
 
column - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager
The current column.
computeAllowedScripts() - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Helper method.
containsKey(Object) - Method in class org.apache.batik.transcoder.TranscodingHints
Returns true if this TranscodingHints contains a mapping for the specified key, false otherwise.
createBridgeContext(SVGOMDocument) - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder
Factory method for constructing an configuring a BridgeContext so subclasses can insert new/modified bridges in the context.
createBridgeContext() - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder
Creates the default SVG 1.0/1.1 BridgeContext.
createBridgeContext(String) - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder
Creates the BridgeContext.
createDocument(TranscoderOutput) - Method in class org.apache.batik.transcoder.ToSVGAbstractTranscoder
Create an empty Document from a TranscoderOutput.
createDocumentFactory(DOMImplementation, String) - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder
Creates a DocumentFactory that is used to create an SVG DOM tree.
createDocumentFactory(DOMImplementation, String) - Method in class org.apache.batik.transcoder.XMLAbstractTranscoder
Creates the DocumentFactory used to create the DOM tree.
createImage(int, int) - Method in class org.apache.batik.transcoder.image.ImageTranscoder
Creates a new image with the specified dimension.
createImage(int, int) - Method in class org.apache.batik.transcoder.image.JPEGTranscoder
Creates a new ARGB image with the specified dimension.
createImage(int, int) - Method in class org.apache.batik.transcoder.image.PNGTranscoder
Creates a new ARGB image with the specified dimension.
createImage(int, int) - Method in class org.apache.batik.transcoder.image.TIFFTranscoder
Creates a new ARGB image with the specified dimension.
createRenderer() - Method in class org.apache.batik.transcoder.image.ImageTranscoder
Method so subclasses can modify the Renderer used to render document.
createUserAgent() - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder
 
ctx - Variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
Current bridge context
curAOI - Variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
Current area of interest.
currentHorizAlign - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
 
currentStore - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
 
currentVertAlign - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
 
curTxf - Variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
Transform needed to render the current area of interest

D

decodeString(WMFFont, byte[]) - Static method in class org.apache.batik.transcoder.wmf.tosvg.WMFUtilities
Decode a byte array in a string, using the charset of the given font.
DEFAULT_ALLOWED_SCRIPT_TYPES - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
Default value for the KEY_ALLOWED_SCRIPT_TYPES key
DEFAULT_CHARSET - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
DEFAULT_CHROMA - Static variable in class org.apache.batik.transcoder.image.PNGTranscoder
The default Primary Chromaticities for sRGB imagery.
DEFAULT_DEFAULT_FONT_FAMILY - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
Value used as a default for the default font-family hint
DEFAULT_ERROR_HANDLER - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The default error handler.
DEFAULT_INCH_VALUE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
number of inches default values
DEFAULT_PITCH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
DEFAULT_QUALITY - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
DefaultErrorHandler - Class in org.apache.batik.transcoder
A default ErrorHandler that throws a TranscoderException when a fatal error occured and display a message when a warning or an error occured.
DefaultErrorHandler() - Constructor for class org.apache.batik.transcoder.DefaultErrorHandler
 
delimiter - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager.AttributeInfo
The attribute value delimiter.
DIB_PAL_COLORS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
DIB_RGB_COLORS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
displayError(String) - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Displays the specified error message using the ErrorHandler.
displayError(Exception) - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Displays the specified error using the ErrorHandler.
displayMessage(String) - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Displays the specified message using the ErrorHandler.
DOCTYPE_CHANGE - Static variable in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
 
DOCTYPE_KEEP_UNCHANGED - Static variable in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
 
DOCTYPE_REMOVE - Static variable in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
 
doctypeOption - Variable in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
The doctype option.
document - Variable in class org.apache.batik.transcoder.TranscoderInput
The optional input as XML Document.
document - Variable in class org.apache.batik.transcoder.TranscoderOutput
The optional output as XML Document.
documentWidth - Variable in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
The document width.
DOMImplementationKey - Class in org.apache.batik.transcoder.keys
A transcoding Key represented as a DOMImplementation.
DOMImplementationKey() - Constructor for class org.apache.batik.transcoder.keys.DOMImplementationKey
 
DRAFT_QUALITY - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
DSTINVERT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 

E

ElementAt(int) - Method in class org.apache.batik.transcoder.wmf.tosvg.MetaRecord
if you dont really need the Integer-object from this method it is recommended to use the elementAt()-method instead, which returns an int.
elementAt(int) - Method in class org.apache.batik.transcoder.wmf.tosvg.MetaRecord
helper-method to return the plain int-value from the record and save the .intValue()-call at the caller's site.
EnsureCapacity(int) - Method in class org.apache.batik.transcoder.wmf.tosvg.MetaRecord
 
entityReferences - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager.AttributeInfo
Whether the attribute value contains entity references.
error(TranscoderException) - Method in class org.apache.batik.transcoder.DefaultErrorHandler
Invoked when an error occured while transcoding.
error(TranscoderException) - Method in interface org.apache.batik.transcoder.ErrorHandler
Invoked when an error occured while transcoding.
ERROR_INCOMPATIBLE_INPUT_TYPE - Static variable in class org.apache.batik.transcoder.ToSVGAbstractTranscoder
 
ERROR_INCOMPATIBLE_OUTPUT_TYPE - Static variable in class org.apache.batik.transcoder.ToSVGAbstractTranscoder
 
ERROR_NULL_INPUT - Static variable in class org.apache.batik.transcoder.ToSVGAbstractTranscoder
 
ErrorHandler - Interface in org.apache.batik.transcoder
This interface provides a way to catch errors and warnings from a Transcoder.
errorHandler - Variable in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
The error handler.
escape - Variable in class org.apache.batik.transcoder.wmf.tosvg.WMFFont
 
ETO_CLIPPED - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
ETO_OPAQUE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
ex - Variable in exception org.apache.batik.transcoder.TranscoderException
The enclosed exception.

F

fatalError(TranscoderException) - Method in class org.apache.batik.transcoder.DefaultErrorHandler
Invoked when an fatal error occured while transcoding.
fatalError(TranscoderException) - Method in interface org.apache.batik.transcoder.ErrorHandler
Invoked when an fatal error occured while transcoding.
fatalError(String, Object[]) - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Creates a transcoder exception.
FF_DECORATIVE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
FF_DONTCARE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
FF_MODERN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
FF_ROMAN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
FF_SCRIPT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
FF_SWISS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
FIXED_PITCH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
FloatKey - Class in org.apache.batik.transcoder.keys
A transcoding Key represented as a float.
FloatKey() - Constructor for class org.apache.batik.transcoder.keys.FloatKey
 
FONT - Static variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
 
font - Variable in class org.apache.batik.transcoder.wmf.tosvg.WMFFont
 
FONT - Static variable in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
 
forceTransparentWhite(BufferedImage, SinglePixelPackedSampleModel) - Method in class org.apache.batik.transcoder.image.ImageTranscoder
Converts an image so that viewers which do not support the alpha channel will see a white background (and not a black one).
format - Variable in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Whether the output must be formatted.
formatMessage(String, Object[]) - Static method in class org.apache.batik.transcoder.image.resources.Messages
Implements Localizable.formatMessage(String,Object[]).
formatText(char[], String, boolean) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Formats the given text.
functionId - Variable in class org.apache.batik.transcoder.wmf.tosvg.MetaRecord
 
FW_BLACK - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
FW_BOLD - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
FW_DONTCARE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
FW_NORMAL - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
FW_THIN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 

G

GdiObject - Class in org.apache.batik.transcoder.wmf.tosvg
Represents GDI Objects encountred in WMF Files.
get(Object) - Method in class org.apache.batik.transcoder.TranscodingHints
Returns the value to which the specified key is mapped.
getAlternateStyleSheet() - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns this user agent's alternate style-sheet title.
getAttributedString(Graphics2D, String, WMFFont) - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
 
getBottomUnits() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the bottom units in the WMF Metafile.
getCanvasGraphicsNode(GraphicsNode) - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder
 
getCharacterIterator(Graphics2D, String, WMFFont) - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
Create an AttributedCharacterIterator with the current definition of the WMF Font, and the input String.
getCharacterIterator(Graphics2D, String, WMFFont, int) - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
Create an AttributedCharacterIterator with the current definition of the WMF Font, and the input String.
getCurrentValue() - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Returns the current lexical unit value.
getDefaultFontFamily() - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns the default font family.
getDocument() - Method in class org.apache.batik.transcoder.TranscoderInput
Returns the input of this transcoder as a document or null if none was supplied.
getDocument() - Method in class org.apache.batik.transcoder.TranscoderOutput
Returns the output of this transcoder as a document or null if none was supplied.
getDocumentWidth() - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Returns whether the document width.
getErrorHandler() - Method in interface org.apache.batik.transcoder.Transcoder
Returns the error handler this transcoder uses to report warnings and errors, or null if any.
getErrorHandler() - Method in class org.apache.batik.transcoder.TranscoderSupport
Returns the error handler this transcoder uses to report warnings and errors, or null if any.
getException() - Method in exception org.apache.batik.transcoder.TranscoderException
Returns the original enclosed exception or null if any.
getFormat() - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Returns whether the output must be formatted.
getGraphics2D() - Method in class org.apache.batik.transcoder.ToSVGAbstractTranscoder
Get the SVGGraphics2D associated with this transcoder.
getHeightBoundsPixels() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
 
getHeightBoundsUnits() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
 
getHeightPixels() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the height of the WMF Metafile, in pixels.
getHeightUnits() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the height units in the WMF Metafile.
getHorizontalAlignment(int) - Static method in class org.apache.batik.transcoder.wmf.tosvg.WMFUtilities
Get the Horizontal Alignement for the Alignment property.
getID() - Method in class org.apache.batik.transcoder.wmf.tosvg.GdiObject
Return the identification of this GdiObject.
getImage(byte[], int, int) - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
Return the image associated with a bitmap in a Metafile.
getImage(byte[]) - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
Return the image associated with a bitmap in a Metafile.
getImageDimension(byte[]) - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
 
getInputStream() - Method in class org.apache.batik.transcoder.TranscoderInput
Returns the input of this transcoder as a byte stream or null if none was supplied.
getInstance() - Static method in class org.apache.batik.transcoder.wmf.tosvg.TextureFactory
Get the unique instance of the class.
getInstance(float) - Static method in class org.apache.batik.transcoder.wmf.tosvg.TextureFactory
Get the unique instance of the class, setting the scale of the pattern.
getLanguages() - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns the user language specified in the TranscodingHints or "en" (english) if any.
getLeftUnits() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the left units in the WMF Metafile.
getLocale() - Static method in class org.apache.batik.transcoder.image.resources.Messages
Implements Localizable.getLocale().
getMedia() - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns this user agent's CSS media.
getMessage() - Method in exception org.apache.batik.transcoder.TranscoderException
Returns the message of this exception.
getMetaFileUnitsPerInch() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the number of Metafile units per inch in the WMF Metafile.
getNewline() - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Returns the newline characters.
getNumObjects() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Returns the number of GdiObjects in the handle table
getNumObjects() - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns the number of GdiObjects in the handle table
getNumRecords() - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns a number of records in the image
getNumRecords() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
Returns a number of records in the image
getObject(int) - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Returns a GdiObject from the handle table
getObject() - Method in class org.apache.batik.transcoder.wmf.tosvg.GdiObject
Return the Object associated with this GdiObject.
getObject(int) - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns a GdiObject from the handle table
getOutputStream() - Method in class org.apache.batik.transcoder.TranscoderOutput
Returns the output of this transcoder as a byte stream or null if none was supplied.
getPixelsPerUnit() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Return the number of pixels per unit.
getPixelUnitToMillimeter() - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns the pixel to millimeter conversion factor specified in the TranscodingHints or 0.26458333 if not specified.
getReader() - Method in class org.apache.batik.transcoder.TranscoderInput
Returns the input of this transcoder as a character stream or null if none was supplied.
getRecord(int) - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns a meta record.
getRecord(int) - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
Returns a meta record.
getRecordStore() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
Returns the WMFRecordStore this WMFPainter renders
getRecordStore() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFPainter
Returns the WMFRecordStore this WMFPainter renders
getRectangleInch() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the Rectangle defining the viewport of the WMF Metafile, in inchs.
getRectanglePixel() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the Rectangle defining the viewport of the WMF Metafile, in pixels.
getRectangleUnits() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the Rectangle defining the viewport of the WMF Metafile, in Metafile units.
getRightUnits() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the right units in the WMF Metafile.
getScriptSecurity(String, ParsedURL, ParsedURL) - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns the security settings for the given script type, script url and document url
getStream() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
Get the associated stream.
getTabulationWidth() - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Returns whether the tabulation width.
getTexture(int) - Method in class org.apache.batik.transcoder.wmf.tosvg.TextureFactory
Get a texture from a WMF hatch definition (in black Color).
getTexture(int, Color) - Method in class org.apache.batik.transcoder.wmf.tosvg.TextureFactory
Get a texture from a WMF hatch definition, with a foreground color.
getTexture(int, Color, Color) - Method in class org.apache.batik.transcoder.wmf.tosvg.TextureFactory
Get a texture from a WMF hatch definition, with a foreground and a background color.
getTopUnits() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the top units in the WMF Metafile.
getTranscodingHints() - Method in interface org.apache.batik.transcoder.Transcoder
Returns the transcoding hints of this transcoder.
getTranscodingHints() - Method in class org.apache.batik.transcoder.TranscoderSupport
Returns a copy of the transcoding hints of this transcoder.
getTransform() - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Return the rendering transform.
getType() - Method in class org.apache.batik.transcoder.wmf.tosvg.GdiObject
Return the type of this GdiObject.
getUnitsToPixels() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the factor to transform Metafile dimensions in pixels
getURI() - Method in class org.apache.batik.transcoder.TranscoderInput
Returns the input of this transcoder as a URI or null if none was supplied.
getURI() - Method in class org.apache.batik.transcoder.TranscoderOutput
Returns the output of this transcoder as a URI or null if none was supplied.
getUrl() - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns the current URL
getUrl() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
Returns the current URL
getUserAgent() - Method in class org.apache.batik.transcoder.image.PNGTranscoder
 
getUserAgent() - Method in class org.apache.batik.transcoder.image.TIFFTranscoder
 
getUserStyleSheetURI() - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns the user stylesheet specified in the TranscodingHints or null if any.
getValue() - Method in class org.apache.batik.transcoder.svg2svg.SVGTranscoder.DoctypeValue
 
getValue() - Method in class org.apache.batik.transcoder.svg2svg.SVGTranscoder.NewlineValue
 
getVerticalAlignment(int) - Static method in class org.apache.batik.transcoder.wmf.tosvg.WMFUtilities
Get the Vertical Alignement for the Alignment property.
getViewportHeightInch() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Returns the viewport height, in inches.
getViewportHeightUnits() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Returns the viewport height, in Metafile Units
getViewportSize() - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns the default size of this user agent (400x400).
getViewportWidthInch() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Returns the viewport width, in inches.
getViewportWidthUnits() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Returns the viewport width, in Metafile Units
getVpH() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Returns the viewport height, in pixels.
getVpH() - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns the viewport height
getVpHFactor() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the factor to transform logical units height in pixels
getVpW() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Returns the viewport width, in pixels.
getVpW() - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns the viewport width
getVpWFactor() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the factor to transform logical units width in pixels
getVpX() - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns the viewport x origin
getVpX() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
Returns the viewport x origin
getVpY() - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Returns the viewport y origin
getVpY() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
Returns the viewport y origin
getWidthBoundsPixels() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
 
getWidthBoundsUnits() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
 
getWidthPixels() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the width of the WMF Metafile, in pixels.
getWidthUnits() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
get the width units in the WMF Metafile.
getWriter() - Method in class org.apache.batik.transcoder.TranscoderOutput
Returns the output of this transcoder as a character stream or null if none was supplied.
getXMLFilter() - Method in class org.apache.batik.transcoder.TranscoderOutput
Returns the output of this transcoder as a XML filter or null if none was supplied.
getXMLParserClassName() - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns the XML parser to use from the TranscodingHints.
getXMLReader() - Method in class org.apache.batik.transcoder.TranscoderInput
Returns the XML reader of this transcoder or null if none was supplied.
getXOffset() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
 
getXSign() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Return the sign of X coordinates.
getYOffset() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
 
getYSign() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Return the sign of Y coordinates.

H

handler - Variable in class org.apache.batik.transcoder.TranscoderSupport
The error handler used to report warnings and errors.
handleValueError(String, String) - Static method in class org.apache.batik.transcoder.print.PrintTranscoder
 
height - Variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
Image's width and height (init to 400x400).
height - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
hints - Variable in class org.apache.batik.transcoder.TranscoderSupport
The transcoding hints.
HS_BDIAGONAL - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
HS_CROSS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
HS_DIAGCROSS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
HS_FDIAGONAL - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
HS_HORIZONTAL - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
HS_VERTICAL - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 

I

ImageTranscoder - Class in org.apache.batik.transcoder.image
This class enables to transcode an input to an image of any format.
ImageTranscoder() - Constructor for class org.apache.batik.transcoder.image.ImageTranscoder
Constructs a new ImageTranscoder.
inch - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
INCH_TO_MM - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
conversion from inches to Millimeters
IntegerKey - Class in org.apache.batik.transcoder.keys
A transcoding Key represented as an int.
IntegerKey() - Constructor for class org.apache.batik.transcoder.keys.IntegerKey
 
isAldus - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
isAttribute(String) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager.AttributeInfo
Tells whether the name of the attribute represented by this class equals the given string.
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.keys.BooleanKey
 
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.keys.DOMImplementationKey
 
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.keys.FloatKey
 
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.keys.IntegerKey
 
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.keys.LengthKey
 
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.keys.PaintKey
 
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.keys.Rectangle2DKey
 
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.keys.StringKey
 
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.svg2svg.SVGTranscoder.DoctypeKey
 
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.svg2svg.SVGTranscoder.NewlineKey
 
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.TranscodingHints.Key
Returns true if the specified object is a valid value for this key, false otherwise.
isotropic - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
isReading() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
istream - Variable in class org.apache.batik.transcoder.TranscoderInput
The optional input has a byte stream.
isUsed() - Method in class org.apache.batik.transcoder.wmf.tosvg.GdiObject
Return true if this GdiObject is used.
isWhiteSpace(char[]) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Tells whether the given character represents white spaces.
isXMLParserValidating() - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns true if the XML parser must be in validation mode, false otherwise.
italic - Variable in class org.apache.batik.transcoder.wmf.tosvg.WMFFont
 

J

JPEGTranscoder - Class in org.apache.batik.transcoder.image
This class is an ImageTranscoder that produces a JPEG image.
JPEGTranscoder() - Constructor for class org.apache.batik.transcoder.image.JPEGTranscoder
Constructs a new transcoder that produces jpeg images.

K

KEY_ALLOWED_SCRIPT_TYPES - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The set of supported script languages (i.e., the set of possible values for the <script> tag's type attribute).
KEY_ALTERNATE_STYLESHEET - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The alternate stylesheet key.
KEY_AOI - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The area of interest key.
KEY_AOI_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_BACKGROUND_COLOR - Static variable in class org.apache.batik.transcoder.image.ImageTranscoder
The image background paint key.
KEY_COMPRESSION_METHOD - Static variable in class org.apache.batik.transcoder.image.TIFFTranscoder
The compression method for the image.
KEY_CONSTRAIN_SCRIPT_ORIGIN - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
Controls whether or not scripts can only be loaded from the same location as the document which references them.
KEY_DEFAULT_FONT_FAMILY - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The default font-family key.
KEY_DOCTYPE - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The key to specify the doctype option.
KEY_DOCUMENT_ELEMENT - Static variable in class org.apache.batik.transcoder.XMLAbstractTranscoder
Document element key.
KEY_DOCUMENT_ELEMENT_NAMESPACE_URI - Static variable in class org.apache.batik.transcoder.XMLAbstractTranscoder
Document element namespace URI key.
KEY_DOCUMENT_WIDTH - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The key to specify the document width.
KEY_DOM_IMPLEMENTATION - Static variable in class org.apache.batik.transcoder.XMLAbstractTranscoder
DOM Implementation key.
KEY_ESCAPED - Static variable in class org.apache.batik.transcoder.ToSVGAbstractTranscoder
 
KEY_EXECUTE_ONLOAD - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The 'onload' execution key.
KEY_FORCE_TRANSPARENT_WHITE - Static variable in class org.apache.batik.transcoder.image.ImageTranscoder
The forceTransparentWhite key.
KEY_FORCE_TRANSPARENT_WHITE - Static variable in class org.apache.batik.transcoder.image.TIFFTranscoder
The forceTransparentWhite key.
KEY_FORMAT - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The key to specify whether to format the input.
KEY_GAMMA - Static variable in class org.apache.batik.transcoder.image.PNGTranscoder
The gamma correction key.
KEY_HEIGHT - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The image height key.
KEY_HEIGHT - Static variable in class org.apache.batik.transcoder.ToSVGAbstractTranscoder
 
KEY_HEIGHT_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_INDEXED - Static variable in class org.apache.batik.transcoder.image.PNGTranscoder
The color indexed image key to specify number of colors used in palette.
KEY_INPUT_HEIGHT - Static variable in class org.apache.batik.transcoder.ToSVGAbstractTranscoder
 
KEY_INPUT_WIDTH - Static variable in class org.apache.batik.transcoder.ToSVGAbstractTranscoder
 
KEY_LANGUAGE - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The language key.
KEY_LANGUAGE_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_MARGIN_BOTTOM - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
The marginBottom key.
KEY_MARGIN_BOTTOM_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_MARGIN_LEFT - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
The marginLeft key.
KEY_MARGIN_LEFT_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_MARGIN_RIGHT - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
The marginRight key.
KEY_MARGIN_RIGHT_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_MARGIN_TOP - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
The marginTop key.
KEY_MARGIN_TOP_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_MAX_HEIGHT - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The maximux height of the image key.
KEY_MAX_WIDTH - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The maximum width of the image key.
KEY_MEDIA - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The media key.
KEY_NEWLINE - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The key to specify the newline character sequence.
KEY_PAGE_HEIGHT - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
The pageHeight key.
KEY_PAGE_HEIGHT_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_PAGE_ORIENTATION - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
The pageOrientation key.
KEY_PAGE_ORIENTATION_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_PAGE_WIDTH - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
The pageWidth key.
KEY_PAGE_WIDTH_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_PIXEL_TO_MM - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
Deprecated.
As of Batik Version 1.5b3
KEY_PIXEL_TO_MM_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_PIXEL_UNIT_TO_MILLIMETER - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The number of millimeters in each pixel key.
KEY_PUBLIC_ID - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The key to specify the public id.
KEY_QUALITY - Static variable in class org.apache.batik.transcoder.image.JPEGTranscoder
The encoder quality factor key.
KEY_SCALE_TO_PAGE - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
The scaleToPage key.
KEY_SCALE_TO_PAGE_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_SHOW_PAGE_DIALOG - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
The showPageDialog key.
KEY_SHOW_PAGE_DIALOG_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_SHOW_PRINTER_DIALOG - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
The showPrinterDialog key.
KEY_SHOW_PRINTER_DIALOG_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_SNAPSHOT_TIME - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The snapshot time key.
KEY_SYSTEM_ID - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The key to specify the system id.
KEY_TABULATION_WIDTH - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The key to specify the tabulation width.
KEY_USER_STYLESHEET_URI - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The user stylesheet URI key.
KEY_USER_STYLESHEET_URI_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_WIDTH - Static variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The image width key.
KEY_WIDTH - Static variable in class org.apache.batik.transcoder.ToSVGAbstractTranscoder
 
KEY_WIDTH_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_XML_DECLARATION - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The key to specify the XML declaration option.
KEY_XML_PARSER_CLASSNAME - Static variable in class org.apache.batik.transcoder.XMLAbstractTranscoder
XML parser classname key.
KEY_XML_PARSER_CLASSNAME_STR - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
KEY_XML_PARSER_VALIDATING - Static variable in class org.apache.batik.transcoder.XMLAbstractTranscoder
The validation mode of the XML parser.
KEY_XOFFSET - Static variable in class org.apache.batik.transcoder.ToSVGAbstractTranscoder
 
KEY_YOFFSET - Static variable in class org.apache.batik.transcoder.ToSVGAbstractTranscoder
 

L

lastObjectIdx - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
lastObjectIdx - Variable in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
 
left - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
LengthKey - Class in org.apache.batik.transcoder.keys
A transcoding Key represented as a length.
LengthKey() - Constructor for class org.apache.batik.transcoder.keys.LengthKey
 
level - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager
The indentation level.
line - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager
The current line.
lineAttributes - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager
Whether the attribute layout must be done on a single line.
localizableSupport - Static variable in class org.apache.batik.transcoder.image.resources.Messages
The localizable support for the error messages.

M

main(String[]) - Static method in class org.apache.batik.transcoder.print.PrintTranscoder
 
main(String[]) - Static method in class org.apache.batik.transcoder.wmf.tosvg.WMFTranscoder
Unit testing : Illustrates how the transcoder might be used.
margin - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager
The margin.
MERGEPAINT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
Messages - Class in org.apache.batik.transcoder.image.resources
This class manages the message for the image transcoder module.
Messages() - Constructor for class org.apache.batik.transcoder.image.resources.Messages
This class does not need to be instantiated.
META_ALDUS_APM - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_ANIMATEPALETTE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_ARC - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_BITBLT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_BLACKNESS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
new constant for PATBLT.
META_CHARSET_ANSI - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
ANSI charset WMF ID.
META_CHARSET_ARABIC - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
ARABIC charset WMF ID.
META_CHARSET_CHINESEBIG5 - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
CHINESEBIG5 charset WMF ID.
META_CHARSET_DEFAULT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
DEFAULT charset WMF ID.
META_CHARSET_EASTEUROPE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
EASTEUROPE charset WMF ID.
META_CHARSET_GB2312 - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
GB2312 charset WMF ID.
META_CHARSET_GREEK - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
GREEK charset WMF ID.
META_CHARSET_HANGUL - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
HANGUL charset WMF ID.
META_CHARSET_HEBREW - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
HEBREW charset WMF ID.
META_CHARSET_JOHAB - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
JOHAB charset WMF ID.
META_CHARSET_OEM - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
OEM charset WMF ID.
META_CHARSET_RUSSIAN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
RUSSIAN (CYRILLIC) charset WMF ID.
META_CHARSET_SHIFTJIS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
SHIFTJIS charset WMF ID.
META_CHARSET_SYMBOL - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
SYMBOL charset WMF ID.
META_CHARSET_THAI - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
THAI charset WMF ID.
META_CHARSET_TURKISH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
TURKISH charset WMF ID.
META_CHARSET_VIETNAMESE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
VIETNAMESE charset WMF ID.
META_CHORD - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_CREATEBITMAP - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_CREATEBITMAPINDIRECT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_CREATEBRUSH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_CREATEBRUSHINDIRECT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_CREATEFONTINDIRECT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_CREATEPALETTE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_CREATEPATTERNBRUSH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_CREATEPENINDIRECT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_CREATEREGION - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_DELETEOBJECT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_DIBBITBLT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_DIBCREATEPATTERNBRUSH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_DIBSTRETCHBLT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_DRAWTEXT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_DSTINVERT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
new constant for PATBLT.
META_ELLIPSE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_ESCAPE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_EXCLUDECLIPRECT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_EXTFLOODFILL - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_EXTTEXTOUT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_FILLREGION - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_FLOODFILL - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_FRAMEREGION - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_INTERSECTCLIPRECT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_INVERTREGION - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_LINETO - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_MOVETO - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_ANSI_FIXED_FONT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_ANSI_VAR_FONT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_BLACK_BRUSH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_BLACK_PEN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_DEFAULT_PALETTE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_DEVICE_DEFAULT_FONT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_DKGRAY_BRUSH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_GRAY_BRUSH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_HOLLOW_BRUSH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_LTGRAY_BRUSH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_NULL_BRUSH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_NULL_PEN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_OEM_FIXED_FONT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_SYSTEM_FIXED_FONT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_SYSTEM_FONT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_WHITE_BRUSH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_WHITE_PEN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OFFSETCLIPRGN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OFFSETVIEWPORTORG - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OFFSETWINDOWORG - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_PAINTREGION - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_PATBLT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_PATCOPY - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
new constant for PATBLT.
META_PATINVERT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
new constant for PATBLT.
META_PIE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_POLYBEZIER16 - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_POLYGON - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_POLYLINE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_POLYPOLYGON - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_PS_DASH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_PS_DASHDOT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_PS_DASHDOTDOT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_PS_DOT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_PS_INSIDEFRAME - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_PS_NULL - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_PS_SOLID - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_REALIZEPALETTE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_RECTANGLE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_RESIZEPALETTE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_RESTOREDC - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_ROUNDRECT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SAVEDC - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SCALEVIEWPORTEXT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SCALEWINDOWEXT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SELECTCLIPREGION - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SELECTOBJECT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SELECTPALETTE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETBKCOLOR - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETBKMODE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETDIBTODEV - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETLAYOUT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETMAPMODE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETMAPPERFLAGS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETPALENTRIES - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETPIXEL - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETPOLYFILLMODE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETRELABS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETROP2 - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETSTRETCHBLTMODE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETTEXTALIGN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETTEXTCHAREXTRA - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETTEXTCOLOR - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETTEXTJUSTIFICATION - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETVIEWPORTEXT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETVIEWPORTORG - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETWINDOWEXT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETWINDOWORG - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETWINDOWORG_EX - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_STRETCHBLT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_STRETCHDIB - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_TEXTOUT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_WHITENESS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
new constant for PATBLT.
MetaRecord - Class in org.apache.batik.transcoder.wmf.tosvg
This is used to keep data while processing WMF-files.
MetaRecord() - Constructor for class org.apache.batik.transcoder.wmf.tosvg.MetaRecord
 
MetaRecord.ByteRecord - Class in org.apache.batik.transcoder.wmf.tosvg
A record that contain byte arrays elements.
MetaRecord.ByteRecord(byte[]) - Constructor for class org.apache.batik.transcoder.wmf.tosvg.MetaRecord.ByteRecord
 
MetaRecord.StringRecord - Class in org.apache.batik.transcoder.wmf.tosvg
 
MetaRecord.StringRecord(String) - Constructor for class org.apache.batik.transcoder.wmf.tosvg.MetaRecord.StringRecord
 
MM_ANISOTROPIC - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
MM_HIENGLISH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
MM_HIMETRIC - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
MM_HITWIPS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
MM_ISOTROPIC - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
MM_LOENGLISH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
MM_LOMETRIC - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
MM_PER_PIXEL - Static variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
MM_TEXT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
mtHeaderSize - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
mtMaxRecord - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
mtNoObjects - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
mtNoParameters - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
mtSize - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
mtType - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
mtVersion - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 

N

name - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager.AttributeInfo
The attribute name.
name - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager.NameInfo
The name.
newline - Variable in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
The newline characters.
newlines(char[]) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Returns the number of newlines in the given char array.
NOTSRCCOPY - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
NOTSRCERASE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
NULL_BRUSH - Static variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
 
NULL_BRUSH - Static variable in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
 
NULL_PEN - Static variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
 
NULL_PEN - Static variable in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
 
numObjects - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
numObjects - Variable in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
 
numPoints - Variable in class org.apache.batik.transcoder.wmf.tosvg.MetaRecord
 
numRecords - Variable in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
 
numRecords - Variable in class org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
 

O

OBJ_BITMAP - Static variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
 
OBJ_BITMAP - Static variable in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
 
OBJ_REGION - Static variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
 
OBJ_REGION - Static variable in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
 
objectVector - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
objectVector - Variable in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
 
OEM_CHARSET - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
OPAQUE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
org.apache.batik.transcoder - package org.apache.batik.transcoder
Contains all of the interfaces for transcoding an input stream or a document to a particular ouput format.
org.apache.batik.transcoder.image - package org.apache.batik.transcoder.image
Provides transcoders for transcoding a SVG document fragment to an image.
org.apache.batik.transcoder.image.resources - package org.apache.batik.transcoder.image.resources
 
org.apache.batik.transcoder.keys - package org.apache.batik.transcoder.keys
 
org.apache.batik.transcoder.print - package org.apache.batik.transcoder.print
 
org.apache.batik.transcoder.svg2svg - package org.apache.batik.transcoder.svg2svg
 
org.apache.batik.transcoder.wmf - package org.apache.batik.transcoder.wmf
 
org.apache.batik.transcoder.wmf.tosvg - package org.apache.batik.transcoder.wmf.tosvg
Contains all of the interfaces for transcoding WMF Metafiles to SVG.
orientation - Variable in class org.apache.batik.transcoder.wmf.tosvg.WMFFont
 
ostream - Variable in class org.apache.batik.transcoder.TranscoderOutput
The optional output has a byte stream.
OUT_CHARACTER_PRECIS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
OUT_DEFAULT_PRECIS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
OUT_DEVICE_PRECIS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
OUT_RASTER_PRECIS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
OUT_STRING_PRECIS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
OUT_STROKE_PRECIS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
OUT_TT_PRECIS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
output - Variable in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
The output manager.
OutputManager - Class in org.apache.batik.transcoder.svg2svg
This class is responsible of the output of XML constructs.
OutputManager(PrettyPrinter, Writer) - Constructor for class org.apache.batik.transcoder.svg2svg.OutputManager
Creates a new output manager.
OutputManager.AttributeInfo - Class in org.apache.batik.transcoder.svg2svg
To store the informations about an attribute.
OutputManager.AttributeInfo(char[], char[], char[], char[], String, char, boolean) - Constructor for class org.apache.batik.transcoder.svg2svg.OutputManager.AttributeInfo
Creates a new AttributeInfo.
OutputManager.NameInfo - Class in org.apache.batik.transcoder.svg2svg
To store the informations about a name.
OutputManager.NameInfo(char[], char[], char[]) - Constructor for class org.apache.batik.transcoder.svg2svg.OutputManager.NameInfo
Creates a new NameInfo.

P

paint(Graphics) - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFPainter
Renders the WMF image(s).
PaintKey - Class in org.apache.batik.transcoder.keys
A transcoding Key represented as a background paint.
PaintKey() - Constructor for class org.apache.batik.transcoder.keys.PaintKey
 
PALETTE - Static variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
 
PALETTE - Static variable in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
 
PATCOPY - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
PATINVERT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
PATPAINT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
PEN - Static variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
 
PEN - Static variable in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
 
PIXEL_PER_INCH - Static variable in class org.apache.batik.transcoder.ToSVGAbstractTranscoder
 
PIXEL_PER_INCH - Static variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
PIXEL_TO_MILLIMETERS - Static variable in class org.apache.batik.transcoder.ToSVGAbstractTranscoder
 
PNGTranscoder - Class in org.apache.batik.transcoder.image
This class is an ImageTranscoder that produces a PNG image.
PNGTranscoder() - Constructor for class org.apache.batik.transcoder.image.PNGTranscoder
Constructs a new transcoder that produces png images.
PNGTranscoder.WriteAdapter - Interface in org.apache.batik.transcoder.image
This interface is used by PNGTranscoder to write PNG images through different codecs.
prettyPrint(Reader, Writer) - Method in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
Pretty print the given reader.
prettyPrinter - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager
The pretty printer.
PrettyPrinter - Class in org.apache.batik.transcoder.svg2svg
This class represents an SVG source files pretty-printer.
PrettyPrinter() - Constructor for class org.apache.batik.transcoder.svg2svg.PrettyPrinter
 
print() - Method in class org.apache.batik.transcoder.print.PrintTranscoder
Convenience method
print(Graphics, PageFormat, int) - Method in class org.apache.batik.transcoder.print.PrintTranscoder
Printable implementation
print(Reader, Writer) - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Prints an SVG document from the given reader to the given writer.
printAttlist() - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Prints an ATTLIST declaration.
printAttlistEnd(char[]) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Prints an attribute list declaration end.
printAttlistStart(char[], char[]) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Prints an attribute list declaration start.
printAttName(char[], char[], char[]) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Prints an attribute declaration start.
printCDATASection(char[]) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Prints a CDATA section.
printCharacter(char) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Prints a single character.
printCharacterData(char[], boolean, boolean) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Prints the character data of an element content.
printCharacterEntityReference(char[], boolean, boolean) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Prints a character entity reference.
printCharacters(char[]) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Prints a char array.
printChildren() - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Prints the children of an element declaration.
printComment(char[]) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Prints a comment.
printContent(boolean) - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Prints the content of an element.
printDoctype() - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Prints the doctype.
printDoctypeEnd(char[]) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Prints the portion of the doctype after ']'.
printDoctypeStart(char[], char[], char[], String, char[], char[], char, char[], char[], char, char[]) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Prints the portion of the doctype before '['.
printElement() - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Prints an element.
printElementDeclaration() - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Prints an element declaration.
printElementEnd(char[], char[]) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Prints the end of an element.
printElementStart(char[], List, char[]) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Prints the start of an element.
printEntityDeclaration() - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Prints an entity declaration.
printEntityReference(char[], boolean) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Prints an entity reference.
printEnumeration(List) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Prints an enumeration.
printNewline() - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Prints a newline.
printNotation(char[], char[], char[], String, char[], char[], char, char[], char[], char, char[]) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Prints a notation declaration.
printNotation() - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Prints a notation declaration.
printParameterEntityReference(char[]) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Prints a parameter entity reference.
printPI(char[], char[], char[]) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Prints a processing instruction.
printPI() - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Prints a processing instruction.
printSpaces(char[], boolean) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Prints white spaces.
printString(String) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Prints a string.
printTopSpaces(char[]) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Prints top level white spaces.
PrintTranscoder - Class in org.apache.batik.transcoder.print
This class is a Transcoder that prints SVG images.
PrintTranscoder() - Constructor for class org.apache.batik.transcoder.print.PrintTranscoder
Constructs a new transcoder that prints images.
printXMLDecl(char[], char[], char[], char[], char, char[], char[], char[], char[], char, char[], char[], char[], char[], char, char[]) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Prints an XML declaration.
printXMLDecl() - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Prints the XML declaration.
PROOF_QUALITY - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
publicId - Variable in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
The public id.
put(Object, Object) - Method in class org.apache.batik.transcoder.TranscodingHints
Maps the specified key to the specified value in this TranscodingHints object.
putAll(TranscodingHints) - Method in class org.apache.batik.transcoder.TranscodingHints
Copies all of the keys and corresponding values from the specified TranscodingHints object to this TranscodingHints object.
putAll(Map) - Method in class org.apache.batik.transcoder.TranscodingHints
Copies all of the mappings from the specified Map to this TranscodingHints.

R

R2_BLACK - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
R2_COPYPEN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
R2_MASKNOTPENNOT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
R2_MASKPEN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
R2_MASKPENNOT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
R2_MERGENOTPEN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
R2_MERGEPEN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
R2_MERGEPENNOT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
R2_NOP - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
R2_NOT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
R2_NOTCOPYPEN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
R2_NOTMASKPEN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
R2_NOTMERGEPEN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
R2_NOTXORPEN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
R2_WHITE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
R2_XORPEN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
read(DataInputStream) - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Reads the WMF file from the specified Stream, read it and set the following properties: AbstractWMFReader.mtType : File type (0 : memory, 1 : disk) AbstractWMFReader.mtHeaderSize : Size of header in WORDS (always 9) AbstractWMFReader.mtVersion : Version of Microsoft Windows used AbstractWMFReader.mtSize : Total size of the metafile in WORDs AbstractWMFReader.mtNoObjects : Number of objects in the file AbstractWMFReader.mtMaxRecord : The size of largest record in WORDs AbstractWMFReader.mtNoParameters : Not Used (always 0) If the file contains an APM (aldus placeable header), this method read these additionnal properties : AbstractWMFReader.left : Left coordinate in metafile units AbstractWMFReader.right : Right coordinate in metafile units AbstractWMFReader.top : Top coordinate in metafile units AbstractWMFReader.bottom : Bottom coordinate in metafile units AbstractWMFReader.inch : Number of metafile units per inch
read(DataInputStream) - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Reads the Wmf file from the specified Stream.
reader - Variable in class org.apache.batik.transcoder.TranscoderInput
The optional input as a character stream.
readInt(DataInputStream) - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Read the next int (4 bytes) value in the DataInputStream.
readRecords(DataInputStream) - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Read this InputStream records.
readRecords(DataInputStream) - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
 
readRecords(DataInputStream) - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
Reads the WMF file from the specified Stream.
readShort(DataInputStream) - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
Read the next short (2 bytes) value in the DataInputStream.
records - Variable in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
 
records - Variable in class org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
 
RecordStore - Class in org.apache.batik.transcoder.wmf.tosvg
Deprecated.
jan '07 : this class is not used anywhere in Batik, it might be removed in the future. Probably WMFRecordStore is what you need.
RecordStore() - Constructor for class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
 
Rectangle2DKey - Class in org.apache.batik.transcoder.keys
A transcoding Key represented as a rectangle.
Rectangle2DKey() - Constructor for class org.apache.batik.transcoder.keys.Rectangle2DKey
 
remove(Object) - Method in class org.apache.batik.transcoder.TranscodingHints
Removes the key and its corresponding value from this TranscodingHints object.
removeTranscodingHint(TranscodingHints.Key) - Method in interface org.apache.batik.transcoder.Transcoder
Removes the value of a single preference for the transcoding process.
removeTranscodingHint(TranscodingHints.Key) - Method in class org.apache.batik.transcoder.TranscoderSupport
Removes the value of a single preference for the transcoding process.
reset() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
resets this WMFReader.
reset() - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Resets the internal storage and viewport coordinates.
reset() - Method in class org.apache.batik.transcoder.wmf.tosvg.TextureFactory
Rest the factory.
reset() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
Resets the internal storage and viewport coordinates.
reset() - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
Resets the internal storage and viewport coordinates.
RESOURCES - Static variable in class org.apache.batik.transcoder.image.resources.Messages
The error messages bundle class name.
right - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
root - Variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
Current GVT Tree, i.e., the GVT tree representing the page being printed currently.

S

scaleX - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
scaleXY - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
scaleY - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
scanner - Variable in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
The document scanner.
scripts - Variable in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Vector containing the allowed script types
setDoctypeOption(int) - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Sets the doctype option.
setDocument(Document) - Method in class org.apache.batik.transcoder.TranscoderInput
Sets the input of this transcoder input with the specified document.
setDocument(Document) - Method in class org.apache.batik.transcoder.TranscoderOutput
Sets the output of this transcoder output with the specified document.
setDocumentWidth(int) - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Sets the document width.
setErrorHandler(ErrorHandler) - Method in interface org.apache.batik.transcoder.Transcoder
Sets the error handler this transcoder may use to report warnings and errors.
setErrorHandler(ErrorHandler) - Method in class org.apache.batik.transcoder.TranscoderSupport
Sets the error handler this transcoder may use to report warnings and errors.
setFile(File) - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
Creates the properties associated file.
setFormat(boolean) - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Sets the format attribute.
setImageSize(float, float) - Method in class org.apache.batik.transcoder.print.PrintTranscoder
Sets document size according to the hints.
setImageSize(float, float) - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder
Sets document size according to the hints.
setInputStream(InputStream) - Method in class org.apache.batik.transcoder.TranscoderInput
Sets the input of this transcoder input with the specified byte stream.
setLocale(Locale) - Static method in class org.apache.batik.transcoder.image.resources.Messages
Implements Localizable.setLocale(Locale).
setNewline(String) - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Sets the newline characters.
setOutputStream(OutputStream) - Method in class org.apache.batik.transcoder.TranscoderOutput
Sets the output of this transcoder output with the specified byte stream.
setPublicId(String) - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Sets the public ID.
setReader(Reader) - Method in class org.apache.batik.transcoder.TranscoderInput
Sets the input of this transcoder input with the specified character stream.
setReading(boolean) - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
setRecordStore(WMFRecordStore) - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
Sets the WMFRecordStore this WMFPainter should use to render
setSystemId(String) - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Sets the system ID.
setTabulationWidth(int) - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Sets the tabulation width.
setTranscoderBooleanHint(Transcoder, String, TranscodingHints.Key) - Static method in class org.apache.batik.transcoder.print.PrintTranscoder
 
setTranscoderFloatHint(Transcoder, String, TranscodingHints.Key) - Static method in class org.apache.batik.transcoder.print.PrintTranscoder
 
setTranscoderRectangleHint(Transcoder, String, TranscodingHints.Key) - Static method in class org.apache.batik.transcoder.print.PrintTranscoder
 
setTranscoderStringHint(Transcoder, String, TranscodingHints.Key) - Static method in class org.apache.batik.transcoder.print.PrintTranscoder
 
setTranscodingHints(Map) - Method in interface org.apache.batik.transcoder.Transcoder
Replaces the values of all preferences for the transcoding algorithms with the specified hints.
setTranscodingHints(TranscodingHints) - Method in interface org.apache.batik.transcoder.Transcoder
Sets the values of all preferences for the transcoding algorithms with the specified hints.
setTranscodingHints(Map) - Method in class org.apache.batik.transcoder.TranscoderSupport
Replaces the values of all preferences for the transcoding algorithms with the specified hints.
setTranscodingHints(TranscodingHints) - Method in class org.apache.batik.transcoder.TranscoderSupport
Sets the values of all preferences for the transcoding algorithms with the specified hints.
setTransform(AffineTransform) - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Return the rendering transform.
Setup(int, Object) - Method in class org.apache.batik.transcoder.wmf.tosvg.GdiObject
Setup this Object, which means that it is used and associated with an Object.
setURI(String) - Method in class org.apache.batik.transcoder.TranscoderInput
Sets the input of this transcoder input with the specified URI.
setURI(String) - Method in class org.apache.batik.transcoder.TranscoderOutput
Sets the output of this transcoder output with the specified URI.
setUrl(URL) - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Sets the current URL
setUrl(URL) - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
Sets the current URL
setVpH(int) - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Sets the viewport height
setVpW(int) - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Sets the viewport width
setVpX(int) - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Sets the viewport x origin
setVpX(float) - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
Sets the viewport x origin
setVpY(int) - Method in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
Sets the viewport y origin
setVpY(float) - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
Sets the viewport y origin
setWriter(Writer) - Method in class org.apache.batik.transcoder.TranscoderOutput
Sets the output of this transcoder output with the specified character stream.
setXMLDeclaration(String) - Method in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
Sets the XML declaration text.
setXMLFilter(XMLFilter) - Method in class org.apache.batik.transcoder.TranscoderOutput
Sets the output of this transcoder output with the specified XML filter.
setXMLReader(XMLReader) - Method in class org.apache.batik.transcoder.TranscoderInput
Sets the input of this transcoder input with the specified XML reader.
SHIFTJIS_CHARSET - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
space - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager.AttributeInfo
The space before the name.
space1 - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager.AttributeInfo
The space before '='.
space1 - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager.NameInfo
The space before the name.
space2 - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager.AttributeInfo
The space after '='.
space2 - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager.NameInfo
The space after the name
SRCAND - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
SRCCOPY - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
SRCERASE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
SRCINVERT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
SRCPAINT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
startingLines - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager
The elements starting lines.
stream - Variable in class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
 
STRETCH_ANDSCANS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
STRETCH_BLACKONWHITE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
STRETCH_COLORONCOLOR - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
STRETCH_DELETESCANS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
STRETCH_HALFTONE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
STRETCH_ORSCANS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
STRETCH_WHITEONBLACK - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
strikeOut - Variable in class org.apache.batik.transcoder.wmf.tosvg.WMFFont
 
StringKey - Class in org.apache.batik.transcoder.keys
A transcoding Key represented as a string.
StringKey() - Constructor for class org.apache.batik.transcoder.keys.StringKey
 
SVG_EXTENSION - Static variable in class org.apache.batik.transcoder.wmf.tosvg.WMFTranscoder
 
SVGAbstractTranscoder - Class in org.apache.batik.transcoder
This class may be the base class of all transcoders which take an SVG document as input and which need to build a DOM tree.
SVGAbstractTranscoder() - Constructor for class org.apache.batik.transcoder.SVGAbstractTranscoder
 
SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent - Class in org.apache.batik.transcoder
A user agent implementation for PrintTranscoder.
SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent() - Constructor for class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
 
svgGenerator - Variable in class org.apache.batik.transcoder.ToSVGAbstractTranscoder
 
SVGTranscoder - Class in org.apache.batik.transcoder.svg2svg
This class is a trancoder from SVG to SVG.
SVGTranscoder() - Constructor for class org.apache.batik.transcoder.svg2svg.SVGTranscoder
Creates a new SVGTranscoder.
SVGTranscoder.DoctypeKey - Class in org.apache.batik.transcoder.svg2svg
To represent a doctype key.
SVGTranscoder.DoctypeKey() - Constructor for class org.apache.batik.transcoder.svg2svg.SVGTranscoder.DoctypeKey
 
SVGTranscoder.DoctypeValue - Class in org.apache.batik.transcoder.svg2svg
To represent a doctype value.
SVGTranscoder.DoctypeValue(int) - Constructor for class org.apache.batik.transcoder.svg2svg.SVGTranscoder.DoctypeValue
 
SVGTranscoder.NewlineKey - Class in org.apache.batik.transcoder.svg2svg
To represent a newline key.
SVGTranscoder.NewlineKey() - Constructor for class org.apache.batik.transcoder.svg2svg.SVGTranscoder.NewlineKey
 
SVGTranscoder.NewlineValue - Class in org.apache.batik.transcoder.svg2svg
To represent a newline value.
SVGTranscoder.NewlineValue(String) - Constructor for class org.apache.batik.transcoder.svg2svg.SVGTranscoder.NewlineValue
 
SYMBOL_CHARSET - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
systemId - Variable in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
The system id.

T

TA_BASELINE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
TA_BOTTOM - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
TA_CENTER - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
TA_LEFT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
TA_NOUPDATECP - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
TA_RIGHT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
TA_TOP - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
TA_UPDATECP - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
tabulationWidth - Variable in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
The tabulation width.
text - Variable in class org.apache.batik.transcoder.wmf.tosvg.MetaRecord.StringRecord
 
TextureFactory - Class in org.apache.batik.transcoder.wmf.tosvg
This class generate Paints from WMF hatch definitions.
TIFFTranscoder - Class in org.apache.batik.transcoder.image
This class is an ImageTranscoder that produces a TIFF image.
TIFFTranscoder() - Constructor for class org.apache.batik.transcoder.image.TIFFTranscoder
Constructs a new transcoder that produces tiff images.
TIFFTranscoder.WriteAdapter - Interface in org.apache.batik.transcoder.image
This interface is used by TIFFTranscoder to write TIFF images through different codecs.
top - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
ToSVGAbstractTranscoder - Class in org.apache.batik.transcoder
This class allows to simplify the creation of a transcoder which transcodes to SVG content.
ToSVGAbstractTranscoder() - Constructor for class org.apache.batik.transcoder.ToSVGAbstractTranscoder
 
transcode(Document, String, TranscoderOutput) - Method in class org.apache.batik.transcoder.image.ImageTranscoder
Transcodes the specified Document as an image in the specified output.
transcode(TranscoderInput, TranscoderOutput) - Method in class org.apache.batik.transcoder.print.PrintTranscoder
 
transcode(Document, String, TranscoderOutput) - Method in class org.apache.batik.transcoder.print.PrintTranscoder
Transcodes the specified Document as an image in the specified output.
transcode(TranscoderInput, TranscoderOutput) - Method in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
Transcodes the specified input in the specified output.
transcode(TranscoderInput, TranscoderOutput) - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder
 
transcode(Document, String, TranscoderOutput) - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder
Transcodes the specified Document as an image in the specified output.
transcode(TranscoderInput, TranscoderOutput) - Method in interface org.apache.batik.transcoder.Transcoder
Transcodes the specified input in the specified output.
transcode(TranscoderInput, TranscoderOutput) - Method in class org.apache.batik.transcoder.wmf.tosvg.WMFTranscoder
Transcodes the specified input in the specified output.
transcode(TranscoderInput, TranscoderOutput) - Method in class org.apache.batik.transcoder.XMLAbstractTranscoder
Transcodes the specified XML input in the specified output.
transcode(Document, String, TranscoderOutput) - Method in class org.apache.batik.transcoder.XMLAbstractTranscoder
Transcodes the specified Document in the specified output.
Transcoder - Interface in org.apache.batik.transcoder
This class defines an API for transcoding.
TRANSCODER_ERROR_BASE - Static variable in class org.apache.batik.transcoder.ToSVGAbstractTranscoder
 
TranscoderException - Exception in org.apache.batik.transcoder
Thrown when a transcoder is not able to transcode its input.
TranscoderException(String) - Constructor for exception org.apache.batik.transcoder.TranscoderException
Constructs a new transcoder exception with the specified detail message.
TranscoderException(Exception) - Constructor for exception org.apache.batik.transcoder.TranscoderException
Constructs a new transcoder exception with the specified detail message.
TranscoderException(String, Exception) - Constructor for exception org.apache.batik.transcoder.TranscoderException
Constructs a new transcoder exception with the specified detail message.
TranscoderInput - Class in org.apache.batik.transcoder
This class represents a generic input of a Transcoder.
TranscoderInput() - Constructor for class org.apache.batik.transcoder.TranscoderInput
Constructs a new empty TranscoderInput.
TranscoderInput(XMLReader) - Constructor for class org.apache.batik.transcoder.TranscoderInput
Constructs a new TranscoderInput with the specified XML reader.
TranscoderInput(InputStream) - Constructor for class org.apache.batik.transcoder.TranscoderInput
Constructs a new TranscoderInput with the specified byte stream input.
TranscoderInput(Reader) - Constructor for class org.apache.batik.transcoder.TranscoderInput
Constructs a new TranscoderInput with the specified character stream.
TranscoderInput(Document) - Constructor for class org.apache.batik.transcoder.TranscoderInput
Constructs a new TranscoderInput with the specified Document.
TranscoderInput(String) - Constructor for class org.apache.batik.transcoder.TranscoderInput
Constructs a new TranscoderInput with the specified uri.
TranscoderOutput - Class in org.apache.batik.transcoder
This class represents a single output for a Transcoder.
TranscoderOutput() - Constructor for class org.apache.batik.transcoder.TranscoderOutput
Constructs a new empty TranscoderOutput.
TranscoderOutput(XMLFilter) - Constructor for class org.apache.batik.transcoder.TranscoderOutput
Constructs a new TranscoderOutput with the specified XML filter.
TranscoderOutput(OutputStream) - Constructor for class org.apache.batik.transcoder.TranscoderOutput
Constructs a new TranscoderOutput with the specified byte stream output.
TranscoderOutput(Writer) - Constructor for class org.apache.batik.transcoder.TranscoderOutput
Constructs a new TranscoderOutput with the specified character stream.
TranscoderOutput(Document) - Constructor for class org.apache.batik.transcoder.TranscoderOutput
Constructs a new TranscoderOutput with the specified Document.
TranscoderOutput(String) - Constructor for class org.apache.batik.transcoder.TranscoderOutput
Constructs a new TranscoderOutput with the specified uri.
TranscoderSupport - Class in org.apache.batik.transcoder
This is a utility class that can be used by transcoders that support transcoding hints and/or error handler.
TranscoderSupport() - Constructor for class org.apache.batik.transcoder.TranscoderSupport
Constructs a new TranscoderSupport.
TranscodingHints - Class in org.apache.batik.transcoder
The TranscodingHints class defines a way to pass transcoding parameters or options to any transcoders.
TranscodingHints() - Constructor for class org.apache.batik.transcoder.TranscodingHints
Constructs a new empty TranscodingHints.
TranscodingHints(Map) - Constructor for class org.apache.batik.transcoder.TranscodingHints
Constructs a new TranscodingHints with keys and values initialized from the specified Map object (which may be null).
TranscodingHints.Key - Class in org.apache.batik.transcoder
Defines the base type of all keys used to control various aspects of the transcoding operations.
TranscodingHints.Key() - Constructor for class org.apache.batik.transcoder.TranscodingHints.Key
Constructs a key.
TRANSPARENT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
type - Variable in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
The type of the current lexical unit.

U

underline - Variable in class org.apache.batik.transcoder.wmf.tosvg.WMFFont
 
uri - Variable in class org.apache.batik.transcoder.TranscoderInput
The optional input as a URI.
uri - Variable in class org.apache.batik.transcoder.TranscoderOutput
The optional output as a URI.
USAGE - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
userAgent - Variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
The user agent dedicated to an SVG Transcoder.

V

value - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager.AttributeInfo
The attribute value.
value - Variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder.NewlineValue
 
VALUE_DOCTYPE_CHANGE - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The doctype value to change the declaration.
VALUE_DOCTYPE_KEEP_UNCHANGED - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The doctype value to keep unchanged the declaration.
VALUE_DOCTYPE_REMOVE - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The doctype value to remove the declaration.
VALUE_FORMAT_OFF - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The value to turn off formatting.
VALUE_FORMAT_ON - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The value to turn on formatting.
VALUE_MEDIA_PRINT - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
VALUE_NEWLINE_CR - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The "\r" newline value.
VALUE_NEWLINE_CR_LF - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The "\r\n" newline value.
VALUE_NEWLINE_LF - Static variable in class org.apache.batik.transcoder.svg2svg.SVGTranscoder
The "\n" newline value.
VALUE_PAGE_ORIENTATION_LANDSCAPE - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
VALUE_PAGE_ORIENTATION_PORTRAIT - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
VALUE_PAGE_ORIENTATION_REVERSE_LANDSCAPE - Static variable in class org.apache.batik.transcoder.print.PrintTranscoder
 
VARIABLE_PITCH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
vpH - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
vpH - Variable in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
 
vpW - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
vpW - Variable in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
 
vpX - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
vpX - Variable in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
 
vpX - Variable in class org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
 
vpY - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
vpY - Variable in class org.apache.batik.transcoder.wmf.tosvg.RecordStore
Deprecated.
 
vpY - Variable in class org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
 

W

warning(TranscoderException) - Method in class org.apache.batik.transcoder.DefaultErrorHandler
Invoked when a warning occured while transcoding.
warning(TranscoderException) - Method in interface org.apache.batik.transcoder.ErrorHandler
Invoked when a warning occured while transcoding.
weight - Variable in class org.apache.batik.transcoder.wmf.tosvg.WMFFont
 
WHITENESS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
width - Variable in class org.apache.batik.transcoder.SVGAbstractTranscoder
Image's width and height (init to 400x400).
width - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
WINDING - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
windowHeight - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
windowWidth - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
WMF_EXTENSION - Static variable in class org.apache.batik.transcoder.wmf.tosvg.WMFTranscoder
 
WMF_FILE_EXTENSION - Static variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
 
WMFConstants - Interface in org.apache.batik.transcoder.wmf
Contains the definitions of WMF constants.
wmfFont - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFPainter
 
WMFFont - Class in org.apache.batik.transcoder.wmf.tosvg
Represent a WMF Font, encountered in a Metafile.
WMFFont(Font, int) - Constructor for class org.apache.batik.transcoder.wmf.tosvg.WMFFont
 
WMFFont(Font, int, int, int, int, int, int, int) - Constructor for class org.apache.batik.transcoder.wmf.tosvg.WMFFont
 
WMFHeaderProperties - Class in org.apache.batik.transcoder.wmf.tosvg
This class holds simple properties about a WMF Metafile.
WMFHeaderProperties(File) - Constructor for class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
Creates a new WMFHeaderProperties, and sets the associated WMF File.
WMFHeaderProperties() - Constructor for class org.apache.batik.transcoder.wmf.tosvg.WMFHeaderProperties
Creates a new WMFHeaderProperties, with no associated file.
WMFPainter - Class in org.apache.batik.transcoder.wmf.tosvg
Core class for rendering the WMF image.
WMFPainter(WMFRecordStore, float) - Constructor for class org.apache.batik.transcoder.wmf.tosvg.WMFPainter
Basic constructor.
WMFPainter(WMFRecordStore, int, int, float) - Constructor for class org.apache.batik.transcoder.wmf.tosvg.WMFPainter
Basic constructor.
WMFRecordStore - Class in org.apache.batik.transcoder.wmf.tosvg
Reads a WMF file, including an Aldus Placable Metafile Header.
WMFRecordStore() - Constructor for class org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
 
WMFTranscoder - Class in org.apache.batik.transcoder.wmf.tosvg
This class implements the Transcoder interface and can convert a WMF input document into an SVG document.
WMFTranscoder() - Constructor for class org.apache.batik.transcoder.wmf.tosvg.WMFTranscoder
Default constructor
WMFUtilities - Class in org.apache.batik.transcoder.wmf.tosvg
This class holds various utilies for importing WMF files that can be used either for AbstractWMFReaders and AbstractWMFPainters
WMFUtilities() - Constructor for class org.apache.batik.transcoder.wmf.tosvg.WMFUtilities
 
writeImage(BufferedImage, TranscoderOutput) - Method in class org.apache.batik.transcoder.image.ImageTranscoder
Writes the specified image to the specified output.
writeImage(BufferedImage, TranscoderOutput) - Method in class org.apache.batik.transcoder.image.JPEGTranscoder
Writes the specified image to the specified output.
writeImage(PNGTranscoder, BufferedImage, TranscoderOutput) - Method in interface org.apache.batik.transcoder.image.PNGTranscoder.WriteAdapter
Writes the specified image to the specified output.
writeImage(BufferedImage, TranscoderOutput) - Method in class org.apache.batik.transcoder.image.PNGTranscoder
Writes the specified image to the specified output.
writeImage(TIFFTranscoder, BufferedImage, TranscoderOutput) - Method in interface org.apache.batik.transcoder.image.TIFFTranscoder.WriteAdapter
Writes the specified image to the specified output.
writeImage(BufferedImage, TranscoderOutput) - Method in class org.apache.batik.transcoder.image.TIFFTranscoder
Writes the specified image to the specified output.
writer - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager
The writer used to output the tokens.
writer - Variable in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
The writer used to output the document.
writer - Variable in class org.apache.batik.transcoder.TranscoderOutput
The optional output as a character stream.
writeSVGToOutput(SVGGraphics2D, Element, TranscoderOutput) - Method in class org.apache.batik.transcoder.ToSVGAbstractTranscoder
Writes the SVG content held by the svgGenerator to the TranscoderOutput.

X

XMLAbstractTranscoder - Class in org.apache.batik.transcoder
This class may be the base class of all transcoders which take an XML document as input and which need to build a DOM tree.
XMLAbstractTranscoder() - Constructor for class org.apache.batik.transcoder.XMLAbstractTranscoder
Constructs a new XMLAbstractTranscoder.
xmlDeclaration - Variable in class org.apache.batik.transcoder.svg2svg.PrettyPrinter
The XML declaration.
xmlFilter - Variable in class org.apache.batik.transcoder.TranscoderOutput
The optional XML filter where to send SAX events.
xmlReader - Variable in class org.apache.batik.transcoder.TranscoderInput
The optional XML reader to receive SAX events.
xmlSpace - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager
The xml:space values.
xSign - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 

Y

ySign - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
A B C D E F G H I J K L M N O P R S T U V W X Y 

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