Uses of Class
org.apache.batik.script.ImportInfo
Packages that use ImportInfo
Package
Description
Provides an API for interpreting scripting language found in
SVG files.
Provides an API for interpreting Tcl language through
the Jacl interpreter.
-
Uses of ImportInfo in org.apache.batik.script
Fields in org.apache.batik.script declared as ImportInfoMethods in org.apache.batik.script that return ImportInfoModifier and TypeMethodDescriptionstatic ImportInfo
ImportInfo.getImports()
Returns the default ImportInfo instance.(package private) static ImportInfo
ImportInfo.readImports()
Methods in org.apache.batik.script with parameters of type ImportInfoModifier and TypeMethodDescriptionInterpreterFactory.createInterpreter
(URL documentURL, boolean svg12, ImportInfo imports) This method should create an instance ofInterpreter
interface implementation.InterpreterPool.createInterpreter
(Document document, String language, ImportInfo imports) Creates a new interpreter for the specified document and according to the specified language. -
Uses of ImportInfo in org.apache.batik.script.jacl
Methods in org.apache.batik.script.jacl with parameters of type ImportInfoModifier and TypeMethodDescriptionJaclInterpreterFactory.createInterpreter
(URL documentURL, boolean svg12, ImportInfo imports) Creates an instance ofJaclInterpreter
class.