lib.tilers
Interface Tiler<T>

All Known Implementing Classes:
AdaptiveRectangularTiler, AdaptiveSquareTiler, AdaptiveTriangularTiler, RectangularPixelTiler, RectangularTiler, SquarePixelTiler, SquareTiler

public interface Tiler<T>


Method Summary
 java.util.ArrayList<T> tile(T t)
          Tile the given object according
 

Method Detail

tile

java.util.ArrayList<T> tile(T t)
Tile the given object according

Parameters:
t - the object to tile
Returns:
an array list holding the tiles of the object