/[classpath]/classpath/java/awt/image/ShortLookupTable.java
ViewVC logotype

Diff of /classpath/java/awt/image/ShortLookupTable.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by gnu_andrew, Sat Jan 15 17:01:49 2005 UTC revision 1.1.2.2 by gnu_andrew, Sun Jan 16 02:14:47 2005 UTC
# Line 107  public class ShortLookupTable extends Lo Line 107  public class ShortLookupTable extends Lo
107     * translation arrays.     * translation arrays.
108     *     *
109     * @param src Component values of a pixel.     * @param src Component values of a pixel.
110     * @param dest Destination array for values, or null.     * @param dst Destination array for values, or null.
111     * @return Translated values for the pixel.     * @return Translated values for the pixel.
112     */     */
113    public int[] lookupPixel(int[] src, int[] dst)    public int[] lookupPixel(int[] src, int[] dst)
# Line 140  public class ShortLookupTable extends Lo Line 140  public class ShortLookupTable extends Lo
140     * translation arrays.     * translation arrays.
141     *     *
142     * @param src Component values of a pixel.     * @param src Component values of a pixel.
143     * @param dest Destination array for values, or null.     * @param dst Destination array for values, or null.
144     * @return Translated values for the pixel.     * @return Translated values for the pixel.
145     */     */
146    public short[] lookupPixel(short[] src, short[] dst)    public short[] lookupPixel(short[] src, short[] dst)

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26