src/share/classes/java/awt/image/BufferedImageFilter.java

Print this page

        

*** 83,93 **** * {@link ImageProducer} of the <code>Image</code> whose pixels are * being filtered. Developers using this class to retrieve pixels from * an image should avoid calling this method directly since that * operation could result in problems with retrieving the requested * pixels. ! * <p> * @param width the width to which to set the width of this * <code>BufferedImageFilter</code> * @param height the height to which to set the height of this * <code>BufferedImageFilter</code> * @see ImageConsumer#setDimensions --- 83,93 ---- * {@link ImageProducer} of the <code>Image</code> whose pixels are * being filtered. Developers using this class to retrieve pixels from * an image should avoid calling this method directly since that * operation could result in problems with retrieving the requested * pixels. ! * * @param width the width to which to set the width of this * <code>BufferedImageFilter</code> * @param height the height to which to set the height of this * <code>BufferedImageFilter</code> * @see ImageConsumer#setDimensions