| com.sun.media.jai.opimage.PatternOpImage com.sun.media.jai.opimage.ConstantOpImage
ConstantOpImage | final class ConstantOpImage extends PatternOpImage (Code) | | An OpImage class to generate an image of constant color.
ConstantOpImage defines a constant PlanarImage. It is implemented
as a subclass of PatternOpImage with a constant-colored pattern.
|
Constructor Summary | |
public | ConstantOpImage(int minX, int minY, int width, int height, int tileWidth, int tileHeight, Number[] bandValues) Constructs a ConstantOpImage from a set of sample values. |
ConstantOpImage | public ConstantOpImage(int minX, int minY, int width, int height, int tileWidth, int tileHeight, Number[] bandValues)(Code) | | Constructs a ConstantOpImage from a set of sample values. The
ImageLayout object must contain a complete set of information.
Parameters: layout - an ImageLayout containing image bounds, tilelayout, and SampleModel information. Parameters: bandValues - an array of Numbers representing the values of each image band. |
Fields inherited from com.sun.media.jai.opimage.PatternOpImage | protected Raster pattern(Code)(Java Doc)
|
Methods inherited from com.sun.media.jai.opimage.PatternOpImage | public Raster computeTile(int tileX, int tileY)(Code)(Java Doc) public Raster getTile(int tileX, int tileY)(Code)(Java Doc)
|
|
|