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 Detail
-
ReadMode
static final int ReadMode
- See Also:
- Constant Field Values
-
WriteMode
static final int WriteMode
- See Also:
- Constant Field Values
-
IOMode
static final int IOMode
- See Also:
- Constant Field Values
-
-