|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectTGFillOp
public class TGFillOp
Perform a TurtleGraphics FILL graphics operation.
| Constructor Summary | |
|---|---|
TGFillOp(TGPoint point,
java.awt.Color color)
Instantiation of a flood fill graphics operation. |
|
| Method Summary | |
|---|---|
java.awt.Rectangle |
doIt(java.awt.image.BufferedImage graphicsImage)
DoIt - a Flood Fill Operation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TGFillOp(TGPoint point,
java.awt.Color color)
color - New Color to paint pixels with.point - Location in TurtleSpace of first pixel, start
of flood fill process.| Method Detail |
|---|
public java.awt.Rectangle doIt(java.awt.image.BufferedImage graphicsImage)
doIt in interface TGGraphicsOpgraphicsImage - the object on which to draw
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||