org.apache.fop.image.loader.batik

Class ImageConverterSVG2G2D


public class ImageConverterSVG2G2D
extends AbstractImageConverter

This ImageConverter converts SVG images to Java2D.

Note: The target flavor is "generic" Java2D. No Batik-specific bridges are hooked into the conversion process. Specialized renderers may want to provide specialized adapters to profit from target-format features (for example with PDF or PS). This converter is mainly for formats which only support bitmap images or rudimentary Java2D support.

Method Summary

Image
convert(Image src, Map hints)
ImageFlavor
getSourceFlavor()
ImageFlavor
getTargetFlavor()

Method Details

convert

public Image convert(Image src,
                     Map hints)
            throws ImageException

getSourceFlavor

public ImageFlavor getSourceFlavor()

getTargetFlavor

public ImageFlavor getTargetFlavor()

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