Class CachedImageHandlerJPEGEncoder

    • Field Detail

      • CACHED_JPEG_PREFIX

        public static final java.lang.String CACHED_JPEG_PREFIX
        See Also:
        Constant Field Values
      • CACHED_JPEG_SUFFIX

        public static final java.lang.String CACHED_JPEG_SUFFIX
        See Also:
        Constant Field Values
      • refPrefix

        protected java.lang.String refPrefix
    • Constructor Detail

      • CachedImageHandlerJPEGEncoder

        public CachedImageHandlerJPEGEncoder​(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