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

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

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

revision 1.7 by mkoch, Wed Feb 16 10:39:27 2005 UTC revision 1.8 by trebligd, Fri Jul 1 10:33:31 2005 UTC
# Line 1  Line 1 
1  /* DataBufferUShort.java --  /* DataBufferUShort.java --
2     Copyright (C) 2000, 2002, 2004  Free Software Foundation     Copyright (C) 2000, 2002, 2004, 2005 Free Software Foundation
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 48  package java.awt.image; Line 48  package java.awt.image;
48     code is a maintenance nightmare.  */     code is a maintenance nightmare.  */
49    
50  /**  /**
51     * A {@link DataBuffer} that uses an array of <code>short</code> primitives
52     * to represent each of its banks.
53     *
54   * @author Rolf W. Rasmussen (rolfwr@ii.uib.no)   * @author Rolf W. Rasmussen (rolfwr@ii.uib.no)
55   */   */
56  public final class DataBufferUShort extends DataBuffer  public final class DataBufferUShort extends DataBuffer

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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