org.foray.graphic.output
Class SvgPs

java.lang.Object
  extended by org.foray.graphic.output.GraphicOutput4a
      extended by org.foray.graphic.output.GraphicPs4a
          extended by org.foray.graphic.output.SvgPs
All Implemented Interfaces:
org.axsl.graphic.output.GraphicOutput, org.axsl.graphic.output.GraphicPs

public class SvgPs
extends GraphicPs4a

Helper class for applications using or embedding SVG in PostScript output.


Method Summary
 void drawVectorContent(OutputStream output, org.axsl.graphic.output.GraphicOutputContext outputContext, org.axsl.font.FontConsumer fontConsumer, boolean strokeText, boolean commentsEnabled)
           
 SVGGraphic getGraphic()
           
 org.apache.commons.logging.Log getLogger()
          Returns the logger.
 org.apache.batik.bridge.BridgeContext makeBridgeContext()
          Creates a BridgeContext instance for use by Batik when rendering an SVG graphic.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGraphic

public SVGGraphic getGraphic()

drawVectorContent

public void drawVectorContent(OutputStream output,
                              org.axsl.graphic.output.GraphicOutputContext outputContext,
                              org.axsl.font.FontConsumer fontConsumer,
                              boolean strokeText,
                              boolean commentsEnabled)
                       throws org.axsl.graphic.GraphicException
Throws:
org.axsl.graphic.GraphicException

makeBridgeContext

public org.apache.batik.bridge.BridgeContext makeBridgeContext()
Creates a BridgeContext instance for use by Batik when rendering an SVG graphic.

Returns:
A Batik BridgeContext instance.

getLogger

public org.apache.commons.logging.Log getLogger()
Returns the logger.

Returns:
The logger.


Copyright © 2017. All rights reserved.