public interface TileRable extends FilterColorInterpolation
HINTS_OBSERVED
Modifier and Type | Method and Description |
---|---|
Filter |
getSource()
Return's the tile source (the tile content used to fill
the tile region.
|
Rectangle2D |
getTiledRegion()
Returns the tiled region
|
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(Rectangle2D tiledRegion)
Sets the tile region
|
void |
setTileRegion(Rectangle2D tileRegion)
Sets the tile region
|
getOperationColorSpace, isColorSpaceLinear, setColorSpaceLinear
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStamp
createDefaultRendering, createRendering, createScaledRendering, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getWidth, isDynamic
Rectangle2D getTileRegion()
void setTileRegion(Rectangle2D tileRegion)
Rectangle2D getTiledRegion()
void setTiledRegion(Rectangle2D tiledRegion)
boolean isOverflow()
void setOverflow(boolean overflow)
void setSource(Filter source)
Filter getSource()
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.