Uses of Class
org.apache.fop.configuration.ConfigurationException
Packages that use ConfigurationException
Package
Description
An AFP Renderer implementation and supporting classes.
PDF Renderer
PostScript Renderer
Classes that add SVG support to FOP and SVG->PDF conversion for Batik.
-
Uses of ConfigurationException in org.apache.fop.configuration
Methods in org.apache.fop.configuration that throw ConfigurationExceptionModifier and TypeMethodDescriptionDefaultConfigurationBuilder.build(InputStream confStream) DefaultConfigurationBuilder.buildFromFile(File file) voidConfigurable.configure(Configuration cfg) Configuration.getAttribute(String key) NullConfiguration.getAttribute(String key) floatConfiguration.getAttributeAsFloat(String key) floatDefaultConfiguration.getAttributeAsFloat(String key) floatNullConfiguration.getAttributeAsFloat(String key) Configuration.getValue()DefaultConfiguration.getValue()NullConfiguration.getValue()booleanConfiguration.getValueAsBoolean()booleanDefaultConfiguration.getValueAsBoolean()booleanNullConfiguration.getValueAsBoolean()floatConfiguration.getValueAsFloat()floatDefaultConfiguration.getValueAsFloat()floatNullConfiguration.getValueAsFloat()intConfiguration.getValueAsInteger()intDefaultConfiguration.getValueAsInteger()intNullConfiguration.getValueAsInteger() -
Uses of ConfigurationException in org.apache.fop.render.afp
Methods in org.apache.fop.render.afp that throw ConfigurationExceptionModifier and TypeMethodDescriptionprivate voidAFPFontConfig.ParserHelper.buildFont(Configuration fontCfg, AFPEventProducer eventProducer) private voidAFPRendererConfig.ParserHelper.configure()private voidAFPRendererConfig.ParserHelper.configureImages()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) Constructors in org.apache.fop.render.afp that throw ConfigurationExceptionModifierConstructorDescriptionprivateParserHelper(Configuration cfg, FontManager fontManager, boolean strict, AFPEventProducer eventProducer) privateParserHelper(Configuration cfg, FontManager fontManager, boolean strict, AFPEventProducer eventProducer) -
Uses of ConfigurationException in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf that throw ConfigurationExceptionModifier and TypeMethodDescriptionprivate voidPDFRendererConfig.ParserHelper.buildFilterMapFromConfiguration(Configuration cfg) -
Uses of ConfigurationException in org.apache.fop.render.ps
Constructors in org.apache.fop.render.ps that throw ConfigurationException -
Uses of ConfigurationException in org.apache.fop.svg
Methods in org.apache.fop.svg that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoidAbstractFOPTranscoder.configure(Configuration cfg) voidPDFDocumentGraphics2DConfigurator.configure(PDFDocumentGraphics2D graphics, Configuration cfg, boolean useComplexScriptFeatures) Configures a PDFDocumentGraphics2D instance using an Avalon Configuration object.