Package magick
Interface MontageMode
-
public interface MontageModeCorresponds to ImageMagick enumerated type of the same name. Important! Constant values should correspond to: http://git.imagemagick.org/repos/ImageMagick/blob/master/MagickCore/montage.h- Author:
- Eric Yeo
-
-
Field Summary
Fields Modifier and Type Field Description static intConcatenateModestatic intFrameModestatic intUndefinedModestatic intUnframeMode
-
-
-
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
-
-