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 TypeClassDescriptionclass
This is an abstract base class that takes care of most of the normal issues surrounding the implementation of the CachableRed (RenderedImage) interface.class
class
This implementation of RenderedImage only serves to put the tiles generated by it's input into the TileCache.class
This 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 TileGenerator
TileGrid.source
private TileGenerator
TileMap.source
Methods in org.apache.batik.ext.awt.image.rendered with parameters of type TileGeneratorModifier and TypeMethodDescriptionstatic TileStore
TileCache.getTileGrid
(int minTileX, int minTileY, int xSz, int ySz, TileGenerator src) static TileStore
TileCache.getTileGrid
(RenderedImage img, TileGenerator src) static TileStore
TileCache.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)