org.apache.batik.ext.awt.image.rendered
Class TileBlock
java.lang.Object
org.apache.batik.ext.awt.image.rendered.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.
- Version:
- $Id: TileBlock.java 1733416 2016-03-03 07:07:13Z gadams $
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.
- Overrides:
toString in class Object
splitOneGo
public TileBlock[] splitOneGo()
simplify
public boolean simplify()
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.