Uses of Class
org.apache.batik.ext.awt.image.rendered.TileBlock
-
Packages that use TileBlock Package Description org.apache.batik.ext.awt.image.rendered -
-
Uses of TileBlock in org.apache.batik.ext.awt.image.rendered
Methods in org.apache.batik.ext.awt.image.rendered that return TileBlock Modifier and Type Method 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()Methods in org.apache.batik.ext.awt.image.rendered with parameters of type TileBlock Modifier and Type Method Description protected voidAbstractTiledRed. drawBlock(TileBlock block, java.awt.image.WritableRaster wr)protected voidAbstractTiledRed. drawBlockAndCopy(TileBlock[] blocks, java.awt.image.WritableRaster wr)protected voidAbstractTiledRed. drawBlockInPlace(TileBlock[] blocks, java.awt.image.WritableRaster wr)(package private) static intTileBlock. getWork(TileBlock[] blocks)Returns the total amount of work for the array of tile blocks
-