| 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(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,
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 void |
AbstractTiledRed.setTileStore(TileStore tiles) |
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.