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

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

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

revision 1.4 by mark, Tue Jan 22 22:26:59 2002 UTC revision 1.5 by mark, Tue Jul 23 17:08:02 2002 UTC
# Line 116  public class MemoryImageSource implement Line 116  public class MemoryImageSource implement
116         Constructs an ImageProducer from memory using the default RGB ColorModel         Constructs an ImageProducer from memory using the default RGB ColorModel
117      */      */
118      public MemoryImageSource(int w, int h,      public MemoryImageSource(int w, int h,
119                               byte pix[], int off, int scan)                               int pix[], int off, int scan)
120      {      {
121          this ( w, h, ColorModel.getRGBdefault(), pix, off, scan, null);          this ( w, h, ColorModel.getRGBdefault(), pix, off, scan, null);
122      }      }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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