Package org.apache.fop.render
Interface RendererConfig
-
- All Known Implementing Classes:
AFPRendererConfig,BitmapRendererConfig,IFRendererConfig,Java2DRendererConfig,PCLRendererConfig,PDFRendererConfig,PNGRendererConfig,PSRendererConfig,TIFFRendererConfig,TxtRendererConfig
public interface RendererConfigImplementations of this interface have all the renderer-specific configuration data found in the FOP-conf. This object is just a data object that is created by theRendererConfig.RendererConfigParserwhen the FOP conf is parsed.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRendererConfig.RendererConfigParserImplementations of this interface parse the relevant renderer-specific configuration data within the FOP-conf and create aRendererConfig.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FontConfiggetFontInfoConfig()Returns the render-specific font configuration information.
-
-
-
Method Detail
-
getFontInfoConfig
FontConfig getFontInfoConfig()
Returns the render-specific font configuration information.- Returns:
- the font config
-
-