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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    An optional Map (keys: QName, values: String) with attributes containing additional hints for rendering.
    static final String
    The configuration for the XMLHandler.
    static final String
    The target height of the image being painted.
    static final String
    The output stream that the document is being sent to.
    static final String
    The current PageViewport being rendered.
    static final String
    The target width of the image being painted.
    static final String
    The x position that this image is being drawn at.
    static final String
    The y position that this image is being drawn at.