Class ImageHandlerPNGEncoder

    • Constructor Detail

      • ImageHandlerPNGEncoder

        public ImageHandlerPNGEncoder​(java.lang.String imageDir,
                                      java.lang.String urlRoot)
                               throws SVGGraphics2DIOException
        Parameters:
        imageDir - directory where this handler should generate images. If null, an IllegalArgumentException is thrown.
        urlRoot - root for the urls that point to images created by this image handler. If null, then the url corresponding to imageDir is used.
        Throws:
        SVGGraphics2DIOException