magick
Interface MontageMode


public interface MontageMode

Corresponds to ImageMagick enumerated type of the same name.

Author:
Eric Yeo

Field Summary
 final static intConcatenateMode
           
 final static intFrameMode
           
 final static intUndefinedMode
           
 final static intUnframeMode
           

Field Detail

ConcatenateMode

public final static int ConcatenateMode

FrameMode

public final static int FrameMode

UndefinedMode

public final static int UndefinedMode

UnframeMode

public final static int UnframeMode

JMagick