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

All Known Implementing Classes:
AbstractTiledRed, SpecularLightingRed, TileCacheRed, TileRed

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 1733416 2016-03-03 07:07:13Z gadams $

Method Summary
 Raster genTile(int x, int y)
           
 

Method Detail

genTile

Raster genTile(int x,
               int y)


Copyright © 2000–2017 Apache Software Foundation. All rights reserved.