|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A renderable that can tile its source into the tile region.
Fields inherited from interface java.awt.image.renderable.RenderableImage |
HINTS_OBSERVED |
Method Summary | |
Filter |
getSource()
Return's the tile source (the tile content used to fill the tile region. |
java.awt.geom.Rectangle2D |
getTiledRegion()
Returns the tiled region |
java.awt.geom.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(java.awt.geom.Rectangle2D tiledRegion)
Sets the tile region |
void |
setTileRegion(java.awt.geom.Rectangle2D tileRegion)
Sets the tile region |
Methods inherited from interface org.apache.batik.ext.awt.image.renderable.FilterColorInterpolation |
getOperationColorSpace, isColorSpaceLinear, setColorSpaceLinear |
Methods inherited from interface org.apache.batik.ext.awt.image.renderable.Filter |
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStamp |
Methods inherited from interface java.awt.image.renderable.RenderableImage |
createDefaultRendering, createRendering, createScaledRendering, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getWidth, isDynamic |
Method Detail |
public java.awt.geom.Rectangle2D getTileRegion()
public void setTileRegion(java.awt.geom.Rectangle2D tileRegion)
public java.awt.geom.Rectangle2D getTiledRegion()
public void setTiledRegion(java.awt.geom.Rectangle2D tiledRegion)
public boolean isOverflow()
public void setOverflow(boolean overflow)
public void setSource(Filter source)
public Filter getSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |