Class FopFactoryBuilder.FopFactoryConfigImpl

java.lang.Object
org.apache.fop.apps.FopFactoryBuilder.FopFactoryConfigImpl
All Implemented Interfaces:
FopFactoryConfig
Enclosing class:
FopFactoryBuilder

public static class FopFactoryBuilder.FopFactoryConfigImpl extends Object implements FopFactoryConfig
  • Field Details

    • enviro

      private final EnvironmentProfile enviro
    • imageManager

      private final org.apache.xmlgraphics.image.loader.ImageManager imageManager
    • accessibility

      private boolean accessibility
    • keepEmptyTags

      private boolean keepEmptyTags
    • layoutManagerMaker

      private LayoutManagerMaker layoutManagerMaker
    • baseURI

      private URI baseURI
    • hyphenationResourceResolver

      private InternalResourceResolver hyphenationResourceResolver
    • hasStrictFOValidation

      private boolean hasStrictFOValidation
    • hasStrictUserValidation

      private boolean hasStrictUserValidation
    • breakIndentInheritanceOnReferenceBoundary

      private boolean breakIndentInheritanceOnReferenceBoundary
    • sourceResolution

      private float sourceResolution
    • targetResolution

      private float targetResolution
    • pageHeight

      private String pageHeight
    • pageWidth

      private String pageWidth
    • ignoredNamespaces

      private Set<String> ignoredNamespaces
    • cfg

      private Configuration cfg
    • preferRenderer

      private boolean preferRenderer
    • isComplexScript

      private boolean isComplexScript
    • hyphPatNames

      private Map<String,String> hyphPatNames
    • tableBorderOverpaint

      private boolean tableBorderOverpaint
  • Constructor Details

  • Method Details