|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.ext.awt.image.PadMode
This is a typesafe enumeration of the standard Composite rules for the CompositeRable operation. (over, in, out, atop, xor, arith)
Field Summary | |
static int |
MODE_REPLICATE
Pad edges by replicating edge pixels |
static int |
MODE_WRAP
Pad edges by wrapping around edge pixels |
static int |
MODE_ZERO_PAD
Pad edges with zeros |
static PadMode |
REPLICATE
Pad edges by replicating edge pixels |
static PadMode |
WRAP
Pad edges by replicating edge pixels |
static PadMode |
ZERO_PAD
Pad edges with zeros |
Method Summary | |
int |
getMode()
Returns the mode of this pad mode. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int MODE_ZERO_PAD
public static final int MODE_REPLICATE
public static final int MODE_WRAP
public static final PadMode ZERO_PAD
public static final PadMode REPLICATE
public static final PadMode WRAP
Method Detail |
public int getMode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |