jdk/src/share/classes/javax/imageio/ImageReadParam.java
changeset 19168 ff364494f2b8
parent 5506 202f599c92aa
child 22584 eed64ee05369
equal deleted inserted replaced
19167:c575eb772ac8 19168:ff364494f2b8
    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>.