Lines Matching refs:band

42  *  for one band of an image and a band consists of all samples of a
45 * There are three bands in the image containing this pixel. One band
47 * image. The second band consists of all the green samples and
48 * the remaining band consists of all of the blue samples. The pixel
50 * a particular band can be stored contiguously or all samples from a
894 * Returns the sample in a specified band for the pixel located
900 * @param b The band to return.
902 * @return the sample in a specified band for the specified pixel.
907 * the band index are not in bounds.
913 * Returns the sample in a specified band
919 * @param b The band to return.
921 * @return the sample in a specified band for the specified pixel.
925 * the band index are not in bounds.
935 * Returns the sample in a specified band
941 * @param b The band to return.
943 * @return the sample in a specified band for the specified pixel.
947 * the band index are not in bounds.
958 * Returns the samples for a specified band for the specified rectangle
966 * @param b The band to return.
969 * @return the samples for the specified band for the specified region
975 * the band index are not in bounds, or if iArray is too small to
1006 * Returns the samples for a specified band for the specified rectangle
1014 * @param b The band to return.
1017 * @return the samples for the specified band for the specified region
1023 * the band index are not in bounds, or if fArray is too small to
1055 * Returns the samples for a specified band for a specified rectangle
1063 * @param b The band to return.
1066 * @return the samples for the specified band for the specified region
1072 * the band index are not in bounds, or if dArray is too small to
1277 * Sets a sample in the specified band for the pixel located at (x,y)
1283 * @param b The band to set.
1290 * the band index are not in bounds.
1297 * Sets a sample in the specified band for the pixel located at (x,y)
1307 * @param b The band to set.
1314 * the band index are not in bounds.
1325 * Sets a sample in the specified band for the pixel located at (x,y)
1335 * @param b The band to set.
1342 * the band index are not in bounds.
1353 * Sets the samples in the specified band for the specified rectangle
1361 * @param b The band to set.
1368 * the band index are not in bounds, or if iArray is too small to
1391 * Sets the samples in the specified band for the specified rectangle
1399 * @param b The band to set.
1406 * the band index are not in bounds, or if fArray is too small to
1429 * Sets the samples in the specified band for the specified rectangle
1437 * @param b The band to set.
1444 * the band index are not in bounds, or if dArray is too small to
1501 /** Returns the size in bits of samples for the specified band.
1502 * @param band the specified band
1503 * @return the size of the samples of the specified band.
1505 public abstract int getSampleSize(int band);