public interface RendererContextConstants
Modifier and Type | Field and Description |
---|---|
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.
|
static final java.lang.String OUTPUT_STREAM
static final java.lang.String PAGE_VIEWPORT
static final java.lang.String WIDTH
static final java.lang.String HEIGHT
static final java.lang.String XPOS
static final java.lang.String YPOS
static final java.lang.String HANDLER_CONFIGURATION
static final java.lang.String FOREIGN_ATTRIBUTES
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.