All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.eou.swingimageregionselector.ImageRegionSelectorPainter

java.lang.Object
   |
   +----com.ibm.eou.swingimageregionselector.ImageRegionSelectorPainter

public class ImageRegionSelectorPainter
extends Object
implements Runnable
This is the thread which does all the painting for the ImageRegionSelector. It waits in an endless loop and repaints the dirty area of the ImageRegionSelector whenever the paintImage flag is set to true


Constructor Index

 o ImageRegionSelectorPainter()
Default ImageRegionSelectorPainter constructor
 o ImageRegionSelectorPainter(ImageRegionSelector)
ImageRegionSelectorPainter constructor that sets the ImageRegionSelector that this thread will do the painting for

Method Index

 o copyright()
IBM Copyright statement
 o run()
run method comment.

Constructors

 o ImageRegionSelectorPainter
 public ImageRegionSelectorPainter()
Default ImageRegionSelectorPainter constructor

 o ImageRegionSelectorPainter
 public ImageRegionSelectorPainter(ImageRegionSelector iPicker)
ImageRegionSelectorPainter constructor that sets the ImageRegionSelector that this thread will do the painting for

Parameters:
iPicker - ImageRegionSelector to be painted

Methods

 o copyright
 public static String copyright()
IBM Copyright statement

 o run
 public void run()
run method comment.


All Packages  Class Hierarchy  This Package  Previous  Next  Index