|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RunnableQueue.RunHandler | |
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 | |
class |
UpdateManager
This class provides features to manage the update of an SVG document. |
Uses of RunnableQueue.RunHandler in org.apache.batik.util |
Fields in org.apache.batik.util declared as RunnableQueue.RunHandler | |
protected RunnableQueue.RunHandler |
RunnableQueue.runHandler
The object which handle run events. |
Methods in org.apache.batik.util that return RunnableQueue.RunHandler | |
RunnableQueue.RunHandler |
RunnableQueue.getRunHandler()
Returns the RunHandler or null. |
Methods in org.apache.batik.util with parameters of type RunnableQueue.RunHandler | |
void |
RunnableQueue.setRunHandler(RunnableQueue.RunHandler rh)
Sets the RunHandler for this queue. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |