Filter, FilterColorInterpolation, java.awt.image.renderable.RenderableImageTileRable8Bitpublic interface TileRable extends FilterColorInterpolation
| Modifier and Type | Method | Description |
|---|---|---|
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
|
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStampgetOperationColorSpace, isColorSpaceLinear, setColorSpaceLinearjava.awt.geom.Rectangle2D getTileRegion()
void setTileRegion(java.awt.geom.Rectangle2D tileRegion)
java.awt.geom.Rectangle2D getTiledRegion()
void setTiledRegion(java.awt.geom.Rectangle2D tiledRegion)
boolean isOverflow()
void setOverflow(boolean overflow)
void setSource(Filter source)
Filter getSource()
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.