Uses of Class
org.apache.batik.script.ImportInfo
Packages that use ImportInfo
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
Provides an API for interpreting scripting language found in
SVG files.
-
Uses of ImportInfo in org.apache.batik.bridge
Methods in org.apache.batik.bridge with parameters of type ImportInfoModifier and TypeMethodDescriptionRhinoInterpreterFactory.createInterpreter(URL documentURL, boolean svg12, ImportInfo imports) Creates an instance ofRhinoInterpreterclass.protected voidRhinoInterpreter.init(URL documentURL, ImportInfo imports) Constructors in org.apache.batik.bridge with parameters of type ImportInfoModifierConstructorDescriptionRhinoInterpreter(URL documentURL, ImportInfo imports) Build aInterpreterfor ECMAScript using Rhino.SVG12RhinoInterpreter(URL documentURL, ImportInfo imports) Creates an SVG12RhinoInterpreter object. -
Uses of ImportInfo in org.apache.batik.script
Methods in org.apache.batik.script that return ImportInfoModifier and TypeMethodDescriptionstatic ImportInfoImportInfo.getImports()Returns the default ImportInfo instance.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 ofInterpreterinterface implementation.InterpreterPool.createInterpreter(Document document, String language, ImportInfo imports) Creates a new interpreter for the specified document and according to the specified language.