Interface TileRable
- All Superinterfaces:
Filter
,FilterColorInterpolation
,RenderableImage
- All Known Implementing Classes:
TileRable8Bit
A renderable that can tile its source into the tile region.
-
Field Summary
Fields inherited from interface java.awt.image.renderable.RenderableImage
HINTS_OBSERVED
-
Method Summary
Modifier and TypeMethodDescriptionReturn's the tile source (the tile content used to fill the tile region.Returns the tiled regionReturns the tile regionboolean
Returns whether or not the source can overflow the tile region or if the tile region should clip the sourcevoid
setOverflow
(boolean overflow) Sets the overflow strategyvoid
Sets the filter source (the tile content used to fill the tile region.void
setTiledRegion
(Rectangle2D tiledRegion) Sets the tile regionvoid
setTileRegion
(Rectangle2D tileRegion) Sets the tile regionMethods inherited from interface org.apache.batik.ext.awt.image.renderable.Filter
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStamp
Methods inherited from interface org.apache.batik.ext.awt.image.renderable.FilterColorInterpolation
getOperationColorSpace, isColorSpaceLinear, setColorSpaceLinear
Methods inherited from interface java.awt.image.renderable.RenderableImage
createDefaultRendering, createRendering, createScaledRendering, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getWidth, isDynamic
-
Method Details
-
getTileRegion
Rectangle2D getTileRegion()Returns the tile region -
setTileRegion
Sets the tile region -
getTiledRegion
Rectangle2D getTiledRegion()Returns the tiled region -
setTiledRegion
Sets the tile region -
isOverflow
boolean isOverflow()Returns whether or not the source can overflow the tile region or if the tile region should clip the source -
setOverflow
void setOverflow(boolean overflow) Sets the overflow strategy -
setSource
Sets the filter source (the tile content used to fill the tile region. -
getSource
Filter getSource()Return's the tile source (the tile content used to fill the tile region.
-