org.apache.batik.script.jacl
Class JaclInterpreterFactory

java.lang.Object
  extended byorg.apache.batik.script.jacl.JaclInterpreterFactory
All Implemented Interfaces:
InterpreterFactory

public class JaclInterpreterFactory
extends java.lang.Object
implements InterpreterFactory

Allows to create instances of JaclInterpreter class.

Version:
$Id: JaclInterpreterFactory.java,v 1.5 2003/08/08 11:39:20 vhardy Exp $
Author:
Christophe Jolif

Constructor Summary
JaclInterpreterFactory()
          Builds a JaclInterpreterFactory.
 
Method Summary
 Interpreter createInterpreter(java.net.URL documentURL)
          Creates an instance of JaclInterpreter class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaclInterpreterFactory

public JaclInterpreterFactory()
Builds a JaclInterpreterFactory.

Method Detail

createInterpreter

public Interpreter createInterpreter(java.net.URL documentURL)
Creates an instance of JaclInterpreter class.

Specified by:
createInterpreter in interface InterpreterFactory
Parameters:
documentURL - the url for the document which will be scripted


<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.