org.apache.fop.render.rtf

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

Method Details

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

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