Package magick
Interface TimerState
-
public interface TimerState
Used in MagickImage.createImage to specify the size of component. Important! Constant values should correspond to: http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6.6.9/magick/timer.h- Author:
- Eric Yeo
-
-
Field Summary
Fields Modifier and Type Field Description 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
-
-