Package magick
Interface InterlaceType
-
public interface InterlaceType
Corresponds to the ImageMagick enumerated type of the same name. Important! Constant values should correspond to: http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6.6.9/magick/image.h- Author:
- Eric Yeo
-
-
Field Summary
Fields Modifier and Type Field Description static int
GIFInterlace
static int
JPEGInterlace
static int
LineInterlace
static int
NoInterlace
static int
PartitionInterlace
static int
PlaneInterlace
static int
PNGInterlace
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
-
GIFInterlace
static final int GIFInterlace
- See Also:
- Constant Field Values
-
JPEGInterlace
static final int JPEGInterlace
- See Also:
- Constant Field Values
-
PNGInterlace
static final int PNGInterlace
- See Also:
- Constant Field Values
-
-