Uses of Class
org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Packages that use JSVGViewerFrame
-
Uses of JSVGViewerFrame in org.apache.batik.apps.svgbrowser
Fields in org.apache.batik.apps.svgbrowser declared as JSVGViewerFrameModifier and TypeFieldDescriptionprotected JSVGViewerFrame
JSVGViewerFrame.Debugger.svgFrame
The JSVGViewerFrame.protected JSVGViewerFrame
LocalHistory.svgFrame
The frame to manage.Methods in org.apache.batik.apps.svgbrowser that return JSVGViewerFrameModifier and TypeMethodDescriptionApplication.createAndShowJSVGViewerFrame()
Creates and shows a new viewer frame.Main.createAndShowJSVGViewerFrame()
Creates and shows a new viewer frame.Methods in org.apache.batik.apps.svgbrowser with parameters of type JSVGViewerFrameModifier and TypeMethodDescriptionvoid
Application.closeJSVGViewerFrame
(JSVGViewerFrame f) Closes the given viewer frame.void
Main.closeJSVGViewerFrame
(JSVGViewerFrame f) Closes the given viewer frame.Application.createExitAction
(JSVGViewerFrame vf) Creates an action to exit the application.Main.createExitAction
(JSVGViewerFrame vf) Creates a new application exit action.void
SquiggleInputHandler.handle
(ParsedURL purl, JSVGViewerFrame svgFrame) Handles the given input for the given JSVGViewerFramevoid
SVGInputHandler.handle
(ParsedURL purl, JSVGViewerFrame svgViewerFrame) Handles the given input for the given JSVGViewerFramevoid
XMLInputHandler.handle
(ParsedURL purl, JSVGViewerFrame svgViewerFrame) Handles the given input for the given JSVGViewerFrameprivate void
Main.setPreferences
(JSVGViewerFrame vf) void
Application.showPreferenceDialog
(JSVGViewerFrame f) Shows the preference dialog.void
Main.showPreferenceDialog
(JSVGViewerFrame f) Shows the preference dialog.Constructors in org.apache.batik.apps.svgbrowser with parameters of type JSVGViewerFrameModifierConstructorDescriptionDebugger
(JSVGViewerFrame frame, String url) Creates a new Debugger.LocalHistory
(JMenuBar mb, JSVGViewerFrame svgFrame) Creates a new local history.