Uses of Class
org.apache.batik.util.HaltingThread
-
Packages that use HaltingThread Package Description org.apache.batik.swing.gvt org.apache.batik.swing.svg org.apache.batik.util Provides some useful classes. -
-
Uses of HaltingThread in org.apache.batik.swing.gvt
Subclasses of HaltingThread in org.apache.batik.swing.gvt Modifier and Type Class Description class
GVTTreeRenderer
This class represents an object which renders asynchronously a GVT tree.Fields in org.apache.batik.swing.gvt declared as HaltingThread Modifier and Type Field Description protected HaltingThread
JGVTComponent. progressivePaintThread
The progressive paint thread. -
Uses of HaltingThread in org.apache.batik.swing.svg
Subclasses of HaltingThread in org.apache.batik.swing.svg Modifier and Type Class Description class
GVTTreeBuilder
This class represents an object which builds asynchroneaously a GVT tree.class
SVGDocumentLoader
This class represents an object which loads asynchroneaously a SVG document.class
SVGLoadEventDispatcher
This class dispatches the SVGLoadEvent event on a SVG document. -
Uses of HaltingThread in org.apache.batik.util
Fields in org.apache.batik.util declared as HaltingThread Modifier and Type Field Description protected HaltingThread
RunnableQueue. runnableQueueThread
The current thread.Methods in org.apache.batik.util that return HaltingThread Modifier and Type Method Description HaltingThread
RunnableQueue. getThread()
Returns the thread in which the RunnableQueue is currently running.
-