magick
Interface PaintMethod


public interface PaintMethod


Field Summary
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