fop 0.94

org.apache.fop.render.rtf
Class SVGConverter

java.lang.Object
  extended by org.apache.fop.render.rtf.SVGConverter

public final class SVGConverter
extends java.lang.Object

Helper class for converting SVG to bitmap images.


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
 

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.94

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