org.apache.fop.image.loader.batik

Class ImageWMF


public class ImageWMF
extends AbstractImage

This class is an implementation of the Image interface exposing a RenderedImage.

Field Summary

static String
MIME_WMF
MIME type for WMF
static ImageFlavor
WMF_IMAGE
ImageFlavor for Batik's WMFRecordStore

Constructor Summary

ImageWMF(ImageInfo info, WMFRecordStore store)
Main constructor.

Method Summary

ImageFlavor
getFlavor()
WMFRecordStore
getRecordStore()
Returns the contained WMF record store.
boolean
isCacheable()

Field Details

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

Constructor Details

ImageWMF

public ImageWMF(ImageInfo info,
                WMFRecordStore store)
Main constructor.
Parameters:
info - the image info object
store - the WMF record store containing the loaded WMF file

Method Details

getFlavor

public ImageFlavor getFlavor()

getRecordStore

public WMFRecordStore getRecordStore()
Returns the contained WMF record store.
Returns:
the WMFRecordStore

isCacheable

public boolean isCacheable()

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