|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.apps.FopFactoryConfigurator
public class FopFactoryConfigurator
FopFactory configurator
Field Summary | |
---|---|
static boolean |
DEFAULT_BREAK_INDENT_INHERITANCE
Defines if FOP should use an alternative rule to determine text indents |
static java.lang.String |
DEFAULT_PAGE_HEIGHT
Defines the default page-height |
static java.lang.String |
DEFAULT_PAGE_WIDTH
Defines the default page-width |
static float |
DEFAULT_SOURCE_RESOLUTION
Defines the default source resolution (72dpi) for FOP |
static boolean |
DEFAULT_STRICT_FO_VALIDATION
Defines if FOP should use strict validation for FO and user config |
static boolean |
DEFAULT_STRICT_USERCONFIG_VALIDATION
Defines if FOP should validate the user config strictly |
static float |
DEFAULT_TARGET_RESOLUTION
Defines the default target resolution (72dpi) for FOP |
static boolean |
DEFAULT_USE_CACHE
Use cache (record previously detected font triplet info) |
Constructor Summary | |
---|---|
FopFactoryConfigurator(FopFactory factory)
Default constructor |
Method Summary | |
---|---|
void |
configure(FopFactory factory)
Initializes user agent settings from the user configuration file, if present: baseURL, resolution, default page size,... |
org.apache.avalon.framework.configuration.Configuration |
getUserConfig()
Get the avalon user configuration. |
void |
setUserConfig(org.apache.avalon.framework.configuration.Configuration cfg)
Set the user configuration. |
void |
setUserConfig(java.io.File userConfigFile)
Set the user configuration. |
void |
setUserConfig(java.lang.String uri)
Set the user configuration from an URI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final boolean DEFAULT_BREAK_INDENT_INHERITANCE
public static final boolean DEFAULT_STRICT_USERCONFIG_VALIDATION
public static final boolean DEFAULT_STRICT_FO_VALIDATION
public static final java.lang.String DEFAULT_PAGE_WIDTH
public static final java.lang.String DEFAULT_PAGE_HEIGHT
public static final float DEFAULT_SOURCE_RESOLUTION
public static final float DEFAULT_TARGET_RESOLUTION
public static final boolean DEFAULT_USE_CACHE
Constructor Detail |
---|
public FopFactoryConfigurator(FopFactory factory)
factory
- fop factoryMethod Detail |
---|
public void configure(FopFactory factory) throws FOPException
factory
- fop factory
FOPException
- fop exceptionpublic void setUserConfig(java.io.File userConfigFile) throws org.xml.sax.SAXException, java.io.IOException
userConfigFile
- the configuration file
java.io.IOException
- if an I/O error occurs
org.xml.sax.SAXException
- if a parsing error occurspublic void setUserConfig(java.lang.String uri) throws org.xml.sax.SAXException, java.io.IOException
uri
- the URI to the configuration file
java.io.IOException
- if an I/O error occurs
org.xml.sax.SAXException
- if a parsing error occurspublic void setUserConfig(org.apache.avalon.framework.configuration.Configuration cfg) throws FOPException
cfg
- avalon configuration
FOPException
- if a configuration problem occurspublic org.apache.avalon.framework.configuration.Configuration getUserConfig()
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |