|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlgraphics.image.loader.impl.AbstractImage
org.apache.fop.image.loader.batik.ImageWMF
public class ImageWMF
This class is an implementation of the Image interface exposing a RenderedImage.
Field Summary | |
---|---|
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 Summary | |
---|---|
ImageWMF(org.apache.xmlgraphics.image.loader.ImageInfo info,
org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore store)
Main constructor. |
Method Summary | |
---|---|
org.apache.xmlgraphics.image.loader.ImageFlavor |
getFlavor()
|
org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore |
getRecordStore()
Returns the contained WMF record store. |
boolean |
isCacheable()
|
Methods inherited from class org.apache.xmlgraphics.image.loader.impl.AbstractImage |
---|
getColorSpace, getICCProfile, getInfo, getSize, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String MIME_WMF
public static final org.apache.xmlgraphics.image.loader.ImageFlavor WMF_IMAGE
Constructor Detail |
---|
public ImageWMF(org.apache.xmlgraphics.image.loader.ImageInfo info, org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore store)
info
- the image info objectstore
- the WMF record store containing the loaded WMF fileMethod Detail |
---|
public org.apache.xmlgraphics.image.loader.ImageFlavor getFlavor()
public boolean isCacheable()
public org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore getRecordStore()
|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |