Class AbstractPSTranscoder

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.fop.svg.AbstractFOPTranscoder
org.apache.fop.render.ps.AbstractPSTranscoder
All Implemented Interfaces:
org.apache.batik.transcoder.Transcoder, Configurable
Direct Known Subclasses:
EPSTranscoder, PSTranscoder

public abstract class AbstractPSTranscoder extends AbstractFOPTranscoder

This class enables to transcode an input to a PostScript document.

Two transcoding hints (KEY_WIDTH and KEY_HEIGHT) can be used to respectively specify the image width and the image height. If only one of these keys is specified, the transcoder preserves the aspect ratio of the original image.

The KEY_BACKGROUND_COLOR defines the background color to use for opaque image formats, or the background color that may be used for image formats that support alpha channel.

The KEY_AOI represents the area of interest to paint in device space.

Three additional transcoding hints that act on the SVG processor can be specified:

KEY_LANGUAGE to set the default language to use (may be used by a <switch> SVG element for example), KEY_USER_STYLESHEET_URI to fix the URI of a user stylesheet, and KEY_PIXEL_TO_MM to specify the pixel to millimeter conversion factor.

This work was authored by Keiron Liddle (keiron@aftexsw.com).

  • Field Details

    • graphics

      protected org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D graphics
      the root Graphics2D instance for generating PostScript
    • fontInfo

      private FontInfo fontInfo
  • Constructor Details

  • Method Details

    • createDocumentGraphics2D

      protected abstract org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D createDocumentGraphics2D()
      Creates the root Graphics2D instance for generating PostScript.
      Returns:
      the root Graphics2D
    • getAutoFontsDefault

      protected boolean getAutoFontsDefault()
      Returns the default value for the KEY_AUTO_FONTS value.
      Overrides:
      getAutoFontsDefault in class AbstractFOPTranscoder
      Returns:
      the default value
    • transcode

      protected void transcode(Document document, String uri, org.apache.batik.transcoder.TranscoderOutput output) throws org.apache.batik.transcoder.TranscoderException
      Transcodes the specified Document as an image in the specified output.
      Overrides:
      transcode in class org.apache.batik.transcoder.SVGAbstractTranscoder
      Parameters:
      document - the document to transcode
      uri - the uri of the document or null if any
      output - the ouput where to transcode
      Throws:
      org.apache.batik.transcoder.TranscoderException - if an error occured while transcoding
    • createBridgeContext

      protected org.apache.batik.bridge.BridgeContext createBridgeContext()
      Overrides:
      createBridgeContext in class org.apache.batik.transcoder.SVGAbstractTranscoder
    • createBridgeContext

      public org.apache.batik.bridge.BridgeContext createBridgeContext(String version)
      Overrides:
      createBridgeContext in class org.apache.batik.transcoder.SVGAbstractTranscoder