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
Fields Modifier and Type Field Description static int
FillToBorderMethod
static int
FloodfillMethod
static int
PointMethod
static int
ReplaceMethod
static int
ResetMethod
static int
UndefinedMethod
-
-
-
Field Detail
-
UndefinedMethod
static final int UndefinedMethod
- See Also:
- Constant Field Values
-
PointMethod
static final int PointMethod
- See Also:
- Constant Field Values
-
ReplaceMethod
static final int ReplaceMethod
- See Also:
- Constant Field Values
-
FloodfillMethod
static final int FloodfillMethod
- See Also:
- Constant Field Values
-
FillToBorderMethod
static final int FillToBorderMethod
- See Also:
- Constant Field Values
-
ResetMethod
static final int ResetMethod
- See Also:
- Constant Field Values
-
-