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
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:
-