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

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

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

revision 1.1.2.2 by gnu_andrew, Sun Jan 16 02:14:47 2005 UTC revision 1.1.2.3 by gnu_andrew, Sat Feb 19 10:50:33 2005 UTC
# Line 1  Line 1 
1  /* ByteLookupTable.java -- Java class for a pixel translation table.  /* ByteLookupTable.java -- Java class for a pixel translation table.
2     Copyright (C) 2004 Free Software Foundation, Inc.     Copyright (C) 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 44  package java.awt.image; Line 44  package java.awt.image;
44   * Alpha, R, G, and B.  When doing translation, the offset is subtracted from   * Alpha, R, G, and B.  When doing translation, the offset is subtracted from
45   * the pixel values to allow a subset of an array to be used.   * the pixel values to allow a subset of an array to be used.
46   *   *
47   * @author <a href="mailto:jlquinn@optonline.net">Jerry Quinn</a>   * @author Jerry Quinn (jlquinn@optonline.net)
48   * @version 1.0   * @version 1.0
49   */   */
50  public class ByteLookupTable extends LookupTable  public class ByteLookupTable extends LookupTable

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

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