fop 0.93

org.apache.fop.render
Interface RendererContextConstants

All Known Subinterfaces:
AFPRendererContextConstants, Java2DRendererContextConstants, PDFRendererContextConstants, PSRendererContextConstants, SVGRendererContextConstants
All Known Implementing Classes:
AbstractGenericSVGHandler

public interface RendererContextConstants

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


Field Summary
static java.lang.String FOREIGN_ATTRIBUTES
          An optional Map (keys: QName, values: String) with attributes containing additional hints for rendering.
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 PAGE_VIEWPORT
          The current PageViewport being rendered.
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.

PAGE_VIEWPORT

public static final java.lang.String PAGE_VIEWPORT
The current PageViewport being rendered.

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.

FOREIGN_ATTRIBUTES

public static final java.lang.String FOREIGN_ATTRIBUTES
An optional Map (keys: QName, values: String) with attributes containing additional hints for rendering.

fop 0.93

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