ImageTypeSpecifier

Class ImageTypeSpecifier

public class ImageTypeSpecifier
extends Object

A class that allows the format of an image (in particular, its SampleModel and ColorModel) to be specified in a convenient manner.

Fields

colorModel

protected ColorModel colorModel

The ColorModel to be used as a prototype.

sampleModel

protected SampleModel sampleModel

A SampleModel to be used as a prototype.

Constructors

I