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 classUpdateManager.UpdateManagerRunHanderFields in org.apache.batik.bridge declared as RunnableQueue.RunHandler Modifier and Type Field Description protected RunnableQueue.RunHandlerUpdateManager. runHandlerThe RunHandler for the RunnableQueue.Methods in org.apache.batik.bridge that return RunnableQueue.RunHandler Modifier and Type Method Description protected RunnableQueue.RunHandlerUpdateManager. 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 classRunnableQueue.RunHandlerAdapterThis 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.RunHandlerRunnableQueue. runHandlerThe object which handle run events.Methods in org.apache.batik.util that return RunnableQueue.RunHandler Modifier and Type Method Description RunnableQueue.RunHandlerRunnableQueue. getRunHandler()Returns the RunHandler or null.Methods in org.apache.batik.util with parameters of type RunnableQueue.RunHandler Modifier and Type Method Description voidRunnableQueue. setRunHandler(RunnableQueue.RunHandler rh)Sets the RunHandler for this queue.
-