Quaqua 5.4.1 2009-07-14

ch.randelshofer.quaqua.ext.batik.ext.awt.image.rendered
Interface TileGenerator

All Known Implementing Classes:
AbstractTiledRed

public interface TileGenerator

This the generic interface for a source of tiles. This is used when the cache has a miss.

Version:
$Id: TileGenerator.java 498740 2007-01-22 18:35:57Z dvholten $

Method Summary
 java.awt.image.Raster genTile(int x, int y)
           
 

Method Detail

genTile

java.awt.image.Raster genTile(int x,
                              int y)

Copyright 2003-2007 (c) Werner Randelshofer.
All rights reserved.