org.apache.fop.render.ps

Interface PSRendererContextConstants

All Superinterfaces:
RendererContextConstants
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 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.

Fields inherited from interface org.apache.fop.render.RendererContextConstants

FOREIGN_ATTRIBUTES, HANDLER_CONFIGURATION, HEIGHT, OUTPUT_STREAM, PAGE_VIEWPORT, WIDTH, XPOS, YPOS

Field Details

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-2007 The Apache Software Foundation. All Rights Reserved.