magick
Interface TimerState


public interface TimerState

Used in MagickImage.createImage to specify the size of component.

Author:
Eric Yeo

Field Summary
static int RunningTimerState
           
static int StoppedTimerState
           
static int UndefinedTimerState
           
 

Field Detail

UndefinedTimerState

static final int UndefinedTimerState
See Also:
Constant Field Values

StoppedTimerState

static final int StoppedTimerState
See Also:
Constant Field Values

RunningTimerState

static final int RunningTimerState
See Also:
Constant Field Values