fop 0.91beta

org.apache.fop.render.rtf
Class SVGConverter

java.lang.Object
  |
  +--org.apache.fop.render.rtf.SVGConverter

public class SVGConverter
extends java.lang.Object

Helper class for converting SVG to bitmap images.


Constructor Summary
SVGConverter()
           
 
Method Summary
static byte[] convertToJPEG(XMLImage image)
          Converts a SVG image to a JPEG bitmap.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGConverter

public SVGConverter()
Method Detail

convertToJPEG

public static byte[] convertToJPEG(XMLImage image)
Converts a SVG image to a JPEG bitmap.
Parameters:
image - the SVG image
Returns:
a byte array containing the JPEG image

fop 0.91beta

Copyright 1999-2005 The Apache Software Foundation. All Rights Reserved.