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

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

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

revision 1.8 by fitzsim, Sat Oct 1 18:57:57 2005 UTC revision 1.9 by tromey, Mon Oct 3 17:56:47 2005 UTC
# Line 49  public abstract class SampleModel Line 49  public abstract class SampleModel
49        
50    /** Number of bands in the image described.  Package-private here,    /** Number of bands in the image described.  Package-private here,
51        shadowed by ComponentSampleModel. */        shadowed by ComponentSampleModel. */
52    int numBands;    protected int numBands;
53    
54    /**    /**
55     * The DataBuffer type that is used to store the data of the image     * The DataBuffer type that is used to store the data of the image

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