Uses of Interface
org.apache.batik.util.RunnableQueue.IdleRunnable
Packages that use RunnableQueue.IdleRunnable
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.IdleRunnable in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement RunnableQueue.IdleRunnableModifier and TypeClassDescriptionprotected static class
Idle runnable to tick the animation.protected static class
Idle runnable to tick the animation, that reads times from System.in. -
Uses of RunnableQueue.IdleRunnable in org.apache.batik.util
Methods in org.apache.batik.util with parameters of type RunnableQueue.IdleRunnableModifier and TypeMethodDescriptionvoid
RunnableQueue.setIdleRunnable
(RunnableQueue.IdleRunnable r) Sets a Runnable to be run whenever the queue is empty.