|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TileGenerator | |
org.apache.batik.ext.awt.image.rendered |
Uses of TileGenerator in org.apache.batik.ext.awt.image.rendered |
Classes in org.apache.batik.ext.awt.image.rendered that implement TileGenerator | |
class |
AbstractTiledRed
This is an abstract base class that takes care of most of the normal issues surrounding the implementation of the CachableRed (RenderedImage) interface. |
class |
SpecularLightingRed
|
class |
TileCacheRed
This implementation of RenderedImage only serves to put the tiles generated by it's input into the TileCache. |
class |
TileRed
This filter simply tiles its tile starting from the upper left corner of the tiled region. |
Methods in org.apache.batik.ext.awt.image.rendered with parameters of type TileGenerator | |
static TileStore |
TileCache.getTileGrid(int minTileX,
int minTileY,
int xSz,
int ySz,
TileGenerator src)
|
static TileStore |
TileCache.getTileGrid(java.awt.image.RenderedImage img,
TileGenerator src)
|
static TileStore |
TileCache.getTileMap(TileGenerator src)
|
Constructors in org.apache.batik.ext.awt.image.rendered with parameters of type TileGenerator | |
TileMap(TileGenerator source,
LRUCache cache)
|
|
TileGrid(int minTileX,
int minTileY,
int xSz,
int ySz,
TileGenerator source,
LRUCache cache)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |