net.groboclown.gui.paintpipe.v1
Class PainterThread.PaintRunnable

java.lang.Object
  |
  +--net.groboclown.gui.paintpipe.v1.PainterThread.PaintRunnable
All Implemented Interfaces:
Runnable
Enclosing class:
PainterThread

class PainterThread.PaintRunnable
extends Object
implements Runnable

This inner class handles the Runnable calls. It is not made part of the overall class, because its functionality is highly dependent upon this class' operation.


Constructor Summary
(package private) PainterThread.PaintRunnable()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

PainterThread.PaintRunnable

PainterThread.PaintRunnable()
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Written under the LGPL