Uses of Interface
org.apache.fop.configuration.Configuration
Packages that use Configuration
Package
Description
Application classes used for running FOP embedded in other applications.
Classes for font handling.
Font substitution facilities.
Generic renderer interface.
An AFP Renderer implementation and supporting classes.
Bitmap Renderer which creates TIFF and PNG images from rendered pages.
Java2D Renderer which paints rendered pages on Graphics2D instances.
PCL Renderer (Supports PCL5 and HP GL/2)
PDF Renderer
PostScript Renderer
Plain Text Renderer
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 ConfigurationModifier and TypeMethodDescriptionstatic voidContainerUtil.configure(Configurable configurable, Configuration configuration) -
Uses of Configuration in org.apache.fop.apps
Fields in org.apache.fop.apps declared as ConfigurationModifier and TypeFieldDescriptionprivate ConfigurationFopFactoryBuilder.FopFactoryConfigImpl.cfgMethods in org.apache.fop.apps that return ConfigurationModifier and TypeMethodDescriptionFOUserAgent.getRendererConfiguration(String mimeType) Returns aConfigurationobject for which contains renderer configuration for a given MIME type.FopFactory.getUserConfig()Get the user configuration.FopFactoryBuilder.FopFactoryConfigImpl.getUserConfig()Returns the AvalonConfigurationobject.FopFactoryConfig.getUserConfig()Returns the AvalonConfigurationobject.FOUserAgent.getUserConfig()Get the user configuration.Methods in org.apache.fop.apps with parameters of type ConfigurationModifier and TypeMethodDescriptionprivate voidFopConfParser.configure(URI baseURI, org.apache.xmlgraphics.io.ResourceResolver resourceResolver, Configuration cfg) private voidFopConfParser.configureImageLoading(Configuration parent, boolean strict) (package private) RendererConfigFopFactory.getRendererConfig(FOUserAgent userAgent, Configuration cfg, RendererConfig.RendererConfigParser configCreator) Returns the renderer configuration object for a specific renderer given the parser and configuration to read.voidFopFactoryBuilder.ActiveFopFactoryConfigBuilder.setConfiguration(Configuration cfg) voidFopFactoryBuilder.CompletedFopFactoryConfigBuilder.setConfiguration(Configuration cfg) voidFopFactoryBuilder.FopFactoryConfigBuilder.setConfiguration(Configuration cfg) FopFactoryBuilder.setConfiguration(Configuration cfg) Sets the Avalon configuration if a FOP conf is used.protected FopFactoryBuilderFopFactoryBuilder.setConfiguration(Configuration cfg, boolean parse) private voidFopConfParser.setHyphenationBase(Configuration cfg, org.apache.xmlgraphics.io.ResourceResolver resourceResolver, URI baseURI, FopFactoryBuilder fopFactoryBuilder) private voidFopConfParser.setHyphPatNames(Configuration cfg, FopFactoryBuilder builder, boolean strict) Constructors in org.apache.fop.apps with parameters of type ConfigurationModifierConstructorDescriptionFopConfParser(Configuration cfg, FopFactoryBuilder fopFactoryBuilder) -
Uses of Configuration in org.apache.fop.configuration
Classes in org.apache.fop.configuration that implement ConfigurationModifier and TypeClassDescriptionclass(package private) final classMethods in org.apache.fop.configuration that return ConfigurationModifier and TypeMethodDescriptionConfiguration.getChildren(String key) DefaultConfiguration.getChildren(String key) NullConfiguration.getChildren(String key) Methods in org.apache.fop.configuration with parameters of type Configuration -
Uses of Configuration in org.apache.fop.fonts
Fields in org.apache.fop.fonts declared as ConfigurationModifier and TypeFieldDescriptionprivate final ConfigurationFontManagerConfigurator.cfgprivate ConfigurationDefaultFontConfig.ParserHelper.configprivate ConfigurationDefaultFontConfig.ParserHelper.fontInfoCfgMethods in org.apache.fop.fonts with parameters of type ConfigurationModifier and TypeMethodDescriptionstatic FontTriplet.MatcherFontManagerConfigurator.createFontsMatcher(Configuration cfg, boolean strict) Creates a font triplet matcher from a configuration object.private FontTripletDefaultFontConfig.ParserHelper.getFontTriplet(Configuration tripletCfg, boolean strict) Creates a new FontTriplet given a triple ConfigurationDefaultFontConfig.DefaultFontConfigParser.parse(Configuration cfg, boolean strict) Parses the font configuration and return the configuration object.DefaultFontConfig.DefaultFontConfigParser.parse(Configuration cfg, boolean strict, FontEventAdapter eventAdapter) 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.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 ConfigurationModifierConstructorDescriptionFontManagerConfigurator(Configuration cfg, URI baseURI, URI fallbackURI, org.apache.xmlgraphics.io.ResourceResolver resourceResolver) Main constructorprivateParserHelper(Configuration cfg, boolean strict) privateParserHelper(Configuration cfg, boolean strict, FontEventAdapter eventAdapter) -
Uses of Configuration in org.apache.fop.fonts.substitute
Fields in org.apache.fop.fonts.substitute declared as ConfigurationMethods in org.apache.fop.fonts.substitute with parameters of type ConfigurationModifier and TypeMethodDescriptionprivate static FontQualifierFontSubstitutionsConfigurator.getQualfierFromConfiguration(Configuration cfg) Constructors in org.apache.fop.fonts.substitute with parameters of type Configuration -
Uses of Configuration in org.apache.fop.render
Methods in org.apache.fop.render that return ConfigurationModifier and TypeMethodDescriptionprivate ConfigurationXMLHandlerConfigurator.getHandlerConfig(Configuration cfg, String namespace) Returns the configuration subtree for a specific renderer.Methods in org.apache.fop.render with parameters of type ConfigurationModifier and TypeMethodDescriptionRendererConfig.RendererConfigParser.build(FOUserAgent userAgent, Configuration rendererConfiguration) Builds the object that contains the renderer configuration data.private ConfigurationXMLHandlerConfigurator.getHandlerConfig(Configuration cfg, 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 ConfigurationModifier and TypeFieldDescriptionprivate final ConfigurationAFPRendererConfig.ParserHelper.cfgprivate ConfigurationAFPInfo.handlerConfigurationsee HANDLER_CONFIGURATIONMethods in org.apache.fop.render.afp that return ConfigurationModifier and TypeMethodDescriptionAFPInfo.getHandlerConfiguration()Returns the handler configurationMethods in org.apache.fop.render.afp with parameters of type ConfigurationModifier and TypeMethodDescriptionAFPRendererConfig.AFPRendererConfigParser.build(FOUserAgent userAgent, Configuration cfg) Builds the object that contains the renderer configuration data.private voidAFPFontConfig.ParserHelper.buildFont(Configuration fontCfg, AFPEventProducer eventProducer) private voidAFPRendererConfig.ParserHelper.configureJpegImages(Configuration imagesCfg) private voidAFPFontConfig.ParserHelper.fontFromType(List<FontTriplet> fontTriplets, String type, String codepage, String encoding, Configuration cfg, AFPEventProducer eventProducer, String embedURI) private AFPFontConfig.CIDKeyedFontConfigAFPFontConfig.ParserHelper.getCIDKeyedFont(List<FontTriplet> fontTriplets, String type, String codepage, String encoding, Configuration cfg, AFPEventProducer eventProducer, String uri) private AFPFontConfig.OutlineFontConfigAFPFontConfig.ParserHelper.getOutlineFont(List<FontTriplet> fontTriplets, String type, String codepage, String encoding, Configuration cfg, AFPEventProducer eventProducer, String uri) private AFPFontConfig.RasterFontConfigAFPFontConfig.ParserHelper.getRasterFont(List<FontTriplet> triplets, String type, String codepage, String encoding, Configuration cfg, AFPEventProducer eventProducer, String uri) private AFPFontConfig.TrueTypeFontConfigAFPFontConfig.ParserHelper.getTruetypeFont(List<FontTriplet> fontTriplets, String type, String codepage, String encoding, Configuration cfg, AFPEventProducer eventProducer, String uri) AFPFontConfig.AFPFontInfoConfigParser.parse(Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer) Parse the font configuration and return an object containing all the necessary data.voidAFPInfo.setHandlerConfiguration(Configuration cfg) Sets the handler configurationConstructors in org.apache.fop.render.afp with parameters of type ConfigurationModifierConstructorDescriptionprivateParserHelper(Configuration cfg, FontManager fontManager, boolean strict, AFPEventProducer eventProducer) privateParserHelper(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 ConfigurationModifier and TypeMethodDescriptionprivate ConfigurationBitmapRendererConfig.BitmapRendererConfigParser.getChild(Configuration cfg, BitmapRendererOption option) Methods in org.apache.fop.render.bitmap with parameters of type ConfigurationModifier and TypeMethodDescriptionBitmapRendererConfig.BitmapRendererConfigParser.build(FOUserAgent userAgent, Configuration cfg) (package private) voidBitmapRendererConfig.BitmapRendererConfigParser.build(BitmapRendererConfig config, FOUserAgent userAgent, Configuration cfg) PNGRendererConfig.PNGRendererConfigParser.build(FOUserAgent userAgent, Configuration cfg) TIFFRendererConfig.TIFFRendererConfigParser.build(FOUserAgent userAgent, Configuration cfg) Builds the object that contains the renderer configuration data.private ConfigurationBitmapRendererConfig.BitmapRendererConfigParser.getChild(Configuration cfg, BitmapRendererOption option) private StringBitmapRendererConfig.BitmapRendererConfigParser.getValue(Configuration cfg, BitmapRendererOption option) private StringTIFFRendererConfig.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 ConfigurationModifier and TypeMethodDescriptionIFRendererConfig.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 ConfigurationModifier and TypeMethodDescriptionJava2DRendererConfig.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 ConfigurationModifier and TypeMethodDescriptionPCLRendererConfig.PCLRendererConfigParser.build(FOUserAgent userAgent, Configuration cfg) Builds the object that contains the renderer configuration data.private voidPCLRendererConfig.PCLRendererConfigParser.configure(Configuration cfg, PCLRendererConfig config) -
Uses of Configuration in org.apache.fop.render.pdf
Fields in org.apache.fop.render.pdf declared as ConfigurationMethods in org.apache.fop.render.pdf with parameters of type ConfigurationModifier and TypeMethodDescriptionPDFRendererConfig.PDFRendererConfigParser.build(FOUserAgent userAgent, Configuration cfg) private voidPDFRendererConfig.ParserHelper.buildFilterMapFromConfiguration(Configuration cfg) private voidPDFRendererConfig.ParserHelper.configure(Configuration cfg, FOUserAgent userAgent, boolean strict) private voidPDFRendererConfig.ParserHelper.configureEncryptionParams(Configuration cfg, FOUserAgent userAgent, boolean strict) private booleanPDFRendererConfig.ParserHelper.doesValueExist(Configuration cfg, RendererConfigOption option) private voidPDFRendererConfig.ParserHelper.parseAndPut(PDFRendererOption option, Configuration cfg) private StringPDFRendererConfig.ParserHelper.parseConfig(Configuration cfg, RendererConfigOption option) Constructors in org.apache.fop.render.pdf with parameters of type ConfigurationModifierConstructorDescriptionprivateParserHelper(Configuration cfg, FOUserAgent userAgent, boolean strict) -
Uses of Configuration in org.apache.fop.render.ps
Fields in org.apache.fop.render.ps declared as ConfigurationModifier and TypeFieldDescriptionprivate ConfigurationPSSVGHandler.PSInfo.cfgsee HANDLER_CONFIGURATIONMethods in org.apache.fop.render.ps that return ConfigurationModifier and TypeMethodDescriptionPSSVGHandler.PSInfo.getHandlerConfiguration()Returns the height.Methods in org.apache.fop.render.ps with parameters of type ConfigurationModifier and TypeMethodDescriptionPSRendererConfig.PSRendererConfigParser.build(FOUserAgent userAgent, Configuration cfg) private voidPSRendererConfig.ParserHelper.setBoolConfigParam(Configuration cfg, PSRendererOption option) voidPSSVGHandler.PSInfo.setHandlerConfiguration(Configuration cfg) Sets the handler configuration.Constructors in org.apache.fop.render.ps with parameters of type Configuration -
Uses of Configuration in org.apache.fop.render.txt
Methods in org.apache.fop.render.txt with parameters of type ConfigurationModifier and TypeMethodDescriptionTxtRendererConfig.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 ConfigurationMethods in org.apache.fop.svg that return ConfigurationModifier and TypeMethodDescriptionprotected ConfigurationAbstractFOPTranscoder.getEffectiveConfiguration()Returns the effective configuration for the transcoder.Methods in org.apache.fop.svg with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidAbstractFOPTranscoder.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.