org.apache.fop.render.ps
Class PSRendererConfig
java.lang.Object
org.apache.fop.render.ps.PSRendererConfig
- All Implemented Interfaces:
- RendererConfig
public final class PSRendererConfig
- extends java.lang.Object
- implements RendererConfig
The PostScript renderer configuration data object.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getFontInfoConfig
public DefaultFontConfig getFontInfoConfig()
- Description copied from interface:
RendererConfig
- Returns the render-specific font configuration information.
- Specified by:
getFontInfoConfig
in interface RendererConfig
- Returns:
- the font config
isAutoRotateLandscape
public java.lang.Boolean isAutoRotateLandscape()
getLanguageLevel
public java.lang.Integer getLanguageLevel()
isOptimizeResources
public java.lang.Boolean isOptimizeResources()
isSafeSetPageDevice
public java.lang.Boolean isSafeSetPageDevice()
isDscComplianceEnabled
public java.lang.Boolean isDscComplianceEnabled()
getRenderingMode
public org.apache.fop.render.ps.PSRenderingMode getRenderingMode()
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.