public interface RendererContextConstants
Modifier and Type | Field and Description |
---|---|
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.
|
static final String OUTPUT_STREAM
static final String PAGE_VIEWPORT
static final String WIDTH
static final String HEIGHT
static final String XPOS
static final String YPOS
static final String HANDLER_CONFIGURATION
static final String FOREIGN_ATTRIBUTES
Copyright © 2025 Apache Software Foundation. All rights reserved.