Package magick
Interface PaintMethod
public interface PaintMethod
Corresponds to ImageMagick enumerated type of the same name.
Important! Constant values should correspond to:
http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6.6.9/magick/draw.h
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
-
Field Details
-
UndefinedMethod
static final int UndefinedMethod- See Also:
-
PointMethod
static final int PointMethod- See Also:
-
ReplaceMethod
static final int ReplaceMethod- See Also:
-
FloodfillMethod
static final int FloodfillMethod- See Also:
-
FillToBorderMethod
static final int FillToBorderMethod- See Also:
-
ResetMethod
static final int ResetMethod- See Also:
-