Lines Matching defs:destination

44  * <code>SampleModel</code> of the destination image, either by
60 * being decoded from the stream and the destination
66 * resulting rectangle intersected with the actual valid destination
67 * area to yield the destination area that will be written.
93 * destination bounds. If no destination image has been set, the
94 * destination is defined to have a width of
98 * destination.
100 * <p> Pixels that land, after subsampling, within the destination
107 * destination bands according to the algorithm described in the
155 * The current destination <code>BufferedImage</code>, or
159 protected BufferedImage destination = null;
162 * The set of destination bands to be used, as an array of
164 * indicating all destination bands should be written in order.
206 * destination for decoded pixel data. The currently set image
215 * <p> If <code>destination</code> is <code>null</code>, a
226 * @param destination the BufferedImage to be written to, or
231 public void setDestination(BufferedImage destination) {
232 this.destination = destination;
245 return destination;
249 * Sets the indices of the destination bands where data
252 * <p> A <code>null</code> value indicates that all destination
255 * <p> Choosing a destination band subset will not affect the
256 * number of bands in the output image of a read if no destination
257 * image is specified; the created destination image will still
259 * called. If a different number of bands in the destination
265 * reader or writer if a value larger than the largest destination
267 * and destination bands to be used differ. The
304 * indicate that all destination bands will be used.
306 * @return the indices of the destination bands to be used,