org.apache.fop.image.loader.batik
Class ImageWMF
AbstractImage
org.apache.fop.image.loader.batik.ImageWMF
public class ImageWMF
extends AbstractImage
This class is an implementation of the Image interface exposing a RenderedImage.
static String | MIME_WMF - MIME type for WMF
|
static ImageFlavor | WMF_IMAGE - ImageFlavor for Batik's WMFRecordStore
|
ImageWMF(ImageInfo info, WMFRecordStore store) - Main constructor.
|
MIME_WMF
public static final String MIME_WMF
MIME type for WMF
WMF_IMAGE
public static final ImageFlavor WMF_IMAGE
ImageFlavor for Batik's WMFRecordStore
ImageWMF
public ImageWMF(ImageInfo info,
WMFRecordStore store)
Main constructor.
info
- the image info objectstore
- the WMF record store containing the loaded WMF file
getFlavor
public ImageFlavor getFlavor()
getRecordStore
public WMFRecordStore getRecordStore()
Returns the contained WMF record store.
isCacheable
public boolean isCacheable()
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.