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 classAbstractTiledRedThis is an abstract base class that takes care of most of the normal issues surrounding the implementation of the CachableRed (RenderedImage) interface.classSpecularLightingRedclassTileCacheRedThis implementation of RenderedImage only serves to put the tiles generated by it's input into the TileCache.classTileRedThis filter simply tiles its tile starting from the upper left corner of the tiled region.Fields in org.apache.batik.ext.awt.image.rendered declared as TileGenerator Modifier and Type Field Description private TileGeneratorTileGrid. sourceprivate TileGeneratorTileMap. sourceMethods in org.apache.batik.ext.awt.image.rendered with parameters of type TileGenerator Modifier and Type Method Description static TileStoreTileCache. getTileGrid(int minTileX, int minTileY, int xSz, int ySz, TileGenerator src)static TileStoreTileCache. getTileGrid(java.awt.image.RenderedImage img, TileGenerator src)static TileStoreTileCache. 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)
-