|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.mebigfatguy.polycasso.ImageCompleter
public class ImageCompleter
a class that transforms the current best polygon representation to the real image thru a time lapse blend transformation of the images
| Constructor Summary | |
|---|---|
ImageCompleter(ImageGenerator generator,
java.awt.image.BufferedImage image,
PolygonData[] bestData,
java.awt.Dimension size)
create a completer to move the image from polygon form to real form |
|
| Method Summary | |
|---|---|
void |
run()
implements the Runnable interface to gradually fade in the real image over time |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImageCompleter(ImageGenerator generator,
java.awt.image.BufferedImage image,
PolygonData[] bestData,
java.awt.Dimension size)
generator - the image generator that this completer is working forimage - the target image that will eventually be drawnbestData - the best approximation the program reachedsize - the image size| Method Detail |
|---|
public void run()
run in interface java.lang.Runnable
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||