|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.image.FopImageFactory
create FopImage objects (with a configuration file - not yet implemented).
Constructor Summary | |
protected |
FopImageFactory()
|
Method Summary | |
static FopImage |
Make(java.lang.String href)
create an FopImage objects. |
static void |
resetCache()
Clear the image cache. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected FopImageFactory()
Method Detail |
public static FopImage Make(java.lang.String href) throws java.net.MalformedURLException, FopImageException
href
- image URL as a Stringjava.net.MalformedURLException
- bad URLFopImageException
- an error occured during constructionpublic static void resetCache()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |