org.apache.batik.ext.awt.image.rendered
public class FloodRed extends AbstractRed
| Constructor Summary | |
|---|---|
| FloodRed(Rectangle bounds)
Construct a fully transparent black image bounds size. | |
| FloodRed(Rectangle bounds, Paint paint)
Construct a fully transparent image bounds size, will
paint one tile with paint. | |
| Method Summary | |
|---|---|
| WritableRaster | copyData(WritableRaster wr) |
| Raster | getTile(int x, int y) |
Parameters: bounds the bounds of the image (in fact will respond with any request).
Parameters: bounds the bounds of the image (in fact will respond with any request).