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

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

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

revision 1.1.2.1 by gnu_andrew, Thu Jan 13 22:40:38 2005 UTC revision 1.1.2.2 by gnu_andrew, Sat Feb 19 10:50:33 2005 UTC
# Line 1  Line 1 
1  /* Kernel.java -- Java class for an image processing kernel  /* Kernel.java -- Java class for an image processing kernel
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 43  package java.awt.image; Line 43  package java.awt.image;
43   * convolution filters among other purposes.  It stores an array of float   * convolution filters among other purposes.  It stores an array of float
44   * values representing a 2-dimensional array in row-major order.   * values representing a 2-dimensional array in row-major order.
45   *   *
46   * @author <a href="mailto:jlquinn@optonline.net">Jerry Quinn</a>   * @author Jerry Quinn (jlquinn@optonline.net)
47   * @version 1.0   * @version 1.0
48   */   */
49  public class Kernel implements Cloneable  public class Kernel implements Cloneable

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