org.apache.fop.image
Class FopImageFactory
java.lang.Object
org.apache.fop.image.FopImageFactory
- public class FopImageFactory
- extends Object
create FopImage objects (with a configuration file - not yet implemented).
- Author:
- Eric SCHAEFFER
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FopImageFactory
protected FopImageFactory()
Make
public static FopImage Make(String href)
throws MalformedURLException,
FopImageException
- create an FopImage objects.
- Parameters:
href
- image URL as a String
- Returns:
- a new FopImage object
- Throws:
MalformedURLException
- bad URL
FopImageException
- an error occured during construction
resetCache
public static void resetCache()
- Clear the image cache.
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.