Package org.apache.fop.render
Interface RendererContextConstants
- All Known Subinterfaces:
AFPRendererContextConstants,Java2DRendererContextConstants,PCLRendererContextConstants,PDFRendererContextConstants,PSRendererContextConstants
- All Known Implementing Classes:
AbstractGenericSVGHandler,AFPSVGHandler,Java2DSVGHandler,PCLSVGHandler,PDFSVGHandler,PSSVGHandler
public interface RendererContextConstants
Defines a number of standard constants (keys) for use by the RendererContext class.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAn optional Map (keys: QName, values: String) with attributes containing additional hints for rendering.static final StringThe configuration for the XMLHandler.static final StringThe target height of the image being painted.static final StringThe output stream that the document is being sent to.static final StringThe current PageViewport being rendered.static final StringThe target width of the image being painted.static final StringThe x position that this image is being drawn at.static final StringThe y position that this image is being drawn at.
-
Field Details
-
OUTPUT_STREAM
The output stream that the document is being sent to.- See Also:
-
PAGE_VIEWPORT
The current PageViewport being rendered.- See Also:
-
WIDTH
The target width of the image being painted.- See Also:
-
HEIGHT
The target height of the image being painted.- See Also:
-
XPOS
The x position that this image is being drawn at.- See Also:
-
YPOS
The y position that this image is being drawn at.- See Also:
-
HANDLER_CONFIGURATION
The configuration for the XMLHandler.- See Also:
-
FOREIGN_ATTRIBUTES
An optional Map (keys: QName, values: String) with attributes containing additional hints for rendering.- See Also:
-