Class Java2DSVGHandler

    • Constructor Detail

      • Java2DSVGHandler

        public Java2DSVGHandler()
        Create a new Java2D XML handler for use by the Java2D renderer and its subclasses.
    • Method Detail

      • getJava2DInfo

        public static Java2DSVGHandler.Java2DInfo getJava2DInfo​(RendererContext context)
        Get the pdf information from the render context.
        Parameters:
        context - the renderer context
        Returns:
        the pdf information retrieved from the context
      • supportsRenderer

        public boolean supportsRenderer​(Renderer renderer)
        Checks if this XMLHandler supports handling an XML namespace for a particular renderer.
        Specified by:
        supportsRenderer in interface XMLHandler
        Parameters:
        renderer - the renderer for which to check.
        Returns:
        true if this XML handler supports a particular renderer