Uses of Class
org.apache.batik.apps.svgbrowser.JSVGViewerFrame
-
Packages that use JSVGViewerFrame Package Description org.apache.batik.apps.svgbrowser -
-
Uses of JSVGViewerFrame in org.apache.batik.apps.svgbrowser
Fields in org.apache.batik.apps.svgbrowser declared as JSVGViewerFrame Modifier and Type Field Description protected JSVGViewerFrameJSVGViewerFrame.Debugger. svgFrameThe JSVGViewerFrame.protected JSVGViewerFrameLocalHistory. svgFrameThe frame to manage.Methods in org.apache.batik.apps.svgbrowser that return JSVGViewerFrame Modifier and Type Method Description JSVGViewerFrameApplication. createAndShowJSVGViewerFrame()Creates and shows a new viewer frame.JSVGViewerFrameMain. createAndShowJSVGViewerFrame()Creates and shows a new viewer frame.Methods in org.apache.batik.apps.svgbrowser with parameters of type JSVGViewerFrame Modifier and Type Method Description voidApplication. closeJSVGViewerFrame(JSVGViewerFrame f)Closes the given viewer frame.voidMain. closeJSVGViewerFrame(JSVGViewerFrame f)Closes the given viewer frame.javax.swing.ActionApplication. createExitAction(JSVGViewerFrame vf)Creates an action to exit the application.javax.swing.ActionMain. createExitAction(JSVGViewerFrame vf)Creates a new application exit action.voidSquiggleInputHandler. handle(ParsedURL purl, JSVGViewerFrame svgFrame)Handles the given input for the given JSVGViewerFramevoidSVGInputHandler. handle(ParsedURL purl, JSVGViewerFrame svgViewerFrame)Handles the given input for the given JSVGViewerFramevoidXMLInputHandler. handle(ParsedURL purl, JSVGViewerFrame svgViewerFrame)Handles the given input for the given JSVGViewerFrameprivate voidMain. setPreferences(JSVGViewerFrame vf)voidApplication. showPreferenceDialog(JSVGViewerFrame f)Shows the preference dialog.voidMain. showPreferenceDialog(JSVGViewerFrame f)Shows the preference dialog.Constructors in org.apache.batik.apps.svgbrowser with parameters of type JSVGViewerFrame Constructor Description Debugger(JSVGViewerFrame frame, java.lang.String url)Creates a new Debugger.LocalHistory(javax.swing.JMenuBar mb, JSVGViewerFrame svgFrame)Creates a new local history.
-