public interface FloodRable extends Filter
| Modifier and Type | Method and Description |
|---|---|
java.awt.Paint |
getFloodPaint()
Get the flood paint.
|
java.awt.geom.Rectangle2D |
getFloodRegion()
Get the flood region
|
void |
setFloodPaint(java.awt.Paint paint)
Set the flood paint.
|
void |
setFloodRegion(java.awt.geom.Rectangle2D floodRegion)
Sets the flood region
|
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStampvoid setFloodPaint(java.awt.Paint paint)
paint - the flood paint to use when fillingjava.awt.Paint getFloodPaint()
void setFloodRegion(java.awt.geom.Rectangle2D floodRegion)
floodRegion - region to flood with floodPaintjava.awt.geom.Rectangle2D getFloodRegion()
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.