Modifier and Type | Field and Description |
---|---|
pack-priv Raster |
Access | Constructor and Description |
---|---|
public | SingleTileRenderedImage(Raster
A Raster that will define tile (0, 0) of the image. ras, ColorModel A ColorModel that will serve as the image's
ColorModel. colorModel)Constructs a SingleTileRenderedImage based on a Raster and a ColorModel. |
Modifier and Type | Method and Description |
---|---|
public Raster | getTile(int
the X index of the requested tile in the tile array tileX, int the Y index of the requested tile in the tile array tileY)Implements java. Returns the image's Raster as tile (0, 0). |
ras | back to summary |
---|---|
pack-priv Raster ras |
SingleTileRenderedImage | back to summary |
---|---|
public SingleTileRenderedImage(Raster ras, ColorModel colorModel) Constructs a SingleTileRenderedImage based on a Raster and a ColorModel.
|
getTile | back to summary |
---|---|
public Raster getTile(int tileX, int tileY) Implements java. Returns the image's Raster as tile (0, 0).
|