Package magick
Interface MontageMode
-
public interface MontageMode
Corresponds to 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/montage.h- Author:
- Eric Yeo
-
-
Field Summary
Fields Modifier and Type Field Description static int
ConcatenateMode
static int
FrameMode
static int
UndefinedMode
static int
UnframeMode
-
-
-
Field Detail
-
UndefinedMode
static final int UndefinedMode
- See Also:
- Constant Field Values
-
FrameMode
static final int FrameMode
- See Also:
- Constant Field Values
-
UnframeMode
static final int UnframeMode
- See Also:
- Constant Field Values
-
ConcatenateMode
static final int ConcatenateMode
- See Also:
- Constant Field Values
-
-