Uses of Interface
org.apache.batik.ext.awt.image.rendered.TileStore
-
Packages that use TileStore Package Description org.apache.batik.ext.awt.image.rendered -
-
Uses of TileStore in org.apache.batik.ext.awt.image.rendered
Classes in org.apache.batik.ext.awt.image.rendered that implement TileStore Modifier and Type Class Description class
TileGrid
This is a Grid based implementation of the TileStore.class
TileMap
Methods in org.apache.batik.ext.awt.image.rendered that return TileStore Modifier and Type Method Description protected TileStore
AbstractTiledRed. createTileStore()
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)
TileStore
AbstractTiledRed. getTileStore()
Methods in org.apache.batik.ext.awt.image.rendered with parameters of type TileStore Modifier and Type Method Description protected void
AbstractTiledRed. init(CachableRed src, java.awt.Rectangle bounds, java.awt.image.ColorModel cm, java.awt.image.SampleModel sm, int tileGridXOff, int tileGridYOff, TileStore tiles, java.util.Map props)
This is one of two basic init function (this is for single source rendereds).protected void
AbstractTiledRed. setTileStore(TileStore tiles)
-