Uses of Class
net.groboclown.gui.paintpipe.v1.KillPaintingEvent

Packages that use KillPaintingEvent
net.groboclown.gui.paintpipe.v1 A framework for building a GUI that paints an image in a separate thread, with various components rendering parts of the image in their own threads. 
 

Uses of KillPaintingEvent in net.groboclown.gui.paintpipe.v1
 

Methods in net.groboclown.gui.paintpipe.v1 with parameters of type KillPaintingEvent
 void PainterThread.killPainting(KillPaintingEvent kpe)
          This causes the current thread to stop as quickly as possible.
 



Written under the LGPL