Uses of Interface
org.apache.batik.util.RunnableQueue.RunHandler
-
Packages that use RunnableQueue.RunHandler 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.RunHandler in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement RunnableQueue.RunHandler Modifier and Type Class Description protected class
UpdateManager.UpdateManagerRunHander
Fields in org.apache.batik.bridge declared as RunnableQueue.RunHandler Modifier and Type Field Description protected RunnableQueue.RunHandler
UpdateManager. runHandler
The RunHandler for the RunnableQueue.Methods in org.apache.batik.bridge that return RunnableQueue.RunHandler Modifier and Type Method Description protected RunnableQueue.RunHandler
UpdateManager. createRunHandler()
-
Uses of RunnableQueue.RunHandler in org.apache.batik.util
Classes in org.apache.batik.util that implement RunnableQueue.RunHandler Modifier and Type Class Description static class
RunnableQueue.RunHandlerAdapter
This is an adapter class that implements the RunHandler interface.Fields in org.apache.batik.util declared as RunnableQueue.RunHandler Modifier and Type Field Description protected RunnableQueue.RunHandler
RunnableQueue. runHandler
The object which handle run events.Methods in org.apache.batik.util that return RunnableQueue.RunHandler Modifier and Type Method Description RunnableQueue.RunHandler
RunnableQueue. getRunHandler()
Returns the RunHandler or null.Methods in org.apache.batik.util with parameters of type RunnableQueue.RunHandler Modifier and Type Method Description void
RunnableQueue. setRunHandler(RunnableQueue.RunHandler rh)
Sets the RunHandler for this queue.
-