Package | Description |
---|---|
org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
org.apache.batik.swing.gvt | |
org.apache.batik.swing.svg | |
org.apache.batik.util |
Provides some useful classes.
|
Modifier and Type | Field and Description |
---|---|
(package private) static EventDispatcher.Dispatcher |
UpdateManager.resumedDispatcher
Dispatches a UpdateManagerEvent to notify that the manager was
resumed.
|
(package private) static EventDispatcher.Dispatcher |
UpdateManager.startedDispatcher
Dispatches a UpdateManagerEvent to notify that the manager was
started
|
(package private) static EventDispatcher.Dispatcher |
UpdateManager.stoppedDispatcher
Dispatches a UpdateManagerEvent to notify that the manager was
stopped.
|
(package private) static EventDispatcher.Dispatcher |
UpdateManager.suspendedDispatcher
Dispatches a UpdateManagerEvent to notify that the manager was
suspended.
|
(package private) static EventDispatcher.Dispatcher |
UpdateManager.updateCompletedDispatcher
Dispatches a UpdateManagerEvent to notify that an update
completed
|
(package private) static EventDispatcher.Dispatcher |
UpdateManager.updateFailedDispatcher
Dispatches a UpdateManagerEvent to notify that an update
failed
|
(package private) static EventDispatcher.Dispatcher |
UpdateManager.updateStartedDispatcher
Dispatches a UpdateManagerEvent to notify that an update
started
|
Modifier and Type | Method and Description |
---|---|
protected void |
UpdateManager.fireEvent(EventDispatcher.Dispatcher dispatcher,
java.lang.Object event) |
Modifier and Type | Field and Description |
---|---|
(package private) static EventDispatcher.Dispatcher |
GVTTreeRenderer.cancelledDispatcher |
(package private) static EventDispatcher.Dispatcher |
GVTTreeRenderer.completedDispatcher |
(package private) static EventDispatcher.Dispatcher |
GVTTreeRenderer.failedDispatcher |
(package private) static EventDispatcher.Dispatcher |
GVTTreeRenderer.prepareDispatcher |
(package private) static EventDispatcher.Dispatcher |
GVTTreeRenderer.startedDispatcher |
Modifier and Type | Method and Description |
---|---|
void |
GVTTreeRenderer.fireEvent(EventDispatcher.Dispatcher dispatcher,
java.lang.Object event) |
Modifier and Type | Field and Description |
---|---|
(package private) static EventDispatcher.Dispatcher |
GVTTreeBuilder.cancelledDispatcher |
(package private) static EventDispatcher.Dispatcher |
SVGLoadEventDispatcher.cancelledDispatcher |
(package private) static EventDispatcher.Dispatcher |
SVGDocumentLoader.cancelledDispatcher |
(package private) static EventDispatcher.Dispatcher |
GVTTreeBuilder.completedDispatcher |
(package private) static EventDispatcher.Dispatcher |
SVGLoadEventDispatcher.completedDispatcher |
(package private) static EventDispatcher.Dispatcher |
SVGDocumentLoader.completedDispatcher |
(package private) static EventDispatcher.Dispatcher |
GVTTreeBuilder.failedDispatcher |
(package private) static EventDispatcher.Dispatcher |
SVGLoadEventDispatcher.failedDispatcher |
(package private) static EventDispatcher.Dispatcher |
SVGDocumentLoader.failedDispatcher |
(package private) static EventDispatcher.Dispatcher |
GVTTreeBuilder.startedDispatcher |
(package private) static EventDispatcher.Dispatcher |
SVGLoadEventDispatcher.startedDispatcher |
(package private) static EventDispatcher.Dispatcher |
SVGDocumentLoader.startedDispatcher |
Modifier and Type | Method and Description |
---|---|
void |
GVTTreeBuilder.fireEvent(EventDispatcher.Dispatcher dispatcher,
java.lang.Object event) |
void |
SVGLoadEventDispatcher.fireEvent(EventDispatcher.Dispatcher dispatcher,
java.lang.Object event) |
void |
SVGDocumentLoader.fireEvent(EventDispatcher.Dispatcher dispatcher,
java.lang.Object event) |
Modifier and Type | Method and Description |
---|---|
protected static void |
EventDispatcher.dispatchEvent(EventDispatcher.Dispatcher dispatcher,
java.lang.Object[] ll,
java.lang.Object evt) |
static void |
EventDispatcher.fireEvent(EventDispatcher.Dispatcher dispatcher,
java.util.List listeners,
java.lang.Object evt,
boolean useEventQueue) |