class EmptyImage extends SimpleRenderedImage
colorModel, height, minX, minY, properties, sampleModel, sources, tileGridXOffset, tileGridYOffset, tileHeight, tileWidth, width| Constructor and Description | 
|---|
EmptyImage(int minX,
          int minY,
          int width,
          int height,
          int tileGridXOffset,
          int tileGridYOffset,
          int tileWidth,
          int tileHeight,
          SampleModel sampleModel,
          ColorModel colorModel)  | 
| Modifier and Type | Method and Description | 
|---|---|
Raster | 
getTile(int tileX,
       int tileY)  | 
copyData, getBounds, getColorModel, getData, getData, getHeight, getMaxTileX, getMaxTileY, getMaxX, getMaxY, getMinTileX, getMinTileY, getMinX, getMinY, getNumXTiles, getNumYTiles, getProperty, getPropertyNames, getPropertyNames, getSampleModel, getSources, getTileGridXOffset, getTileGridYOffset, getTileHeight, getTileWidth, getWidth, tileXToX, tileXToX, tileYToY, tileYToY, XToTileX, XToTileX, YToTileY, YToTileYEmptyImage(int minX,
          int minY,
          int width,
          int height,
          int tileGridXOffset,
          int tileGridYOffset,
          int tileWidth,
          int tileHeight,
          SampleModel sampleModel,
          ColorModel colorModel)
public Raster getTile(int tileX, int tileY)
Copyright © 2015 Open Microscopy Environment