org.apache.batik.ext.awt.image
public final class PadMode extends Object implements Serializable
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. |