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