Lines Matching defs:to

8  * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
57 * <code>ColorModel</code> to represent its color and alpha components.
59 * coordinate of (0,&nbsp;0). Any <code>Raster</code> used to construct a
101 * the color data must be adjusted to a non-premultiplied form
111 * with alpha. The color data in this image is considered not to be
113 * <code>imageType</code> argument to a <code>BufferedImage</code>
122 * with alpha. The color data in this image is considered to be
129 * to a Windows- or Solaris- style BGR color model, with the colors
134 * the color data must be adjusted to a non-premultiplied form
143 * to a Windows-style BGR color model) with the colors Blue, Green,
148 * the color data must be adjusted to a non-premultiplied form
159 * color data in this image is considered not to be premultiplied with
162 * from lower to higher byte addresses within each pixel.
170 * data in this image is considered to be premultiplied with alpha.
172 * A, B, G, R from lower to higher byte addresses within each pixel.
182 * the color data must be adjusted to a non-premultiplied form
195 * the color data must be adjusted to a non-premultiplied form
208 * the color data must be adjusted to a non-premultiplied form
221 * the color data must be adjusted to a non-premultiplied form
231 * type is used as the <code>imageType</code> argument to the
259 * <code>imageType</code> argument to the <code>BufferedImage</code>
522 * entries in the color model is used to determine whether the
591 * the <code>ColorModel</code> to represent its color and alpha
594 * alpha to match the <code>alphaPremultiplied</code> state
608 * the <code>ColorModel</code> to represent its color and alpha
639 " has minX or minY not equal to zero: "
651 // Force the raster data alpha state to match the premultiplied
906 * @param x the X coordinate of the pixel from which to get
909 * @param y the Y coordinate of the pixel from which to get
999 * Sets a pixel in this <code>BufferedImage</code> to the specified
1000 * RGB value. The pixel is assumed to be in the default RGB color
1011 * @param x the X coordinate of the pixel to set
1012 * @param y the Y coordinate of the pixel to set
1103 * @return the {@link ImageProducer} that is used to produce the
1125 * notified later. The property name "comment" should be used to
1126 * store an optional comment that can be presented to the user as a
1131 * @return an {@link Object} that is the property referred to by the
1145 * @return an <code>Object</code> that is the property referred to by
1166 * convenient, since it is declared to return a
1168 * @return a <code>Graphics2D</code>, which can be used to draw into
1176 * Creates a <code>Graphics2D</code>, which can be used to draw into
1221 * Forces the data to match the state specified in the
1362 * Returns the x offset of the tile grid relative to the origin,
1372 * Returns the y offset of the tile grid relative to the origin,
1393 * equal to 0
1438 * @param rect the region of the <code>BufferedImage</code> to be
1467 * <code>WritableRaster</code>. The region to be computed is
1474 * @param outRaster a <code>WritableRaster</code> to hold the returned
1476 * @return a reference to the supplied or created
1499 * Sets a rectangular region of the image to the contents of the
1501 * assumed to be in the same coordinate space as the
1502 * <code>BufferedImage</code>. The operation is clipped to the bounds
1516 // Clip to the current Raster
1540 * @param to the specified {@link TileObserver}
1542 public void addTileObserver (TileObserver to) {
1549 * @param to the specified <code>TileObserver</code>.
1551 public void removeTileObserver (TileObserver to) {
1563 * to 0
1589 * Semantically equivalent to
1603 * no writers to having one writer.
1607 * the specified indices, to be checked out for writing.
1614 * Relinquishes permission to write to a tile. If the caller
1615 * continues to write to the tile, the results are undefined.
1616 * Calls to this method should only appear in matching pairs
1617 * with calls to {@link #getWritableTile(int, int) getWritableTile(int, int)}. Any other leads
1618 * to undefined results. All registered <code>TileObservers</code>
1619 * are notified when a tile goes from having one writer to having no