/[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.9.2.4 by gnu_andrew, Wed Oct 12 21:28:12 2005 UTC revision 1.9.2.5 by gnu_andrew, Sun Oct 16 17:12:06 2005 UTC
# Line 125  public class MemoryImageSource implement Line 125  public class MemoryImageSource implement
125     * Constructs an ImageProducer from memory using the default RGB ColorModel     * Constructs an ImageProducer from memory using the default RGB ColorModel
126     */     */
127    public MemoryImageSource(int w, int h, int[] pix, int off, int scan,    public MemoryImageSource(int w, int h, int[] pix, int off, int scan,
128                             Hashtable props)                             Hashtable<?,?> props)
129    {    {
130      this(w, h, ColorModel.getRGBdefault(), pix, off, scan, props);      this(w, h, ColorModel.getRGBdefault(), pix, off, scan, props);
131    }    }

Legend:
Removed from v.1.9.2.4  
changed lines
  Added in v.1.9.2.5

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