Uses of Interface
org.apache.fop.configuration.Configuration
-
Packages that use Configuration Package Description org.apache.fop.activity org.apache.fop.apps Application classes used for running FOP embedded in other applications.org.apache.fop.configuration org.apache.fop.fonts Classes for font handling.org.apache.fop.fonts.substitute Font substitution facilities.org.apache.fop.render Generic renderer interface.org.apache.fop.render.afp An AFP Renderer implementation and supporting classes.org.apache.fop.render.bitmap Bitmap Renderer which creates TIFF and PNG images from rendered pages.org.apache.fop.render.intermediate org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances.org.apache.fop.render.pcl PCL Renderer (Supports PCL5 and HP GL/2)org.apache.fop.render.pdf PDF Rendererorg.apache.fop.render.ps PostScript Rendererorg.apache.fop.render.txt Plain Text Rendererorg.apache.fop.svg Classes that add SVG support to FOP and SVG->PDF conversion for Batik. -
-
Uses of Configuration in org.apache.fop.activity
Methods in org.apache.fop.activity with parameters of type Configuration Modifier and Type Method Description static void
ContainerUtil. configure(Configurable configurable, Configuration configuration)
-
Uses of Configuration in org.apache.fop.apps
Fields in org.apache.fop.apps declared as Configuration Modifier and Type Field Description private Configuration
FopFactoryBuilder.FopFactoryConfigImpl. cfg
Methods in org.apache.fop.apps that return Configuration Modifier and Type Method Description Configuration
FOUserAgent. getRendererConfiguration(java.lang.String mimeType)
Returns aConfiguration
object for which contains renderer configuration for a given MIME type.Configuration
FopFactory. getUserConfig()
Get the user configuration.Configuration
FopFactoryBuilder.FopFactoryConfigImpl. getUserConfig()
Returns the AvalonConfiguration
object.Configuration
FopFactoryConfig. getUserConfig()
Returns the AvalonConfiguration
object.Configuration
FOUserAgent. getUserConfig()
Get the user configuration.Methods in org.apache.fop.apps with parameters of type Configuration Modifier and Type Method Description private void
FopConfParser. configure(java.net.URI baseURI, org.apache.xmlgraphics.io.ResourceResolver resourceResolver, Configuration cfg)
private void
FopConfParser. configureImageLoading(Configuration parent, boolean strict)
(package private) RendererConfig
FopFactory. getRendererConfig(FOUserAgent userAgent, Configuration cfg, RendererConfig.RendererConfigParser configCreator)
Returns the renderer configuration object for a specific renderer given the parser and configuration to read.void
FopFactoryBuilder.ActiveFopFactoryConfigBuilder. setConfiguration(Configuration cfg)
void
FopFactoryBuilder.CompletedFopFactoryConfigBuilder. setConfiguration(Configuration cfg)
void
FopFactoryBuilder.FopFactoryConfigBuilder. setConfiguration(Configuration cfg)
FopFactoryBuilder
FopFactoryBuilder. setConfiguration(Configuration cfg)
Sets the Avalon configuration if a FOP conf is used.private void
FopConfParser. setHyphenationBase(Configuration cfg, org.apache.xmlgraphics.io.ResourceResolver resourceResolver, java.net.URI baseURI, FopFactoryBuilder fopFactoryBuilder)
private void
FopConfParser. setHyphPatNames(Configuration cfg, FopFactoryBuilder builder, boolean strict)
-
Uses of Configuration in org.apache.fop.configuration
Classes in org.apache.fop.configuration that implement Configuration Modifier and Type Class Description class
DefaultConfiguration
(package private) class
NullConfiguration
Methods in org.apache.fop.configuration that return Configuration Modifier and Type Method Description Configuration
Configuration. getChild(java.lang.String key)
Configuration
Configuration. getChild(java.lang.String key, boolean required)
Configuration
DefaultConfiguration. getChild(java.lang.String key)
Configuration
DefaultConfiguration. getChild(java.lang.String key, boolean required)
Configuration
NullConfiguration. getChild(java.lang.String key)
Configuration
NullConfiguration. getChild(java.lang.String key, boolean required)
Configuration[]
Configuration. getChildren(java.lang.String key)
Configuration[]
DefaultConfiguration. getChildren(java.lang.String key)
Configuration[]
NullConfiguration. getChildren(java.lang.String key)
Methods in org.apache.fop.configuration with parameters of type Configuration Modifier and Type Method Description void
Configurable. configure(Configuration cfg)
-
Uses of Configuration in org.apache.fop.fonts
Fields in org.apache.fop.fonts declared as Configuration Modifier and Type Field Description private Configuration
FontManagerConfigurator. cfg
private Configuration
DefaultFontConfig.ParserHelper. config
private Configuration
DefaultFontConfig.ParserHelper. fontInfoCfg
Methods in org.apache.fop.fonts with parameters of type Configuration Modifier and Type Method Description static FontTriplet.Matcher
FontManagerConfigurator. createFontsMatcher(Configuration cfg, boolean strict)
Creates a font triplet matcher from a configuration object.private FontTriplet
DefaultFontConfig.ParserHelper. getFontTriplet(Configuration tripletCfg, boolean strict)
Creates a new FontTriplet given a triple ConfigurationDefaultFontConfig
DefaultFontConfig.DefaultFontConfigParser. parse(Configuration cfg, boolean strict)
Parses the font configuration and return the configuration object.DefaultFontConfig
DefaultFontConfig.DefaultFontConfigParser. parse(Configuration cfg, boolean strict, FontEventAdapter eventAdapter)
FontConfig
DefaultFontConfig.DefaultFontConfigParser. parse(Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer)
Parse the font configuration and return an object containing all the necessary data.FontConfig
FontConfig.FontConfigParser. parse(Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer)
Parse the font configuration and return an object containing all the necessary data.Constructors in org.apache.fop.fonts with parameters of type Configuration Constructor Description FontManagerConfigurator(Configuration cfg, java.net.URI baseURI, java.net.URI fallbackURI, org.apache.xmlgraphics.io.ResourceResolver resourceResolver)
Main constructorParserHelper(Configuration cfg, boolean strict)
ParserHelper(Configuration cfg, boolean strict, FontEventAdapter eventAdapter)
-
Uses of Configuration in org.apache.fop.fonts.substitute
Fields in org.apache.fop.fonts.substitute declared as Configuration Modifier and Type Field Description private Configuration
FontSubstitutionsConfigurator. cfg
Methods in org.apache.fop.fonts.substitute with parameters of type Configuration Modifier and Type Method Description private static FontQualifier
FontSubstitutionsConfigurator. getQualfierFromConfiguration(Configuration cfg)
Constructors in org.apache.fop.fonts.substitute with parameters of type Configuration Constructor Description FontSubstitutionsConfigurator(Configuration cfg)
Main constructor -
Uses of Configuration in org.apache.fop.render
Methods in org.apache.fop.render that return Configuration Modifier and Type Method Description private Configuration
XMLHandlerConfigurator. getHandlerConfig(Configuration cfg, java.lang.String namespace)
Returns the configuration subtree for a specific renderer.Methods in org.apache.fop.render with parameters of type Configuration Modifier and Type Method Description RendererConfig
RendererConfig.RendererConfigParser. build(FOUserAgent userAgent, Configuration rendererConfiguration)
Builds the object that contains the renderer configuration data.private Configuration
XMLHandlerConfigurator. getHandlerConfig(Configuration cfg, java.lang.String namespace)
Returns the configuration subtree for a specific renderer. -
Uses of Configuration in org.apache.fop.render.afp
Fields in org.apache.fop.render.afp declared as Configuration Modifier and Type Field Description private Configuration
AFPRendererConfig.ParserHelper. cfg
private Configuration
AFPInfo. handlerConfiguration
see HANDLER_CONFIGURATIONMethods in org.apache.fop.render.afp that return Configuration Modifier and Type Method Description Configuration
AFPInfo. getHandlerConfiguration()
Returns the handler configurationMethods in org.apache.fop.render.afp with parameters of type Configuration Modifier and Type Method Description AFPRendererConfig
AFPRendererConfig.AFPRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)
Builds the object that contains the renderer configuration data.private void
AFPFontConfig.ParserHelper. buildFont(Configuration fontCfg, AFPEventProducer eventProducer)
private void
AFPRendererConfig.ParserHelper. configureJpegImages(Configuration imagesCfg)
private void
AFPFontConfig.ParserHelper. fontFromType(java.util.List<FontTriplet> fontTriplets, java.lang.String type, java.lang.String codepage, java.lang.String encoding, Configuration cfg, AFPEventProducer eventProducer, java.lang.String embedURI)
private AFPFontConfig.CIDKeyedFontConfig
AFPFontConfig.ParserHelper. getCIDKeyedFont(java.util.List<FontTriplet> fontTriplets, java.lang.String type, java.lang.String codepage, java.lang.String encoding, Configuration cfg, AFPEventProducer eventProducer, java.lang.String uri)
private AFPFontConfig.OutlineFontConfig
AFPFontConfig.ParserHelper. getOutlineFont(java.util.List<FontTriplet> fontTriplets, java.lang.String type, java.lang.String codepage, java.lang.String encoding, Configuration cfg, AFPEventProducer eventProducer, java.lang.String uri)
private AFPFontConfig.RasterFontConfig
AFPFontConfig.ParserHelper. getRasterFont(java.util.List<FontTriplet> triplets, java.lang.String type, java.lang.String codepage, java.lang.String encoding, Configuration cfg, AFPEventProducer eventProducer, java.lang.String uri)
private AFPFontConfig.TrueTypeFontConfig
AFPFontConfig.ParserHelper. getTruetypeFont(java.util.List<FontTriplet> fontTriplets, java.lang.String type, java.lang.String codepage, java.lang.String encoding, Configuration cfg, AFPEventProducer eventProducer, java.lang.String uri)
AFPFontConfig
AFPFontConfig.AFPFontInfoConfigParser. parse(Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer)
Parse the font configuration and return an object containing all the necessary data.void
AFPInfo. setHandlerConfiguration(Configuration cfg)
Sets the handler configurationConstructors in org.apache.fop.render.afp with parameters of type Configuration Constructor Description ParserHelper(Configuration cfg, FontManager fontManager, boolean strict, AFPEventProducer eventProducer)
ParserHelper(Configuration cfg, FontManager fontManager, boolean strict, AFPEventProducer eventProducer)
-
Uses of Configuration in org.apache.fop.render.bitmap
Methods in org.apache.fop.render.bitmap that return Configuration Modifier and Type Method Description private Configuration
BitmapRendererConfig.BitmapRendererConfigParser. getChild(Configuration cfg, BitmapRendererOption option)
Methods in org.apache.fop.render.bitmap with parameters of type Configuration Modifier and Type Method Description BitmapRendererConfig
BitmapRendererConfig.BitmapRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)
(package private) void
BitmapRendererConfig.BitmapRendererConfigParser. build(BitmapRendererConfig config, FOUserAgent userAgent, Configuration cfg)
PNGRendererConfig
PNGRendererConfig.PNGRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)
TIFFRendererConfig
TIFFRendererConfig.TIFFRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)
Builds the object that contains the renderer configuration data.private Configuration
BitmapRendererConfig.BitmapRendererConfigParser. getChild(Configuration cfg, BitmapRendererOption option)
private java.lang.String
BitmapRendererConfig.BitmapRendererConfigParser. getValue(Configuration cfg, BitmapRendererOption option)
private java.lang.String
TIFFRendererConfig.TIFFRendererConfigParser. getValue(Configuration cfg, TIFFRendererConfig.TIFFRendererOption option)
-
Uses of Configuration in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate with parameters of type Configuration Modifier and Type Method Description RendererConfig
IFRendererConfig.IFRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)
Builds the object that contains the renderer configuration data. -
Uses of Configuration in org.apache.fop.render.java2d
Methods in org.apache.fop.render.java2d with parameters of type Configuration Modifier and Type Method Description Java2DRendererConfig
Java2DRendererConfig.Java2DRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)
Builds the object that contains the renderer configuration data. -
Uses of Configuration in org.apache.fop.render.pcl
Methods in org.apache.fop.render.pcl with parameters of type Configuration Modifier and Type Method Description PCLRendererConfig
PCLRendererConfig.PCLRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)
Builds the object that contains the renderer configuration data.private void
PCLRendererConfig.PCLRendererConfigParser. configure(Configuration cfg, PCLRendererConfig config)
-
Uses of Configuration in org.apache.fop.render.pdf
Fields in org.apache.fop.render.pdf declared as Configuration Modifier and Type Field Description Configuration
PDFSVGHandler.PDFInfo. cfg
see PDF_HANDLER_CONFIGURATIONMethods in org.apache.fop.render.pdf with parameters of type Configuration Modifier and Type Method Description PDFRendererConfig
PDFRendererConfig.PDFRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)
private void
PDFRendererConfig.ParserHelper. buildFilterMapFromConfiguration(Configuration cfg)
private void
PDFRendererConfig.ParserHelper. configure(Configuration cfg, FOUserAgent userAgent, boolean strict)
private void
PDFRendererConfig.ParserHelper. configureEncryptionParams(Configuration cfg, FOUserAgent userAgent, boolean strict)
private boolean
PDFRendererConfig.ParserHelper. doesValueExist(Configuration cfg, RendererConfigOption option)
private boolean
PDFRendererConfig.ParserHelper. getConfigValue(Configuration cfg, RendererConfigOption option, boolean defaultTo)
private void
PDFRendererConfig.ParserHelper. parseAndPut(PDFRendererOption option, Configuration cfg)
private java.lang.String
PDFRendererConfig.ParserHelper. parseConfig(Configuration cfg, RendererConfigOption option)
Constructors in org.apache.fop.render.pdf with parameters of type Configuration Constructor Description ParserHelper(Configuration cfg, FOUserAgent userAgent, boolean strict)
-
Uses of Configuration in org.apache.fop.render.ps
Fields in org.apache.fop.render.ps declared as Configuration Modifier and Type Field Description private Configuration
PSSVGHandler.PSInfo. cfg
see HANDLER_CONFIGURATIONMethods in org.apache.fop.render.ps that return Configuration Modifier and Type Method Description Configuration
PSSVGHandler.PSInfo. getHandlerConfiguration()
Returns the height.Methods in org.apache.fop.render.ps with parameters of type Configuration Modifier and Type Method Description PSRendererConfig
PSRendererConfig.PSRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)
private void
PSRendererConfig.ParserHelper. setBoolConfigParam(Configuration cfg, PSRendererOption option)
void
PSSVGHandler.PSInfo. setHandlerConfiguration(Configuration cfg)
Sets the handler configuration.Constructors in org.apache.fop.render.ps with parameters of type Configuration Constructor Description ParserHelper(Configuration cfg, FOUserAgent userAgent)
-
Uses of Configuration in org.apache.fop.render.txt
Methods in org.apache.fop.render.txt with parameters of type Configuration Modifier and Type Method Description TxtRendererConfig
TxtRendererConfig.TxtRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)
Builds the object that contains the renderer configuration data. -
Uses of Configuration in org.apache.fop.svg
Fields in org.apache.fop.svg declared as Configuration Modifier and Type Field Description private Configuration
AbstractFOPTranscoder. cfg
Methods in org.apache.fop.svg that return Configuration Modifier and Type Method Description protected Configuration
AbstractFOPTranscoder. getEffectiveConfiguration()
Returns the effective configuration for the transcoder.Methods in org.apache.fop.svg with parameters of type Configuration Modifier and Type Method Description void
AbstractFOPTranscoder. configure(Configuration cfg)
void
PDFDocumentGraphics2DConfigurator. configure(PDFDocumentGraphics2D graphics, Configuration cfg, boolean useComplexScriptFeatures)
Configures a PDFDocumentGraphics2D instance using an Avalon Configuration object.static FontInfo
PDFDocumentGraphics2DConfigurator. createFontInfo(Configuration cfg, boolean useComplexScriptFeatures)
Creates theFontInfo
instance for the given configuration.
-