public interface FloodRable extends Filter
HINTS_OBSERVED
Modifier and Type | Method and Description |
---|---|
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
|
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStamp
createDefaultRendering, createRendering, createScaledRendering, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getWidth, isDynamic
void setFloodPaint(Paint paint)
paint
- the flood paint to use when fillingPaint getFloodPaint()
void setFloodRegion(Rectangle2D floodRegion)
floodRegion
- region to flood with floodPaintRectangle2D getFloodRegion()
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.