org.apache.batik.ext.awt.image.renderable
public class FloodRable8Bit extends AbstractRable implements FloodRable
Constructor Summary | |
---|---|
FloodRable8Bit(Rectangle2D floodRegion, Paint floodPaint) |
Method Summary | |
---|---|
RenderedImage | createRendering(RenderContext rc)
Create a RenderedImage that is filled with the current
flood fill paint |
Rectangle2D | getBounds2D() |
Paint | getFloodPaint()
Get the flood fill paint. |
Rectangle2D | getFloodRegion()
Returns the flood region |
void | setFloodPaint(Paint paint)
Set the flood fill paint |
void | setFloodRegion(Rectangle2D floodRegion)
Sets the flood region |
Parameters: floodRegion region to be filled with floodPaint floodPaint paint to use to flood the floodRegion
Parameters: rc The current render context
Returns: A RenderedImage with the flood fill
Returns: the paint used to flood fill the input image
Parameters: paint The paint to use when flood filling the input image