Uses of Interface
org.apache.batik.ext.awt.image.rendered.TileGenerator
Packages that use TileGenerator
-
Uses of TileGenerator in org.apache.batik.ext.awt.image.rendered
Classes in org.apache.batik.ext.awt.image.rendered that implement TileGeneratorModifier and TypeClassDescriptionclassThis is an abstract base class that takes care of most of the normal issues surrounding the implementation of the CachableRed (RenderedImage) interface.classclassThis implementation of RenderedImage only serves to put the tiles generated by it's input into the TileCache.classThis 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 TileGeneratorModifier and TypeFieldDescriptionprivate TileGeneratorTileGrid.sourceprivate TileGeneratorTileMap.sourceMethods in org.apache.batik.ext.awt.image.rendered with parameters of type TileGeneratorModifier and TypeMethodDescriptionstatic TileStoreTileCache.getTileGrid(int minTileX, int minTileY, int xSz, int ySz, TileGenerator src) static TileStoreTileCache.getTileGrid(RenderedImage img, TileGenerator src) static TileStoreTileCache.getTileMap(TileGenerator src) Constructors in org.apache.batik.ext.awt.image.rendered with parameters of type TileGeneratorModifierConstructorDescriptionTileGrid(int minTileX, int minTileY, int xSz, int ySz, TileGenerator source, LRUCache cache) TileMap(TileGenerator source, LRUCache cache)