Uses of Class
org.apache.fop.render.ps.PSRendererOption
-
Packages that use PSRendererOption Package Description org.apache.fop.render.ps PostScript Renderer -
-
Uses of PSRendererOption in org.apache.fop.render.ps
Methods in org.apache.fop.render.ps that return PSRendererOption Modifier and Type Method Description static PSRendererOption
PSRendererOption. valueOf(java.lang.String name)
Returns 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.
-