Uses of Class
org.apache.batik.util.RunnableQueue
-
Packages that use RunnableQueue 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.util Provides some useful classes. -
-
Uses of RunnableQueue in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as RunnableQueue Modifier and Type Field Description protected RunnableQueueSVGAnimationEngine.AnimationTickRunnable. qThe RunnableQueue in which this is theRunnableQueue.IdleRunnable.protected RunnableQueueSVGAnimationEngine.AnimationThread. runnableQueueThe RunnableQueue to perform the animation in.protected RunnableQueueScriptingEnvironment. updateRunnableQueueThe update runnable queue.protected RunnableQueueUpdateManager. updateRunnableQueueThe update RunnableQueue.Methods in org.apache.batik.bridge that return RunnableQueue Modifier and Type Method Description RunnableQueueUpdateManager. getUpdateRunnableQueue()Returns the update RunnableQueue.Methods in org.apache.batik.bridge with parameters of type RunnableQueue Modifier and Type Method Description voidUpdateManager.UpdateManagerRunHander. executionResumed(RunnableQueue rq)Called when the execution of the queue has been resumed.voidUpdateManager.UpdateManagerRunHander. executionSuspended(RunnableQueue rq)Called when the execution of the queue has been suspended.voidUpdateManager.UpdateManagerRunHander. runnableInvoked(RunnableQueue rq, java.lang.Runnable r)Called when the given Runnable has just been invoked and has returned.voidUpdateManager.UpdateManagerRunHander. runnableStart(RunnableQueue rq, java.lang.Runnable r)Constructors in org.apache.batik.bridge with parameters of type RunnableQueue Constructor Description AnimationTickRunnable(RunnableQueue q, SVGAnimationEngine eng)Creates a new AnimationTickRunnable.DebugAnimationTickRunnable(RunnableQueue q, SVGAnimationEngine eng) -
Uses of RunnableQueue in org.apache.batik.util
Methods in org.apache.batik.util that return RunnableQueue Modifier and Type Method Description static RunnableQueueRunnableQueue. createRunnableQueue()Creates a new RunnableQueue started in a new thread.Methods in org.apache.batik.util with parameters of type RunnableQueue Modifier and Type Method Description voidRunnableQueue.RunHandler. executionResumed(RunnableQueue rq)Called when the execution of the queue has been resumed.voidRunnableQueue.RunHandlerAdapter. executionResumed(RunnableQueue rq)Called when the execution of the queue has been resumed.voidRunnableQueue.RunHandler. executionSuspended(RunnableQueue rq)Called when the execution of the queue has been suspended.voidRunnableQueue.RunHandlerAdapter. executionSuspended(RunnableQueue rq)Called when the execution of the queue has been suspended.voidRunnableQueue.RunHandler. runnableInvoked(RunnableQueue rq, java.lang.Runnable r)Called when the given Runnable has just been invoked and has returned.voidRunnableQueue.RunHandlerAdapter. runnableInvoked(RunnableQueue rq, java.lang.Runnable r)Called when the given Runnable has just been invoked and has returned.voidRunnableQueue.RunHandler. runnableStart(RunnableQueue rq, java.lang.Runnable r)Called just prior to invoking the runnablevoidRunnableQueue.RunHandlerAdapter. runnableStart(RunnableQueue rq, java.lang.Runnable r)Called just prior to invoking the runnable
-