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
-
ImageRegionSelectorPainter()
- Default ImageRegionSelectorPainter constructor
-
ImageRegionSelectorPainter(ImageRegionSelector)
- ImageRegionSelectorPainter constructor that sets the ImageRegionSelector that this thread will do the painting for
-
copyright()
- IBM Copyright statement
-
run()
- run method comment.
ImageRegionSelectorPainter
public ImageRegionSelectorPainter()
- Default ImageRegionSelectorPainter constructor
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
copyright
public static String copyright()
- IBM Copyright statement
run
public void run()
- run method comment.
All Packages Class Hierarchy This Package Previous Next Index