Class IFRendererConfig
- java.lang.Object
-
- org.apache.fop.render.intermediate.IFRendererConfig
-
- All Implemented Interfaces:
RendererConfig
public final class IFRendererConfig extends java.lang.Object implements RendererConfig
The Intermediate Format renderer configuration data object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IFRendererConfig.IFRendererConfigParser
The Intermediate Format configuration data parser.-
Nested classes/interfaces inherited from interface org.apache.fop.render.RendererConfig
RendererConfig.RendererConfigParser
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FontConfig
getFontInfoConfig()
Returns the render-specific font configuration information.
-
-
-
Method Detail
-
getFontInfoConfig
public FontConfig getFontInfoConfig()
Description copied from interface:RendererConfig
Returns the render-specific font configuration information.- Specified by:
getFontInfoConfig
in interfaceRendererConfig
- Returns:
- the font config
-
-