Trees | Indices | Help |
|
---|
|
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Subclasses must provide a fresh instance of {@link TileData}. The instance will be closed after the run of forEachTile. returns: TileData |
Iterates over every tile in a given pixel based on the over arching dimensions and a requested maximum tile width and height. @param iteration Invoker to call for each tile. @param pixel Pixel instance @param tileWidth <b>Maximum</b> width of the tile requested. The tile request itself will be smaller than the original tile width requested if <code>x + tileWidth > sizeX</code>. @param tileHeight <b>Maximum</b> height of the tile requested. The tile request itself will be smaller if <code>y + tileHeight > sizeY</code>. @return The total number of tiles iterated over. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Oct 18 13:28:53 2011 | http://epydoc.sourceforge.net |