org.apache.fop.image
Class FopImageFactory


public class FopImageFactory

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

Author:
Eric SCHAEFFER

Method Summary
 static FopImageMake(String href)
          create an FopImage objects.

Method Detail

Make

public static FopImage Make(String href)
throws java.net.MalformedURLException,
FopImageException
create an FopImage objects.
Parameters:
href - image URL as a String
Returns: a new FopImage object
Throws:
java.net.MalformedURLException - bad URL
FopImageException - an error occured during construction

Association Links

to Class java.util.Hashtable