Class EPSDocumentGraphics2D

All Implemented Interfaces:
Cloneable

public class EPSDocumentGraphics2D extends AbstractPSDocumentGraphics2D
This class is a wrapper for the AbstractPSDocumentGraphics2D that is used to create EPS (Encapsulated PostScript) files instead of PS file.
Version:
$Id$
See Also:
  • Constructor Details

    • EPSDocumentGraphics2D

      public EPSDocumentGraphics2D(boolean textAsShapes)
      Create a new EPSDocumentGraphics2D. This is used to create a new EPS document, the height, width and output stream can be setup later. For use by the transcoder which needs font information for the bridge before the document size is known. The resulting document is written to the stream after rendering.
      Parameters:
      textAsShapes - set this to true so that text will be rendered using curves and not the font.
  • Method Details