Package | Description |
---|---|
org.apache.batik.ext.awt.image.rendered |
Modifier and Type | Method and Description |
---|---|
(package private) TileBlock[] |
TileBlock.getBestSplit()
Returnes an optimized list of TileBlocks to generate that
tries to minimize the work to benefit ratio, for the set of
blocks defined by this block.
|
TileBlock[] |
TileBlock.splitOneGo() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTiledRed.drawBlock(TileBlock block,
java.awt.image.WritableRaster wr) |
protected void |
AbstractTiledRed.drawBlockAndCopy(TileBlock[] blocks,
java.awt.image.WritableRaster wr) |
protected void |
AbstractTiledRed.drawBlockInPlace(TileBlock[] blocks,
java.awt.image.WritableRaster wr) |
(package private) static int |
TileBlock.getWork(TileBlock[] blocks)
Returns the total amount of work for the array of tile blocks
|