fop 0.91beta

org.apache.fop.render
Interface RendererContextConstants

All Known Subinterfaces:
Java2DRendererContextConstants, PDFRendererContextConstants, PSRendererContextConstants, SVGRendererContextConstants

public interface RendererContextConstants

Defines a number of standard constants (keys) for use by the RendererContext class.


Field Summary
static java.lang.String HANDLER_CONFIGURATION
          The configuration for the XMLHandler.
static java.lang.String HEIGHT
          The target height of the image being painted.
static java.lang.String OUTPUT_STREAM
          The output stream that the document is being sent to.
static java.lang.String WIDTH
          The target width of the image being painted.
static java.lang.String XPOS
          The x position that this image is being drawn at.
static java.lang.String YPOS
          The y position that this image is being drawn at.
 

Field Detail

OUTPUT_STREAM

public static final java.lang.String OUTPUT_STREAM
The output stream that the document is being sent to.

WIDTH

public static final java.lang.String WIDTH
The target width of the image being painted.

HEIGHT

public static final java.lang.String HEIGHT
The target height of the image being painted.

XPOS

public static final java.lang.String XPOS
The x position that this image is being drawn at.

YPOS

public static final java.lang.String YPOS
The y position that this image is being drawn at.

HANDLER_CONFIGURATION

public static final java.lang.String HANDLER_CONFIGURATION
The configuration for the XMLHandler.

fop 0.91beta

Copyright 1999-2005 The Apache Software Foundation. All Rights Reserved.