Documentation of 'jhplot.io.images.ConvertSVG' Java class.
ConvertSVG
jhplot.io.images

Class ConvertSVG



  • public class ConvertSVG
    extends java.lang.Object
    Convert a SVG file into a number of formats, such as SVGZ, PDF, EPS, PS.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ConvertSVG() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void SVGTo(java.lang.String in, java.lang.String out)
      Convert a SVG to EPS, PS, SVGZ or PDF.
      static void SVGTo(java.lang.String in, java.lang.String out, boolean isSourceRemove)
      Convert a SVG to EPS, PS, SVGZ or PDF.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConvertSVG

        public ConvertSVG()
    • Method Detail

      • SVGTo

        public static void SVGTo(java.lang.String in,
                                 java.lang.String out,
                                 boolean isSourceRemove)
        Convert a SVG to EPS, PS, SVGZ or PDF. The file type is given by extension. SVGZ is compressed SVG image (using gzip compression) Supported output:
        JPEG
        PNG
        PS
        EPS
        PDF
        SVGZ
        Parameters:
        in - Input file in SVG format
        out - Output file in designed format.
        isSourceRemove - true if source is removed.
      • SVGTo

        public static void SVGTo(java.lang.String in,
                                 java.lang.String out)
        Convert a SVG to EPS, PS, SVGZ or PDF. The file type is given by extension. SVGZ is compressed SVG image (using gzip compression). The original source is kept. Supported output:
        JPEG
        PNG
        PS
        EPS
        PDF
        SVGZ
        Parameters:
        in - Input file in SVG format
        out - Output file in designed format.

DMelt 3.0 © DataMelt by jWork.ORG