Uses of Class
org.apache.batik.bridge.WindowWrapper
-
Packages that use WindowWrapper 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 WindowWrapper in org.apache.batik.bridge
Subclasses of WindowWrapper in org.apache.batik.bridge Modifier and Type Class Description class
GlobalWrapper
Wrapper class for the SVGGlobal object.Fields in org.apache.batik.bridge declared as WindowWrapper Modifier and Type Field Description (package private) WindowWrapper
WindowWrapper.GetURLDoneArgBuilder. windowWrapper
protected WindowWrapper
WindowWrapper.GetURLFunctionWrapper. windowWrapper
The WindowWrapperprivate WindowWrapper
WindowWrapper.GetURLObjectWrapper. windowWrapper
The Scope for the callback.Constructors in org.apache.batik.bridge with parameters of type WindowWrapper Constructor Description GetURLDoneArgBuilder(boolean success, java.lang.String mime, java.lang.String content, WindowWrapper ww)
GetURLFunctionWrapper(RhinoInterpreter ri, org.mozilla.javascript.Function fct, WindowWrapper ww)
Creates a wrapper.GetURLObjectWrapper(RhinoInterpreter ri, org.mozilla.javascript.ScriptableObject obj, WindowWrapper ww)
Creates a wrapper.
-