/[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.7 by mark, Sat Jul 2 20:32:36 2005 UTC revision 1.8 by fitzsim, Sat Oct 1 18:57:57 2005 UTC
# Line 47  public abstract class SampleModel Line 47  public abstract class SampleModel
47    /** Height of image described. */    /** Height of image described. */
48    protected int height;    protected int height;
49        
50    /** Number of bands in the image described. */    /** Number of bands in the image described.  Package-private here,
51    protected int numBands;        shadowed by ComponentSampleModel. */
52      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.7  
changed lines
  Added in v.1.8

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