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
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Field Details
-
UndefinedInterlace
static final int UndefinedInterlace- See Also:
-
NoInterlace
static final int NoInterlace- See Also:
-
LineInterlace
static final int LineInterlace- See Also:
-
PlaneInterlace
static final int PlaneInterlace- See Also:
-
PartitionInterlace
static final int PartitionInterlace- See Also:
-
GIFInterlace
static final int GIFInterlace- See Also:
-
JPEGInterlace
static final int JPEGInterlace- See Also:
-
PNGInterlace
static final int PNGInterlace- See Also:
-