Uses of Class
org.apache.batik.swing.JSVGCanvas

Packages that use JSVGCanvas
org.apache.batik.apps.svgbrowser   
org.apache.batik.swing   
 

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

Fields in org.apache.batik.apps.svgbrowser declared as JSVGCanvas
protected  JSVGCanvas FindDialog.svgCanvas
          The canvas.
protected  JSVGCanvas JSVGViewerFrame.svgCanvas
          The JSVGCanvas.
protected  JSVGCanvas ThumbnailDialog.svgCanvas
          The canvas that owns the SVG document to display.
protected  JSVGCanvas LocalHistory.svgCanvas
          The canvas to manage.
 

Methods in org.apache.batik.apps.svgbrowser that return JSVGCanvas
 JSVGCanvas JSVGViewerFrame.getJSVGCanvas()
          Returns the main JSVGCanvas of this frame.
 

Constructors in org.apache.batik.apps.svgbrowser with parameters of type JSVGCanvas
FindDialog(JSVGCanvas svgCanvas)
          Constructs a new FindDialog.
FindDialog(java.awt.Frame owner, JSVGCanvas svgCanvas)
          Constructs a new FindDialog.
ThumbnailDialog(java.awt.Frame owner, JSVGCanvas svgCanvas)
          Constructs a new ThumbnailDialog for the specified canvas.
LocalHistory(javax.swing.JMenuBar mb, JSVGCanvas canvas)
          Creates a new local history.
 

Uses of JSVGCanvas in org.apache.batik.swing
 

Constructors in org.apache.batik.swing with parameters of type JSVGCanvas
JSVGCanvas.CanvasSVGListener()
           
JSVGCanvas.ResetTransformAction()
           
JSVGCanvas.ZoomInAction()
           
JSVGCanvas.ZoomOutAction()
           
JSVGCanvas.ScrollRightAction(int inc)
           
JSVGCanvas.ScrollLeftAction(int inc)
           
JSVGCanvas.ScrollUpAction(int inc)
           
JSVGCanvas.ScrollDownAction(int inc)
           
JSVGCanvas.CanvasUserAgent()
           
JSVGCanvas.LocationListener()
           
JSVGCanvas.ToolTipModifier(java.lang.String toolTip)
           
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.