|
ZetaGrid v1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--zeta.util.Graphics
The Graphics class contains advanced graphical functions.
| Constructor Summary | |
Graphics()
|
|
| Method Summary | |
static java.awt.Image |
floodFill(java.awt.Image image,
java.util.List coordinatesColor,
java.awt.Color notFillColor)
floodFill starts at a particular x and y coordinate and fills it, and all the surrounding pixels with a color. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Graphics()
| Method Detail |
public static java.awt.Image floodFill(java.awt.Image image,
java.util.List coordinatesColor,
java.awt.Color notFillColor)
throws java.lang.InterruptedException
image - ImagecoordinatesColor - list of triples (Integer: staring x coordinate, Integer: staring y coordinate, Color: color for flood fill)notFillColor - flood fill will not be performed if the starting point has this color
java.lang.InterruptedException
|
ZetaGrid v1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||