Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.awt.image.ComponentSampleModel

Uses of ComponentSampleModel in java.awt.image
 

Subclasses of ComponentSampleModel in java.awt.image
 class BandedSampleModel
          MultiPixelPackedSampleModel provides a single band model that supports multiple pixels in a single unit.
 class PixelInterleavedSampleModel
          A SampleModel that uses exactly one element of the raster’s DataBuffer per pixel, holds all bands in a single bank, and stores band data in pixel-interleaved manner.