jdk/src/share/classes/java/awt/image/BandedSampleModel.java
changeset 21278 ef8a3a2a72f2
parent 8938 8e3cd84800e3
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    37 
    37 
    38 /**
    38 /**
    39  *  This class represents image data which is stored in a band interleaved
    39  *  This class represents image data which is stored in a band interleaved
    40  *  fashion and for
    40  *  fashion and for
    41  *  which each sample of a pixel occupies one data element of the DataBuffer.
    41  *  which each sample of a pixel occupies one data element of the DataBuffer.
    42  *  It subclasses ComponentSampleModel but provides a more efficent
    42  *  It subclasses ComponentSampleModel but provides a more efficient
    43  *  implementation for accessing band interleaved image data than is provided
    43  *  implementation for accessing band interleaved image data than is provided
    44  *  by ComponentSampleModel.  This class should typically be used when working
    44  *  by ComponentSampleModel.  This class should typically be used when working
    45  *  with images which store sample data for each band in a different bank of the
    45  *  with images which store sample data for each band in a different bank of the
    46  *  DataBuffer. Accessor methods are provided so that image data can be
    46  *  DataBuffer. Accessor methods are provided so that image data can be
    47  *  manipulated directly. Pixel stride is the number of
    47  *  manipulated directly. Pixel stride is the number of