org.apache.fop.image.loader.batik

Class ImageConverterWMF2G2D


public class ImageConverterWMF2G2D
extends AbstractImageConverter

This ImageConverter converts WMF (Windows Metafile) images (represented by Batik's WMFRecordStore) to Java2D.

Method Summary

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

Method Details

convert

public Image convert(Image src,
                     Map hints)

getSourceFlavor

public ImageFlavor getSourceFlavor()

getTargetFlavor

public ImageFlavor getTargetFlavor()

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