| javax.media.jai.SourcelessOpImage com.sun.media.jai.test.CheckerboardOpImage
CheckerboardOpImage | final class CheckerboardOpImage extends SourcelessOpImage (Code) | | Defines a checkerboard image for testing purpose.
|
Constructor Summary | |
public | CheckerboardOpImage(int minX, int minY, int width, int height, SampleModel sampleModel, Map configuration, ImageLayout layout, int checkerSize, int numColors) Defines a checkerboard image of several grey shades. |
Method Summary | |
public Raster | computeTile(int tileX, int tileY) |
CheckerboardOpImage | public CheckerboardOpImage(int minX, int minY, int width, int height, SampleModel sampleModel, Map configuration, ImageLayout layout, int checkerSize, int numColors)(Code) | | Defines a checkerboard image of several grey shades.
|
computeTile | public Raster computeTile(int tileX, int tileY)(Code) | | |
|
|