Package magick
Interface TimerState
-
public interface TimerState
Used in MagickImage.createImage to specify the size of component. Important! Constant values should correspond to: http://git.imagemagick.org/repos/ImageMagick/blob/master/MagickCore/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
-
-