magick
Interface TimerState


public interface TimerState

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

Author:
Eric Yeo

Field Summary
 final static intRunningTimerState
           
 final static intStoppedTimerState
           
 final static intUndefinedTimerState
           

Field Detail

RunningTimerState

public final static int RunningTimerState

StoppedTimerState

public final static int StoppedTimerState

UndefinedTimerState

public final static int UndefinedTimerState

JMagick