Package org.apache.batik.script.rhino.svg12

Examples of org.apache.batik.script.rhino.svg12.GlobalWrapper


     * @param documentURL the url for the document which will be scripted
     * @param svg12 whether the document is an SVG 1.2 document
     */
    public Interpreter createInterpreter(URL documentURL, boolean svg12) {
        if (svg12) {
            return new SVG12RhinoInterpreter(documentURL);
        }
        return new RhinoInterpreter(documentURL);
    }
View Full Code Here

TOP

Related Classes of org.apache.batik.script.rhino.svg12.GlobalWrapper

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.