< prev index next >

src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFDecompressor.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2005, 2016, 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) 2005, 2017, 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
*** 1320,1330 **** /** * Sets the index of the planar configuration band to be decoded. This value * is ignored for chunky (interleaved) images. * ! * @param the index of the planar band to decode */ public void setPlanarBand(int planarBand) { this.planarBand = planarBand; } /** * Sets the value of the {@code samplesPerPixel} field. --- 1320,1330 ---- /** * Sets the index of the planar configuration band to be decoded. This value * is ignored for chunky (interleaved) images. * ! * @param planarBand the index of the planar band to decode */ public void setPlanarBand(int planarBand) { this.planarBand = planarBand; } /** * Sets the value of the {@code samplesPerPixel} field.
*** 2067,2077 **** * {@code double}s. * * <p> The default implementation calls {@code decodeRaw(byte[] b, * ...)} and copies the resulting data into {@code f}. * ! * @param f a {@code double} array to be written. * @param dstOffset the starting offset in {@code f} to be * written. * @param bitsPerPixel the number of bits for each pixel. * @param scanlineStride the number of {@code double}s to * advance between that starting pixels of each scanline. --- 2067,2077 ---- * {@code double}s. * * <p> The default implementation calls {@code decodeRaw(byte[] b, * ...)} and copies the resulting data into {@code f}. * ! * @param d a {@code double} array to be written. * @param dstOffset the starting offset in {@code f} to be * written. * @param bitsPerPixel the number of bits for each pixel. * @param scanlineStride the number of {@code double}s to * advance between that starting pixels of each scanline.
< prev index next >