public class ImageWMF
extends org.apache.xmlgraphics.image.loader.impl.AbstractImage
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MIME_WMF
MIME type for WMF
|
static org.apache.xmlgraphics.image.loader.ImageFlavor |
WMF_IMAGE
ImageFlavor for Batik's WMFRecordStore
|
Constructor and Description |
---|
ImageWMF(org.apache.xmlgraphics.image.loader.ImageInfo info,
org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore store)
Main constructor.
|
Modifier and Type | Method and Description |
---|---|
org.apache.xmlgraphics.image.loader.ImageFlavor |
getFlavor() |
org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore |
getRecordStore()
Returns the contained WMF record store.
|
boolean |
isCacheable() |
public static final java.lang.String MIME_WMF
public static final org.apache.xmlgraphics.image.loader.ImageFlavor WMF_IMAGE
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.