Uses of Interface
org.apache.batik.util.EventDispatcher.Dispatcher
-
Packages that use EventDispatcher.Dispatcher 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. -
-
Uses of EventDispatcher.Dispatcher in org.apache.batik.bridge
Methods in org.apache.batik.bridge with parameters of type EventDispatcher.Dispatcher Modifier and Type Method Description protected voidUpdateManager. fireEvent(EventDispatcher.Dispatcher dispatcher, java.lang.Object event) -
Uses of EventDispatcher.Dispatcher in org.apache.batik.swing.gvt
Methods in org.apache.batik.swing.gvt with parameters of type EventDispatcher.Dispatcher Modifier and Type Method Description voidGVTTreeRenderer. fireEvent(EventDispatcher.Dispatcher dispatcher, java.lang.Object event) -
Uses of EventDispatcher.Dispatcher in org.apache.batik.swing.svg
Methods in org.apache.batik.swing.svg with parameters of type EventDispatcher.Dispatcher Modifier and Type Method Description voidGVTTreeBuilder. fireEvent(EventDispatcher.Dispatcher dispatcher, java.lang.Object event)voidSVGDocumentLoader. fireEvent(EventDispatcher.Dispatcher dispatcher, java.lang.Object event)voidSVGLoadEventDispatcher. fireEvent(EventDispatcher.Dispatcher dispatcher, java.lang.Object event) -
Uses of EventDispatcher.Dispatcher in org.apache.batik.util
Methods in org.apache.batik.util with parameters of type EventDispatcher.Dispatcher Modifier and Type Method Description protected static voidEventDispatcher. dispatchEvent(EventDispatcher.Dispatcher dispatcher, java.lang.Object[] ll, java.lang.Object evt)static voidEventDispatcher. fireEvent(EventDispatcher.Dispatcher dispatcher, java.util.List listeners, java.lang.Object evt, boolean useEventQueue)
-