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
FiltergetSource()
Return's the tile source (the tile content used to fill the tile region.
Rectangle2DgetTiledRegion()
Returns the tiled region
Rectangle2DgetTileRegion()
Returns the tile region
booleanisOverflow()
Returns whether or not the source can overflow the tile region or if the tile region should clip the source
voidsetOverflow(boolean overflow)
Sets the overflow strategy
voidsetSource(Filter source)
Sets the filter source (the tile content used to fill the tile region.
voidsetTiledRegion(Rectangle2D tiledRegion)
Sets the tile region
voidsetTileRegion(Rectangle2D tileRegion)
Sets the tile region

Method Detail

getSource

public Filter getSource()
Return's the tile source (the tile content used to fill the tile region.

getTiledRegion

public Rectangle2D getTiledRegion()
Returns the tiled region

getTileRegion

public Rectangle2D getTileRegion()
Returns the tile region

isOverflow

public boolean isOverflow()
Returns whether or not the source can overflow the tile region or if the tile region should clip the source

setOverflow

public void setOverflow(boolean overflow)
Sets the overflow strategy

setSource

public void setSource(Filter source)
Sets the filter source (the tile content used to fill the tile region.

setTiledRegion

public void setTiledRegion(Rectangle2D tiledRegion)
Sets the tile region

setTileRegion

public void setTileRegion(Rectangle2D tileRegion)
Sets the tile region
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.