Uses of Interface
org.apache.batik.ext.awt.image.rendered.TileStore
Packages that use TileStore
-
Uses of TileStore in org.apache.batik.ext.awt.image.rendered
Classes in org.apache.batik.ext.awt.image.rendered that implement TileStoreModifier and TypeClassDescriptionclassThis is a Grid based implementation of the TileStore.classMethods in org.apache.batik.ext.awt.image.rendered that return TileStoreModifier and TypeMethodDescriptionprotected TileStoreAbstractTiledRed.createTileStore()static TileStoreTileCache.getTileGrid(int minTileX, int minTileY, int xSz, int ySz, TileGenerator src) static TileStoreTileCache.getTileGrid(RenderedImage img, TileGenerator src) static TileStoreTileCache.getTileMap(TileGenerator src) AbstractTiledRed.getTileStore()Methods in org.apache.batik.ext.awt.image.rendered with parameters of type TileStoreModifier and TypeMethodDescriptionprotected voidAbstractTiledRed.init(CachableRed src, Rectangle bounds, ColorModel cm, SampleModel sm, int tileGridXOff, int tileGridYOff, TileStore tiles, Map props) This is one of two basic init function (this is for single source rendereds).protected voidAbstractTiledRed.setTileStore(TileStore tiles)