Uses of Interface
org.apache.fop.apps.FopFactoryConfig
-
Packages that use FopFactoryConfig Package Description org.apache.fop.apps Application classes used for running FOP embedded in other applications. -
-
Uses of FopFactoryConfig in org.apache.fop.apps
Classes in org.apache.fop.apps that implement FopFactoryConfig Modifier and Type Class Description static class
FopFactoryBuilder.FopFactoryConfigImpl
Fields in org.apache.fop.apps declared as FopFactoryConfig Modifier and Type Field Description private FopFactoryConfig
FopFactory. config
private FopFactoryConfig
FopFactoryBuilder. config
private FopFactoryConfig
FopFactoryBuilder.FopFactoryConfigImpl.ImageContextImpl. config
Methods in org.apache.fop.apps that return FopFactoryConfig Modifier and Type Method Description FopFactoryConfig
FopFactoryBuilder. buildConfig()
Deprecated.Exposing theFopFactoryConfig
is only to maintain backwards compatibility(package private) FopFactoryConfig
FopFactoryBuilder. buildConfiguration()
Builds the configuration object used by the FopFactory.Methods in org.apache.fop.apps with parameters of type FopFactoryConfig Modifier and Type Method Description static FopFactory
FopFactory. newInstance(FopFactoryConfig config)
FOP has the ability, for some FO's, to continue processing even if the input XSL violates that FO's content model.Constructors in org.apache.fop.apps with parameters of type FopFactoryConfig Constructor Description FopFactory(FopFactoryConfig config)
ImageContextImpl(FopFactoryConfig config)
-