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 classFopFactoryBuilder.FopFactoryConfigImplFields in org.apache.fop.apps declared as FopFactoryConfig Modifier and Type Field Description private FopFactoryConfigFopFactory. configprivate FopFactoryConfigFopFactoryBuilder. configprivate FopFactoryConfigFopFactoryBuilder.FopFactoryConfigImpl.ImageContextImpl. configMethods in org.apache.fop.apps that return FopFactoryConfig Modifier and Type Method Description FopFactoryConfigFopFactoryBuilder. buildConfig()Deprecated.Exposing theFopFactoryConfigis only to maintain backwards compatibility(package private) FopFactoryConfigFopFactoryBuilder. 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 FopFactoryFopFactory. 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)
-