Uses of Class
org.apache.batik.script.ImportInfo
-
Packages that use ImportInfo Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.script Provides an API for interpreting scripting language found in SVG files.org.apache.batik.script.jacl Provides an API for interpreting Tcl language through the Jacl interpreter.org.apache.batik.script.jpython Provides an API for interpreting Python language through the JPython interpreter. -
-
Uses of ImportInfo in org.apache.batik.bridge
Methods in org.apache.batik.bridge with parameters of type ImportInfo Modifier and Type Method Description InterpreterRhinoInterpreterFactory. createInterpreter(java.net.URL documentURL, boolean svg12, ImportInfo imports)Creates an instance ofRhinoInterpreterclass.protected voidRhinoInterpreter. init(java.net.URL documentURL, ImportInfo imports)Constructors in org.apache.batik.bridge with parameters of type ImportInfo Constructor Description RhinoInterpreter(java.net.URL documentURL, ImportInfo imports)Build aInterpreterfor ECMAScript using Rhino.SVG12RhinoInterpreter(java.net.URL documentURL, ImportInfo imports)Creates an SVG12RhinoInterpreter object. -
Uses of ImportInfo in org.apache.batik.script
Fields in org.apache.batik.script declared as ImportInfo Modifier and Type Field Description (package private) static ImportInfoImportInfo. defaultImportsMethods in org.apache.batik.script that return ImportInfo Modifier and Type Method Description static ImportInfoImportInfo. getImports()Returns the default ImportInfo instance.(package private) static ImportInfoImportInfo. readImports()Methods in org.apache.batik.script with parameters of type ImportInfo Modifier and Type Method Description InterpreterInterpreterFactory. createInterpreter(java.net.URL documentURL, boolean svg12, ImportInfo imports)This method should create an instance ofInterpreterinterface implementation.InterpreterInterpreterPool. createInterpreter(org.w3c.dom.Document document, java.lang.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 ImportInfo Modifier and Type Method Description InterpreterJaclInterpreterFactory. createInterpreter(java.net.URL documentURL, boolean svg12, ImportInfo imports)Creates an instance ofJaclInterpreterclass. -
Uses of ImportInfo in org.apache.batik.script.jpython
Methods in org.apache.batik.script.jpython with parameters of type ImportInfo Modifier and Type Method Description InterpreterJPythonInterpreterFactory. createInterpreter(java.net.URL documentURL, boolean svg12, ImportInfo imports)Creates an instance ofJPythonInterpreterclass.
-