78 * specified by <code>getSourceXOffset</code>, <code>getSourceYOffset</code>, |
78 * specified by <code>getSourceXOffset</code>, <code>getSourceYOffset</code>, |
79 * <code>getSourceWidth</code>, and <code>getSourceHeight</code>. |
79 * <code>getSourceWidth</code>, and <code>getSourceHeight</code>. |
80 * |
80 * |
81 * <p> The resulting region is then subsampled according to the |
81 * <p> The resulting region is then subsampled according to the |
82 * factors given in {@link IIOParam#setSourceSubsampling |
82 * factors given in {@link IIOParam#setSourceSubsampling |
83 * <code>IIOParam.setSourceSubsampling</code>}. The first pixel, |
83 * IIOParam.setSourceSubsampling}. The first pixel, |
84 * the number of pixels per row, and the number of rows all depend |
84 * the number of pixels per row, and the number of rows all depend |
85 * on the subsampling settings. |
85 * on the subsampling settings. |
86 * Call the minimum X and Y coordinates of the resulting rectangle |
86 * Call the minimum X and Y coordinates of the resulting rectangle |
87 * (<code>minX</code>, <code>minY</code>), its width <code>w</code> |
87 * (<code>minX</code>, <code>minY</code>), its width <code>w</code> |
88 * and its height <code>h</code>. |
88 * and its height <code>h</code>. |