Package org.apache.fop.render.afp
Class AFPRendererConfig.ParserHelper
- java.lang.Object
-
- org.apache.fop.render.afp.AFPRendererConfig.ParserHelper
-
- Enclosing class:
- AFPRendererConfig
private static final class AFPRendererConfig.ParserHelper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private Configuration
cfg
private AFPRendererConfig
config
private static org.apache.commons.logging.Log
LOG
private boolean
strict
-
Constructor Summary
Constructors Modifier Constructor Description private
ParserHelper(Configuration cfg, FontManager fontManager, boolean strict, AFPEventProducer eventProducer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
configure()
private void
configureGOCA()
private void
configureImages()
private void
configureJpegImages(Configuration imagesCfg)
private void
createResourceGroupFile()
private void
createResourceLevel()
private void
setParam(AFPRendererOption option, java.lang.Object value)
-
-
-
Field Detail
-
LOG
private static final org.apache.commons.logging.Log LOG
-
config
private final AFPRendererConfig config
-
strict
private final boolean strict
-
cfg
private final Configuration cfg
-
-
Constructor Detail
-
ParserHelper
private ParserHelper(Configuration cfg, FontManager fontManager, boolean strict, AFPEventProducer eventProducer) throws ConfigurationException, FOPException
- Throws:
ConfigurationException
FOPException
-
-
Method Detail
-
configure
private void configure() throws ConfigurationException, FOPException
- Throws:
ConfigurationException
FOPException
-
setParam
private void setParam(AFPRendererOption option, java.lang.Object value)
-
configureImages
private void configureImages() throws ConfigurationException, FOPException
- Throws:
ConfigurationException
FOPException
-
configureGOCA
private void configureGOCA()
-
configureJpegImages
private void configureJpegImages(Configuration imagesCfg)
-
createResourceGroupFile
private void createResourceGroupFile() throws FOPException
- Throws:
FOPException
-
createResourceLevel
private void createResourceLevel() throws FOPException
- Throws:
FOPException
-
-