org.apache.batik.ext.awt.image.renderable
Interface TileRable
public
interface
TileRable
extends FilterColorInterpolation
A renderable that can tile its source into the tile region.
Method Summary |
Filter | getSource()
Return's the tile source (the tile content used to fill
the tile region. |
Rectangle2D | getTiledRegion()
Returns the tiled region |
Rectangle2D | getTileRegion()
Returns the tile region |
boolean | isOverflow()
Returns whether or not the source can overflow
the tile region or if the tile region should clip
the source |
void | setOverflow(boolean overflow)
Sets the overflow strategy |
void | setSource(Filter source)
Sets the filter source (the tile content used to fill the
tile region. |
void | setTiledRegion(Rectangle2D tiledRegion)
Sets the tile region |
void | setTileRegion(Rectangle2D tileRegion)
Sets the tile region |
Return's the tile source (the tile content used to fill
the tile region.
public Rectangle2D getTiledRegion()
Returns the tiled region
public Rectangle2D getTileRegion()
Returns the tile region
public boolean isOverflow()
Returns whether or not the source can overflow
the tile region or if the tile region should clip
the source
public void setOverflow(boolean overflow)
Sets the overflow strategy
public void setSource(
Filter source)
Sets the filter source (the tile content used to fill the
tile region.
public void setTiledRegion(Rectangle2D tiledRegion)
Sets the tile region
public void setTileRegion(Rectangle2D tileRegion)
Sets the tile region
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.