Uses of Interface
org.apache.batik.ext.awt.image.rendered.TileGenerator
-
Packages that use TileGenerator Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description 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 Constructor Description TileGrid(int minTileX, int minTileY, int xSz, int ySz, TileGenerator source, LRUCache cache)
TileMap(TileGenerator source, LRUCache cache)
-