/[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.3.2.3 by gnu_andrew, Tue Aug 2 20:12:16 2005 UTC revision 1.3.2.4 by gnu_andrew, Wed Nov 2 00:43:32 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          shadowed by ComponentSampleModel. */
52    protected int numBands;    protected int numBands;
53    
54    /**    /**

Legend:
Removed from v.1.3.2.3  
changed lines
  Added in v.1.3.2.4

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