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 classGVTTreeRendererThis 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 HaltingThreadJGVTComponent. progressivePaintThreadThe 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 classGVTTreeBuilderThis class represents an object which builds asynchroneaously a GVT tree.classSVGDocumentLoaderThis class represents an object which loads asynchroneaously a SVG document.classSVGLoadEventDispatcherThis 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 HaltingThreadRunnableQueue. runnableQueueThreadThe current thread.Methods in org.apache.batik.util that return HaltingThread Modifier and Type Method Description HaltingThreadRunnableQueue. getThread()Returns the thread in which the RunnableQueue is currently running.
-