org.apache.batik.ext.awt.image.rendered

Class TileBlock

public class TileBlock extends Object

This class is responsible for breaking up a block of tiles into a set of smaller requests that are as large as possible without rerequesting significant numbers of tiles that are already available.
Method Summary
booleansimplify()
TileBlock[]splitOneGo()
StringtoString()
Really nice to string that outlines what tiles are filled and what region this block covers.

Method Detail

simplify

public boolean simplify()

splitOneGo

public TileBlock[] splitOneGo()

toString

public String toString()
Really nice to string that outlines what tiles are filled and what region this block covers. Really useful for debugging the TileBlock stuff.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.