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

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

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

revision 1.8 by mark, Tue Jan 22 22:26:59 2002 UTC revision 1.9 by mkoch, Thu Jun 26 19:52:43 2003 UTC
# Line 376  public class DirectColorModel extends Pa Line 376  public class DirectColorModel extends Pa
376      return Buffers.getData(buffer);      return Buffers.getData(buffer);
377    }    }
378            
379    public ColorModel coerceData(WritableRaster raster,    public final ColorModel coerceData (WritableRaster raster,
380                                 boolean isAlphaPremultiplied)                                        boolean isAlphaPremultiplied)
381    {    {
382      if (this.isAlphaPremultiplied == isAlphaPremultiplied)      if (this.isAlphaPremultiplied == isAlphaPremultiplied)
383        return this;        return this;

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

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