org.apache.fop.render
Interface RendererContextConstants
- AFPRendererContextConstants, Java2DRendererContextConstants, PDFRendererContextConstants, PSRendererContextConstants, SVGRendererContextConstants
- AbstractGenericSVGHandler, AFPSVGHandler, Java2DSVGHandler, PCLSVGHandler, PDFSVGHandler, PSSVGHandler, SVGSVGHandler
public interface RendererContextConstants
Defines a number of standard constants (keys) for use by the RendererContext class.
static String | FOREIGN_ATTRIBUTES - An optional Map (keys: QName, values: String) with attributes containing additional hints
for rendering.
|
static String | HANDLER_CONFIGURATION - The configuration for the XMLHandler.
|
static String | HEIGHT - The target height of the image being painted.
|
static String | OUTPUT_STREAM - The output stream that the document is being sent to.
|
static String | PAGE_VIEWPORT - The current PageViewport being rendered.
|
static String | WIDTH - The target width of the image being painted.
|
static String | XPOS - The x position that this image is being drawn at.
|
static String | YPOS - The y position that this image is being drawn at.
|
FOREIGN_ATTRIBUTES
public static final String FOREIGN_ATTRIBUTES
An optional Map (keys: QName, values: String) with attributes containing additional hints
for rendering.
HANDLER_CONFIGURATION
public static final String HANDLER_CONFIGURATION
The configuration for the XMLHandler.
HEIGHT
public static final String HEIGHT
The target height of the image being painted.
OUTPUT_STREAM
public static final String OUTPUT_STREAM
The output stream that the document is being sent to.
PAGE_VIEWPORT
public static final String PAGE_VIEWPORT
The current PageViewport being rendered.
WIDTH
public static final String WIDTH
The target width of the image being painted.
XPOS
public static final String XPOS
The x position that this image is being drawn at.
YPOS
public static final String YPOS
The y position that this image is being drawn at.
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.