org.apache.fop.render.ps
Interface PSRendererContextConstants
- RendererContextConstants
- PSSVGHandler
public interface PSRendererContextConstants
Defines a number of standard constants (keys) for use by the RendererContext class.
static String | PS_FONT_INFO - The font information for the PostScript renderer.
|
static String | PS_GENERATOR - The PostScript generator that is being used to drawn into.
|
PS_FONT_INFO
public static final String PS_FONT_INFO
The font information for the PostScript renderer.
PS_GENERATOR
public static final String PS_GENERATOR
The PostScript generator that is being used to drawn into.
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.