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

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1997, 2000, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 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