org.apache.fop.image
Class FopImageFactory

java.lang.Object
  extended by org.apache.fop.image.FopImageFactory

public class FopImageFactory
extends Object

create FopImage objects (with a configuration file - not yet implemented).

Author:
Eric SCHAEFFER

Constructor Summary
protected FopImageFactory()
           
 
Method Summary
static FopImage Make(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

FopImageFactory

protected FopImageFactory()
Method Detail

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.