| javax.media.jai.PointOpImage com.sun.media.jai.opimage.BandSelectOpImage
BandSelectOpImage | public BandSelectOpImage(RenderedImage source, Map config, ImageLayout layout, int[] bandIndices)(Code) | | Constructor.
Parameters: source - The source image. Parameters: layout - The destination image layout. Parameters: bandIndices - The selected band indices of the source.The number of bands of the destination isdetermined by bandIndices.length . |
computeTile | public Raster computeTile(int tileX, int tileY)(Code) | | |
computesUniqueTiles | public boolean computesUniqueTiles()(Code) | | |
getTile | public Raster getTile(int tileX, int tileY)(Code) | | |
|
|