Package net.groboclown.gui.timeBoundPaint.v1

A framework for allowing a separate thread to paint an image, with a maximum amount of time the thread can dedicate per image.

See:
          Description

Interface Summary
PaintFinishedListener  
 

Class Summary
PaintFinishedEvent  
PaintImageEvent The image, x, y, resize, width, and height variables are all standard.
ThreadPainter Implements a thread which paints an image for a Time Bound Painter, or other Z-Order painting routine.
TimeBoundPainter This class paints an image from a queue of images.
 

Package net.groboclown.gui.timeBoundPaint.v1 Description

A framework for allowing a separate thread to paint an image, with a maximum amount of time the thread can dedicate per image.



Written under the LGPL