|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Fills the input image with a given paint
| Fields inherited from interface java.awt.image.renderable.RenderableImage |
HINTS_OBSERVED |
| Method Summary | |
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 |
| Methods inherited from interface org.apache.batik.ext.awt.image.renderable.Filter |
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStamp |
| Methods inherited from interface java.awt.image.renderable.RenderableImage |
createDefaultRendering, createRendering, createScaledRendering, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getWidth, isDynamic |
| Method Detail |
public void setFloodPaint(java.awt.Paint paint)
paint - the flood paint to use when fillingpublic java.awt.Paint getFloodPaint()
public void setFloodRegion(java.awt.geom.Rectangle2D floodRegion)
floodRegion - region to flood with floodPaintpublic java.awt.geom.Rectangle2D getFloodRegion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||