Class FloodRed
java.lang.Object
org.apache.batik.ext.awt.image.rendered.AbstractRed
org.apache.batik.ext.awt.image.rendered.FloodRed
- All Implemented Interfaces:
RenderedImage, CachableRed
This implementation of RenderedImage will generate an infinate
field of a single color. It reports bounds but will in fact render
out to infinity.
- Version:
- $Id$
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate WritableRasterA single tile that we move around as needed...Fields inherited from class AbstractRed
bounds, cm, minTileX, minTileY, numXTiles, numYTiles, props, sm, srcs, tileGridXOff, tileGridYOff, tileHeight, tileWidth -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractRed
copyBand, copyToRaster, getBounds, getColorModel, getData, getData, getDependencyRegion, getDirtyRegion, getHeight, getMinTileX, getMinTileY, getMinX, getMinY, getNumXTiles, getNumYTiles, getProperty, getPropertyNames, getSampleModel, getSources, getTileGridXOffset, getTileGridYOffset, getTileHeight, getTileWidth, getWidth, getXTile, getYTile, init, init, makeTile, updateTileGridInfo
-
Field Details
-
raster
A single tile that we move around as needed...
-
-
Constructor Details
-
FloodRed
Construct a fully transparent black imageboundssize.- Parameters:
bounds- the bounds of the image (in fact will respond with any request).
-
FloodRed
-
-
Method Details
-
getTile
- Specified by:
getTilein interfaceRenderedImage- Overrides:
getTilein classAbstractRed
-
copyData
-