Package org.apache.fop.render.txt
Class TxtRendererConfig
- java.lang.Object
-
- org.apache.fop.render.txt.TxtRendererConfig
-
- All Implemented Interfaces:
RendererConfig
public final class TxtRendererConfig extends java.lang.Object implements RendererConfig
The Text renderer configuration data object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TxtRendererConfig.TxtRendererConfigParser
The Text renderer configuration data parser.static class
TxtRendererConfig.TxtRendererOption
-
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 java.lang.String
getEncoding()
DefaultFontConfig
getFontInfoConfig()
Returns the render-specific font configuration information.
-
-
-
Method Detail
-
getFontInfoConfig
public DefaultFontConfig getFontInfoConfig()
Description copied from interface:RendererConfig
Returns the render-specific font configuration information.- Specified by:
getFontInfoConfig
in interfaceRendererConfig
- Returns:
- the font config
-
getEncoding
public java.lang.String getEncoding()
-
-