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
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:
-