Uses of Interface
org.apache.batik.bridge.RhinoInterpreter.ArgumentsBuilder
-
Packages that use RhinoInterpreter.ArgumentsBuilder Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. -
-
Uses of RhinoInterpreter.ArgumentsBuilder in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement RhinoInterpreter.ArgumentsBuilder Modifier and Type Class Description (package private) static class
WindowWrapper.GetURLDoneArgBuilder
Methods in org.apache.batik.bridge with parameters of type RhinoInterpreter.ArgumentsBuilder Modifier and Type Method Description (package private) void
RhinoInterpreter. callHandler(org.mozilla.javascript.Function handler, RhinoInterpreter.ArgumentsBuilder ab)
To be used byWindowWrapper
.(package private) void
RhinoInterpreter. callMethod(org.mozilla.javascript.ScriptableObject obj, java.lang.String methodName, RhinoInterpreter.ArgumentsBuilder ab)
To be used byWindowWrapper
.
-