Interface ImageHandler

    • Method Detail

      • handleImage

        void handleImage​(java.awt.Image image,
                         org.w3c.dom.Element imageElement,
                         SVGGeneratorContext generatorContext)
        The handler should set the xlink:href tag and the width and height attributes.
      • handleImage

        void handleImage​(java.awt.image.RenderedImage image,
                         org.w3c.dom.Element imageElement,
                         SVGGeneratorContext generatorContext)
        The handler should set the xlink:href tag and the width and height attributes.
      • handleImage

        void handleImage​(java.awt.image.renderable.RenderableImage image,
                         org.w3c.dom.Element imageElement,
                         SVGGeneratorContext generatorContext)
        The handler should set the xlink:href tag and the width and height attributes.