Class SVGRenderingAccuracyTest.InternalPNGTranscoder
java.lang.Object
org.apache.batik.transcoder.TranscoderSupport
org.apache.batik.transcoder.AbstractTranscoder
org.apache.batik.transcoder.XMLAbstractTranscoder
org.apache.batik.transcoder.SVGAbstractTranscoder
org.apache.batik.transcoder.image.ImageTranscoder
org.apache.batik.transcoder.image.PNGTranscoder
org.apache.batik.test.svg.SVGRenderingAccuracyTest.InternalPNGTranscoder
- All Implemented Interfaces:
Transcoder
- Enclosing class:
SVGRenderingAccuracyTest
Inner class which derives from the PNGTranscoder and calls the
manipulateSVGDocument just before encoding happens.
- Version:
- $Id$
-
Nested Class Summary
Nested classes/interfaces inherited from class PNGTranscoder
PNGTranscoder.WriteAdapterNested classes/interfaces inherited from class SVGAbstractTranscoder
SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent -
Field Summary
Fields inherited from class PNGTranscoder
DEFAULT_CHROMA, KEY_GAMMA, KEY_INDEXEDFields inherited from class ImageTranscoder
KEY_BACKGROUND_COLOR, KEY_FORCE_TRANSPARENT_WHITEFields inherited from class SVGAbstractTranscoder
builder, ctx, curAOI, curTxf, DEFAULT_ALLOWED_SCRIPT_TYPES, DEFAULT_DEFAULT_FONT_FAMILY, height, KEY_ALLOW_EXTERNAL_RESOURCES, KEY_ALLOWED_SCRIPT_TYPES, KEY_ALTERNATE_STYLESHEET, KEY_AOI, KEY_CONSTRAIN_SCRIPT_ORIGIN, KEY_DEFAULT_FONT_FAMILY, KEY_EXECUTE_ONLOAD, KEY_HEIGHT, KEY_LANGUAGE, KEY_MAX_HEIGHT, KEY_MAX_WIDTH, KEY_MEDIA, KEY_PIXEL_TO_MM, KEY_PIXEL_UNIT_TO_MILLIMETER, KEY_SNAPSHOT_TIME, KEY_USER_STYLESHEET_URI, KEY_WIDTH, root, userAgent, widthFields inherited from class XMLAbstractTranscoder
KEY_DOCUMENT_ELEMENT, KEY_DOCUMENT_ELEMENT_NAMESPACE_URI, KEY_DOM_IMPLEMENTATION, KEY_XML_PARSER_CLASSNAME, KEY_XML_PARSER_VALIDATINGFields inherited from class TranscoderSupport
handler, hints -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidtranscode(Document document, String uri, TranscoderOutput output) Transcodes the specified Document as an image in the specified output.Methods inherited from class PNGTranscoder
createImage, getUserAgent, writeImageMethods inherited from class ImageTranscoder
createRenderer, forceTransparentWhiteMethods inherited from class SVGAbstractTranscoder
createBridgeContext, createBridgeContext, createBridgeContext, createDocumentFactory, createUserAgent, getCanvasGraphicsNode, setImageSize, transcodeMethods inherited from class TranscoderSupport
addTranscodingHint, getErrorHandler, getTranscodingHints, removeTranscodingHint, setErrorHandler, setTranscodingHints, setTranscodingHintsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Transcoder
addTranscodingHint, getErrorHandler, getTranscodingHints, removeTranscodingHint, setErrorHandler, setTranscodingHints, setTranscodingHints
-
Constructor Details
-
InternalPNGTranscoder
protected InternalPNGTranscoder()
-
-
Method Details
-
transcode
protected void transcode(Document document, String uri, TranscoderOutput output) throws TranscoderException Transcodes the specified Document as an image in the specified output.- Overrides:
transcodein classImageTranscoder- Parameters:
document- the document to transcodeuri- the uri of the document or null if anyoutput- the ouput where to transcode- Throws:
TranscoderException- if an error occured while transcoding
-