magick
Interface MapMode


public interface MapMode

Corresponds to ImageMagick enumerated type of the same name.

Author:
Eric Yeo

Field Summary
static int IOMode
           
static int ReadMode
           
static int WriteMode
           
 

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