Uses of Class
org.apache.batik.apps.svgbrowser.JSVGViewerFrame

Packages that use JSVGViewerFrame
org.apache.batik.apps.svgbrowser   
 

Uses of JSVGViewerFrame in org.apache.batik.apps.svgbrowser
 

Fields in org.apache.batik.apps.svgbrowser declared as JSVGViewerFrame
protected  JSVGViewerFrame LocalHistory.svgFrame
          The frame to manage.
 

Methods in org.apache.batik.apps.svgbrowser that return JSVGViewerFrame
 JSVGViewerFrame Application.createAndShowJSVGViewerFrame()
          Creates and shows a new viewer frame.
 JSVGViewerFrame Main.createAndShowJSVGViewerFrame()
          Creates and shows a new viewer frame.
 

Methods in org.apache.batik.apps.svgbrowser with parameters of type JSVGViewerFrame
 void SquiggleInputHandler.handle(ParsedURL purl, JSVGViewerFrame svgFrame)
          Handles the given input for the given JSVGViewerFrame
 void Application.closeJSVGViewerFrame(JSVGViewerFrame f)
          Closes the given viewer frame.
 javax.swing.Action Application.createExitAction(JSVGViewerFrame vf)
          Creates an action to exit the application.
 void Application.showPreferenceDialog(JSVGViewerFrame f)
          Shows the preference dialog.
 void SVGInputHandler.handle(ParsedURL purl, JSVGViewerFrame svgViewerFrame)
          Handles the given input for the given JSVGViewerFrame
 void XMLInputHandler.handle(ParsedURL purl, JSVGViewerFrame svgViewerFrame)
          Handles the given input for the given JSVGViewerFrame
 void Main.closeJSVGViewerFrame(JSVGViewerFrame f)
          Closes the given viewer frame.
 javax.swing.Action Main.createExitAction(JSVGViewerFrame vf)
          Creates a new application exit action.
 void Main.showPreferenceDialog(JSVGViewerFrame f)
          Shows the preference dialog.
 

Constructors in org.apache.batik.apps.svgbrowser with parameters of type JSVGViewerFrame
JSVGViewerFrame.AboutAction()
           
JSVGViewerFrame.OpenAction()
           
JSVGViewerFrame.OpenLocationAction()
           
JSVGViewerFrame.NewWindowAction()
           
JSVGViewerFrame.PreferencesAction()
           
JSVGViewerFrame.CloseAction()
           
JSVGViewerFrame.ReloadAction()
           
JSVGViewerFrame.BackAction()
           
JSVGViewerFrame.ForwardAction()
           
JSVGViewerFrame.PrintAction()
           
JSVGViewerFrame.ExportAsJPGAction()
           
JSVGViewerFrame.ExportAsPNGAction()
           
JSVGViewerFrame.ExportAsTIFFAction()
           
JSVGViewerFrame.ViewSourceAction()
           
JSVGViewerFrame.FlushAction()
           
JSVGViewerFrame.PreviousTransformAction()
           
JSVGViewerFrame.NextTransformAction()
           
JSVGViewerFrame.UseStylesheetAction()
           
JSVGViewerFrame.PlayAction()
           
JSVGViewerFrame.PauseAction()
           
JSVGViewerFrame.StopAction()
           
JSVGViewerFrame.SetTransformAction()
           
JSVGViewerFrame.MonitorAction()
           
JSVGViewerFrame.FindDialogAction()
           
JSVGViewerFrame.ThumbnailDialogAction()
           
JSVGViewerFrame.FullScreenAction()
           
JSVGViewerFrame.DOMViewerAction()
           
JSVGViewerFrame.UserAgent()
          Creates a new SVGUserAgent.
LocalHistory(javax.swing.JMenuBar mb, JSVGViewerFrame svgFrame)
          Creates a new local history.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.