Package magick
Interface MapMode
public interface MapMode
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/blob.h
- Author:
- Eric Yeo
-
Field Summary
Fields
-
Field Details
-
ReadMode
static final int ReadMode- See Also:
-
WriteMode
static final int WriteMode- See Also:
-
IOMode
static final int IOMode- See Also:
-