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

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

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

revision 1.7 by mark, Sat Jul 2 20:32:30 2005 UTC revision 1.8 by fitzsim, Sat Oct 1 18:57:57 2005 UTC
# Line 63  public class ComponentSampleModel extend Line 63  public class ComponentSampleModel extend
63    protected int[] bandOffsets;    protected int[] bandOffsets;
64    protected int[] bankIndices;    protected int[] bankIndices;
65        
66    // FIXME: Should we really shadow the numBands in the superclass?    /** Number of bands in the image described. */
67    //protected int numBands;    // This field shadows the package-private numBands in SampleModel.
68      protected int numBands;
69        
70    /** Used when creating data buffers. */    /** Used when creating data buffers. */
71    protected int numBanks;    protected int numBanks;

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