Package org.apache.batik.swing
Class JSVGCanvas.CanvasSVGListener
- java.lang.Object
-
- org.apache.batik.swing.gvt.JGVTComponent.Listener
-
- org.apache.batik.swing.svg.JSVGComponent.SVGListener
-
- org.apache.batik.swing.JSVGCanvas.CanvasSVGListener
-
- All Implemented Interfaces:
java.awt.event.KeyListener
,java.awt.event.MouseListener
,java.awt.event.MouseMotionListener
,java.awt.event.MouseWheelListener
,java.util.EventListener
,UpdateManagerListener
,GVTTreeRendererListener
,GVTTreeBuilderListener
,SVGDocumentLoaderListener
,SVGLoadEventDispatcherListener
- Enclosing class:
- JSVGCanvas
protected class JSVGCanvas.CanvasSVGListener extends JSVGComponent.SVGListener
To hide the listener methods. This class just reset the tooltip.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CanvasSVGListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
documentLoadingStarted(SVGDocumentLoaderEvent e)
Called when the loading of a document was started.-
Methods inherited from class org.apache.batik.swing.svg.JSVGComponent.SVGListener
dispatchKeyPressed, dispatchKeyReleased, dispatchKeyTyped, dispatchMouseClicked, dispatchMouseDragged, dispatchMouseEntered, dispatchMouseExited, dispatchMouseMoved, dispatchMousePressed, dispatchMouseReleased, dispatchMouseWheelMoved, documentLoadingCancelled, documentLoadingCompleted, documentLoadingFailed, gvtBuildCancelled, gvtBuildCompleted, gvtBuildFailed, gvtBuildStarted, gvtRenderingCancelled, gvtRenderingCompleted, gvtRenderingFailed, managerResumed, managerStarted, managerStopped, managerSuspended, svgLoadEventDispatchCancelled, svgLoadEventDispatchCompleted, svgLoadEventDispatchFailed, svgLoadEventDispatchStarted, updateCompleted, updateFailed, updateStarted
-
Methods inherited from class org.apache.batik.swing.gvt.JGVTComponent.Listener
deselectInteractor, gvtRenderingPrepare, gvtRenderingStarted, handleMouseClicked, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved, selectInteractor
-
-
-
-
Method Detail
-
documentLoadingStarted
public void documentLoadingStarted(SVGDocumentLoaderEvent e)
Called when the loading of a document was started.- Specified by:
documentLoadingStarted
in interfaceSVGDocumentLoaderListener
- Overrides:
documentLoadingStarted
in classJSVGComponent.SVGListener
-
-