| Package | Description |
|---|---|
| org.apache.batik.ext.awt.image.rendered |
| Modifier and Type | Class and Description |
|---|---|
class |
TileGrid
This is a Grid based implementation of the TileStore.
|
class |
TileMap |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and 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) |
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.