Uses of Class
org.apache.batik.util.RunnableQueue
Packages that use RunnableQueue
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 in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as RunnableQueueModifier and TypeFieldDescriptionprotected RunnableQueue
SVGAnimationEngine.AnimationTickRunnable.q
The RunnableQueue in which this is theRunnableQueue.IdleRunnable
.protected RunnableQueue
SVGAnimationEngine.AnimationThread.runnableQueue
The RunnableQueue to perform the animation in.protected RunnableQueue
ScriptingEnvironment.updateRunnableQueue
The update runnable queue.protected RunnableQueue
UpdateManager.updateRunnableQueue
The update RunnableQueue.Methods in org.apache.batik.bridge that return RunnableQueueModifier and TypeMethodDescriptionUpdateManager.getUpdateRunnableQueue()
Returns the update RunnableQueue.Methods in org.apache.batik.bridge with parameters of type RunnableQueueModifier and TypeMethodDescriptionvoid
UpdateManager.UpdateManagerRunHander.executionResumed
(RunnableQueue rq) Called when the execution of the queue has been resumed.void
UpdateManager.UpdateManagerRunHander.executionSuspended
(RunnableQueue rq) Called when the execution of the queue has been suspended.void
UpdateManager.UpdateManagerRunHander.runnableInvoked
(RunnableQueue rq, Runnable r) Called when the given Runnable has just been invoked and has returned.void
UpdateManager.UpdateManagerRunHander.runnableStart
(RunnableQueue rq, Runnable r) Constructors in org.apache.batik.bridge with parameters of type RunnableQueueModifierConstructorDescriptionCreates a new AnimationTickRunnable. -
Uses of RunnableQueue in org.apache.batik.util
Methods in org.apache.batik.util that return RunnableQueueModifier and TypeMethodDescriptionstatic RunnableQueue
RunnableQueue.createRunnableQueue()
Creates a new RunnableQueue started in a new thread.Methods in org.apache.batik.util with parameters of type RunnableQueueModifier and TypeMethodDescriptionvoid
RunnableQueue.RunHandler.executionResumed
(RunnableQueue rq) Called when the execution of the queue has been resumed.void
RunnableQueue.RunHandlerAdapter.executionResumed
(RunnableQueue rq) Called when the execution of the queue has been resumed.void
RunnableQueue.RunHandler.executionSuspended
(RunnableQueue rq) Called when the execution of the queue has been suspended.void
RunnableQueue.RunHandlerAdapter.executionSuspended
(RunnableQueue rq) Called when the execution of the queue has been suspended.void
RunnableQueue.RunHandler.runnableInvoked
(RunnableQueue rq, Runnable r) Called when the given Runnable has just been invoked and has returned.void
RunnableQueue.RunHandlerAdapter.runnableInvoked
(RunnableQueue rq, Runnable r) Called when the given Runnable has just been invoked and has returned.void
RunnableQueue.RunHandler.runnableStart
(RunnableQueue rq, Runnable r) Called just prior to invoking the runnablevoid
RunnableQueue.RunHandlerAdapter.runnableStart
(RunnableQueue rq, Runnable r) Called just prior to invoking the runnable