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

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

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

revision 1.2.2.3 by gnu_andrew, Tue Aug 2 20:12:16 2005 UTC revision 1.2.2.4 by gnu_andrew, Wed Nov 2 00:43:32 2005 UTC
# Line 90  public abstract class PackedColorModel e Line 90  public abstract class PackedColorModel e
90      return bitsPerComponent;      return bitsPerComponent;
91    }    }
92    
93    /** Initializes the masks.    /** Initializes the masks.  */
    *  
    * @return an array containing the number of bits per color  
    * component.  
    */  
94    private void initMasks(int[] colorMaskArray, int alphaMask)    private void initMasks(int[] colorMaskArray, int alphaMask)
95    {    {
96      int numComponents = colorMaskArray.length;      int numComponents = colorMaskArray.length;

Legend:
Removed from v.1.2.2.3  
changed lines
  Added in v.1.2.2.4

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