org.apache.batik.ext.awt.image.renderable
public class TileRable8Bit extends AbstractColorInterpolationRable implements TileRable
Constructor Summary | |
---|---|
TileRable8Bit(Filter source, Rectangle2D tiledRegion, Rectangle2D tileRegion, boolean overflow)
Default constructor |
Method Summary | |
---|---|
RenderedImage | createRendering(RenderContext rc) |
RenderedImage | createTile(RenderContext rc)
Computes the tile to use for the tiling operation.
|
Rectangle2D | getActualTileBounds(Rectangle2D tiledRect) |
Rectangle2D | getBounds2D()
Returns this filter's bounds |
Filter | getSource()
Return's the tile source |
Rectangle2D | getTiledRegion()
Returns the tiled region |
Rectangle2D | getTileRegion()
Returns the tile region |
boolean | isOverflow()
Returns the overflow strategy |
void | setOverflow(boolean overflow)
Sets the overflow strategy |
void | setSource(Filter src)
Sets the filter source |
void | setTiledRegion(Rectangle2D tiledRegion)
Sets the tiled region |
void | setTileRegion(Rectangle2D tileRegion)
Sets the tile region |