magick
Interface InterlaceType


public interface InterlaceType

Corresponds to the ImageMagick enumerated type of the same name.

Author:
Eric Yeo

Field Summary
static int LineInterlace
           
static int NoInterlace
           
static int PartitionInterlace
           
static int PlaneInterlace
           
static int UndefinedInterlace
           
 

Field Detail

UndefinedInterlace

static final int UndefinedInterlace
See Also:
Constant Field Values

NoInterlace

static final int NoInterlace
See Also:
Constant Field Values

LineInterlace

static final int LineInterlace
See Also:
Constant Field Values

PlaneInterlace

static final int PlaneInterlace
See Also:
Constant Field Values

PartitionInterlace

static final int PartitionInterlace
See Also:
Constant Field Values