|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FloodRable
Fills the input image with a given paint
Field Summary |
---|
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 |
---|
void 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |