Uses of Interface
org.apache.batik.util.RunnableQueue.RunHandler
Packages that use RunnableQueue.RunHandler
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
Provides some useful classes.
-
Uses of RunnableQueue.RunHandler in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement RunnableQueue.RunHandlerFields in org.apache.batik.bridge declared as RunnableQueue.RunHandlerModifier and TypeFieldDescriptionprotected RunnableQueue.RunHandler
UpdateManager.runHandler
The RunHandler for the RunnableQueue.Methods in org.apache.batik.bridge that return RunnableQueue.RunHandlerModifier and TypeMethodDescriptionprotected RunnableQueue.RunHandler
UpdateManager.createRunHandler()
-
Uses of RunnableQueue.RunHandler in org.apache.batik.util
Classes in org.apache.batik.util that implement RunnableQueue.RunHandlerModifier and TypeClassDescriptionstatic class
This is an adapter class that implements the RunHandler interface.Fields in org.apache.batik.util declared as RunnableQueue.RunHandlerModifier and TypeFieldDescriptionprotected RunnableQueue.RunHandler
RunnableQueue.runHandler
The object which handle run events.Methods in org.apache.batik.util that return RunnableQueue.RunHandlerMethods in org.apache.batik.util with parameters of type RunnableQueue.RunHandlerModifier and TypeMethodDescriptionvoid
RunnableQueue.setRunHandler
(RunnableQueue.RunHandler rh) Sets the RunHandler for this queue.