Class ImageWMF
- java.lang.Object
-
- org.apache.xmlgraphics.image.loader.impl.AbstractImage
-
- org.apache.fop.image.loader.batik.ImageWMF
-
- All Implemented Interfaces:
org.apache.xmlgraphics.image.loader.Image
public class ImageWMF extends org.apache.xmlgraphics.image.loader.impl.AbstractImage
This class is an implementation of the Image interface exposing a RenderedImage.
-
-
Constructor Summary
Constructors Constructor Description ImageWMF(org.apache.xmlgraphics.image.loader.ImageInfo info, org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore store)
Main constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.xmlgraphics.image.loader.ImageFlavor
getFlavor()
org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
getRecordStore()
Returns the contained WMF record store.boolean
isCacheable()
-
-
-
Field Detail
-
MIME_WMF
public static final java.lang.String MIME_WMF
MIME type for WMF- See Also:
- Constant Field Values
-
WMF_IMAGE
public static final org.apache.xmlgraphics.image.loader.ImageFlavor WMF_IMAGE
ImageFlavor for Batik's WMFRecordStore
-
store
private org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore store
-
-