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 voidContainerUtil. configure(Configurable configurable, Configuration configuration) -
Uses of Configuration in org.apache.fop.apps
Methods in org.apache.fop.apps that return Configuration Modifier and Type Method Description ConfigurationFOUserAgent. getRendererConfiguration(java.lang.String mimeType)Returns aConfigurationobject for which contains renderer configuration for a given MIME type.ConfigurationFopFactory. getUserConfig()Get the user configuration.ConfigurationFopFactoryBuilder.FopFactoryConfigImpl. getUserConfig()Returns the AvalonConfigurationobject.ConfigurationFopFactoryConfig. getUserConfig()Returns the AvalonConfigurationobject.ConfigurationFOUserAgent. getUserConfig()Get the user configuration.Methods in org.apache.fop.apps with parameters of type Configuration Modifier and Type Method Description FopFactoryBuilderFopFactoryBuilder. setConfiguration(Configuration cfg)Sets the Avalon configuration if a FOP conf is used. -
Uses of Configuration in org.apache.fop.configuration
Classes in org.apache.fop.configuration that implement Configuration Modifier and Type Class Description classDefaultConfigurationMethods in org.apache.fop.configuration that return Configuration Modifier and Type Method Description ConfigurationConfiguration. getChild(java.lang.String key)ConfigurationConfiguration. getChild(java.lang.String key, boolean required)ConfigurationDefaultConfiguration. getChild(java.lang.String key)ConfigurationDefaultConfiguration. getChild(java.lang.String key, boolean required)Configuration[]Configuration. getChildren(java.lang.String key)Configuration[]DefaultConfiguration. getChildren(java.lang.String key)Methods in org.apache.fop.configuration with parameters of type Configuration Modifier and Type Method Description voidConfigurable. configure(Configuration cfg) -
Uses of Configuration in org.apache.fop.fonts
Methods in org.apache.fop.fonts with parameters of type Configuration Modifier and Type Method Description static FontTriplet.MatcherFontManagerConfigurator. createFontsMatcher(Configuration cfg, boolean strict)Creates a font triplet matcher from a configuration object.DefaultFontConfigDefaultFontConfig.DefaultFontConfigParser. parse(Configuration cfg, boolean strict)Parses the font configuration and return the configuration object.DefaultFontConfigDefaultFontConfig.DefaultFontConfigParser. parse(Configuration cfg, boolean strict, FontEventAdapter eventAdapter)FontConfigDefaultFontConfig.DefaultFontConfigParser. parse(Configuration cfg, FontManager fontManager, boolean strict, org.apache.fop.events.EventProducer eventProducer)Parse the font configuration and return an object containing all the necessary data.FontConfigFontConfig.FontConfigParser. parse(Configuration cfg, FontManager fontManager, boolean strict, org.apache.fop.events.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 constructor -
Uses of Configuration in org.apache.fop.fonts.substitute
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 with parameters of type Configuration Modifier and Type Method Description RendererConfigRendererConfig.RendererConfigParser. build(FOUserAgent userAgent, Configuration rendererConfiguration)Builds the object that contains the renderer configuration data. -
Uses of Configuration in org.apache.fop.render.afp
Methods in org.apache.fop.render.afp that return Configuration Modifier and Type Method Description ConfigurationAFPInfo. getHandlerConfiguration()Returns the handler configurationMethods in org.apache.fop.render.afp with parameters of type Configuration Modifier and Type Method Description AFPRendererConfigAFPRendererConfig.AFPRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)Builds the object that contains the renderer configuration data.voidAFPInfo. setHandlerConfiguration(Configuration cfg)Sets the handler configuration -
Uses of Configuration in org.apache.fop.render.bitmap
Methods in org.apache.fop.render.bitmap with parameters of type Configuration Modifier and Type Method Description BitmapRendererConfigBitmapRendererConfig.BitmapRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)PNGRendererConfigPNGRendererConfig.PNGRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)TIFFRendererConfigTIFFRendererConfig.TIFFRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)Builds the object that contains the renderer configuration data. -
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 RendererConfigIFRendererConfig.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 Java2DRendererConfigJava2DRendererConfig.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 PCLRendererConfigPCLRendererConfig.PCLRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)Builds the object that contains the renderer configuration data. -
Uses of Configuration in org.apache.fop.render.pdf
Fields in org.apache.fop.render.pdf declared as Configuration Modifier and Type Field Description ConfigurationPDFSVGHandler.PDFInfo. cfgsee PDF_HANDLER_CONFIGURATIONMethods in org.apache.fop.render.pdf with parameters of type Configuration Modifier and Type Method Description PDFRendererConfigPDFRendererConfig.PDFRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg) -
Uses of Configuration in org.apache.fop.render.ps
Methods in org.apache.fop.render.ps that return Configuration Modifier and Type Method Description ConfigurationPSSVGHandler.PSInfo. getHandlerConfiguration()Returns the height.Methods in org.apache.fop.render.ps with parameters of type Configuration Modifier and Type Method Description PSRendererConfigPSRendererConfig.PSRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)voidPSSVGHandler.PSInfo. setHandlerConfiguration(Configuration cfg)Sets the handler configuration. -
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 TxtRendererConfigTxtRendererConfig.TxtRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)Builds the object that contains the renderer configuration data. -
Uses of Configuration in org.apache.fop.svg
Methods in org.apache.fop.svg that return Configuration Modifier and Type Method Description protected ConfigurationAbstractFOPTranscoder. getEffectiveConfiguration()Returns the effective configuration for the transcoder.Methods in org.apache.fop.svg with parameters of type Configuration Modifier and Type Method Description voidAbstractFOPTranscoder. configure(Configuration cfg)voidPDFDocumentGraphics2DConfigurator. configure(PDFDocumentGraphics2D graphics, Configuration cfg, boolean useComplexScriptFeatures)Configures a PDFDocumentGraphics2D instance using an Avalon Configuration object.static FontInfoPDFDocumentGraphics2DConfigurator. createFontInfo(Configuration cfg, boolean useComplexScriptFeatures)Creates theFontInfoinstance for the given configuration.
-