Package magick
Interface MontageMode
public interface MontageMode
Corresponds 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
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Field Details
-
UndefinedMode
static final int UndefinedMode- See Also:
-
FrameMode
static final int FrameMode- See Also:
-
UnframeMode
static final int UnframeMode- See Also:
-
ConcatenateMode
static final int ConcatenateMode- See Also:
-