Uses of Enum
org.apache.fop.render.ps.PSRendererOption
Packages that use PSRendererOption
-
Uses of PSRendererOption in org.apache.fop.render.ps
Subclasses with type arguments of type PSRendererOption in org.apache.fop.render.psModifier and TypeClassDescriptionenumAn enumeration of the PostScript renderer configuration options along with their default values.Fields in org.apache.fop.render.ps with type parameters of type PSRendererOptionModifier and TypeFieldDescriptionprivate final EnumMap<PSRendererOption, Object> PSRendererConfig.paramsMethods in org.apache.fop.render.ps that return PSRendererOptionModifier and TypeMethodDescriptionstatic PSRendererOptionReturns the enum constant of this type with the specified name.static PSRendererOption[]PSRendererOption.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.fop.render.ps with parameters of type PSRendererOptionModifier and TypeMethodDescriptionprivate voidPSRendererConfig.ParserHelper.setBoolConfigParam(Configuration cfg, PSRendererOption option) private voidPSRendererConfig.ParserHelper.setConfigParameter(PSRendererOption option, Object value)