|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventDispatcher | |
org.apache.batik.apps.applet | |
org.apache.batik.apps.svgviewer | |
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.gvt.event | Provides interfaces and classes for dealing with different types of events fired by GVT graphics nodes. |
org.apache.batik.refimpl.bridge | |
org.apache.batik.refimpl.gvt.event |
Uses of EventDispatcher in org.apache.batik.apps.applet |
Fields in org.apache.batik.apps.applet declared as EventDispatcher | |
protected EventDispatcher |
JSVGApplet.eventDispatcher
The event dispatcher. |
Methods in org.apache.batik.apps.applet that return EventDispatcher | |
EventDispatcher |
JSVGApplet.getEventDispatcher()
Returns the EventDispatcher used by the
UserAgent to dispatch events on GVT. |
Uses of EventDispatcher in org.apache.batik.apps.svgviewer |
Methods in org.apache.batik.apps.svgviewer that return EventDispatcher | |
EventDispatcher |
ViewerFrame.getEventDispatcher()
Returns the EventDispatcher used by the
UserAgent to dispatch events on GVT. |
Uses of EventDispatcher in org.apache.batik.bridge |
Methods in org.apache.batik.bridge that return EventDispatcher | |
EventDispatcher |
UserAgent.getEventDispatcher()
Returns the EventDispatcher used by the
UserAgent to dispatch events on GVT. |
Uses of EventDispatcher in org.apache.batik.gvt.event |
Classes in org.apache.batik.gvt.event that implement EventDispatcher | |
class |
AbstractEventDispatcher
Abstract class for receiving InputEvents and dispatching them as GraphicsNodeEvents. |
Uses of EventDispatcher in org.apache.batik.refimpl.bridge |
Methods in org.apache.batik.refimpl.bridge that return EventDispatcher | |
EventDispatcher |
DefaultUserAgent.getEventDispatcher()
Returns the EventDispatcher used by the
UserAgent to dispatch events on GVT. |
Uses of EventDispatcher in org.apache.batik.refimpl.gvt.event |
Classes in org.apache.batik.refimpl.gvt.event that implement EventDispatcher | |
class |
ConcreteEventDispatcher
Class for receiving InputEvents and dispatching them as GraphicsNodeEvents. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |