public class TileRable8Bit extends AbstractColorInterpolationRable implements TileRable
csLinearprops, srcs, stampHINTS_OBSERVED| Constructor and Description |
|---|
TileRable8Bit(Filter source,
Rectangle2D tiledRegion,
Rectangle2D tileRegion,
boolean overflow)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
RenderedImage |
createRendering(RenderContext rc) |
RenderedImage |
createTile(RenderContext rc)
Computes the tile to use for the tiling operation.
|
Rectangle2D |
getActualTileBounds(Rectangle2D tiledRect) |
Rectangle2D |
getBounds2D()
Returns this filter's bounds
|
Filter |
getSource()
Return's the tile source
|
Rectangle2D |
getTiledRegion()
Returns the tiled region
|
Rectangle2D |
getTileRegion()
Returns the tile region
|
boolean |
isOverflow()
Returns the overflow strategy
|
void |
setOverflow(boolean overflow)
Sets the overflow strategy
|
void |
setSource(Filter src)
Sets the filter source
|
void |
setTiledRegion(Rectangle2D tiledRegion)
Sets the tiled region
|
void |
setTileRegion(Rectangle2D tileRegion)
Sets the tile region
|
convertSourceCS, convertSourceCS, getOperationColorSpace, isColorSpaceLinear, setColorSpaceLinearcreateDefaultRendering, createScaledRendering, getDependencyRegion, getDirtyRegion, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getTimeStamp, getWidth, init, init, init, init, isDynamic, touchclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOperationColorSpace, isColorSpaceLinear, setColorSpaceLineargetDependencyRegion, getDirtyRegion, getTimeStampcreateDefaultRendering, createScaledRendering, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getWidth, isDynamicpublic TileRable8Bit(Filter source, Rectangle2D tiledRegion, Rectangle2D tileRegion, boolean overflow)
public Rectangle2D getTileRegion()
getTileRegion in interface TileRablepublic void setTileRegion(Rectangle2D tileRegion)
setTileRegion in interface TileRablepublic Rectangle2D getTiledRegion()
getTiledRegion in interface TileRablepublic void setTiledRegion(Rectangle2D tiledRegion)
setTiledRegion in interface TileRablepublic boolean isOverflow()
isOverflow in interface TileRablepublic void setOverflow(boolean overflow)
setOverflow in interface TileRablepublic void setSource(Filter src)
public Filter getSource()
public Rectangle2D getBounds2D()
getBounds2D in interface FiltergetBounds2D in class AbstractRablepublic RenderedImage createRendering(RenderContext rc)
createRendering in interface RenderableImagepublic Rectangle2D getActualTileBounds(Rectangle2D tiledRect)
public RenderedImage createTile(RenderContext rc)
Copyright © 2000–2021 Apache Software Foundation. All rights reserved.