Interface TileRable
- All Superinterfaces:
Filter, FilterColorInterpolation, RenderableImage
- All Known Implementing Classes:
TileRable8Bit
A renderable that can tile its source into the tile region.
- Version:
- $Id$
-
Field Summary
Fields inherited from interface 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 regionbooleanReturns whether or not the source can overflow the tile region or if the tile region should clip the sourcevoidsetOverflow(boolean overflow) Sets the overflow strategyvoidSets the filter source (the tile content used to fill the tile region.voidsetTiledRegion(Rectangle2D tiledRegion) Sets the tile regionvoidsetTileRegion(Rectangle2D tileRegion) Sets the tile regionMethods inherited from interface Filter
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStampMethods inherited from interface FilterColorInterpolation
getOperationColorSpace, isColorSpaceLinear, setColorSpaceLinearMethods inherited from interface 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.
-