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
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Field Details
-
UndefinedTimerState
static final int UndefinedTimerState- See Also:
-
StoppedTimerState
static final int StoppedTimerState- See Also:
-
RunningTimerState
static final int RunningTimerState- See Also:
-