org.apache.batik.ext.awt.image.renderable
public interface FloodRable extends Filter
| Method Summary | |
|---|---|
| Paint | getFloodPaint()
Get the flood paint. |
| Rectangle2D | getFloodRegion()
Get the flood region |
| void | setFloodPaint(Paint paint)
Set the flood paint. |
| void | setFloodRegion(Rectangle2D floodRegion)
Sets the flood region |
Returns: The current flood paint for the filter
Parameters: paint the flood paint to use when filling
Parameters: floodRegion region to flood with floodPaint