org.apache.batik.gvt.filter
Class PadMode
java.lang.Object
|
+--org.apache.batik.gvt.filter.PadMode
- All Implemented Interfaces:
- java.io.Serializable
- public final class PadMode
- extends java.lang.Object
- implements java.io.Serializable
This is a typesafe enumeration of the standard Composite rules for
the CompositeRable operation. (over, in, out, atop, xor, arith)
- See Also:
- Serialized Form
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 |
MODE_ZERO_PAD
public static final int MODE_ZERO_PAD
- Pad edges with zeros
MODE_REPLICATE
public static final int MODE_REPLICATE
- Pad edges by replicating edge pixels
ZERO_PAD
public static final PadMode ZERO_PAD
- Pad edges with zeros
REPLICATE
public static final PadMode REPLICATE
- Pad edges by replicating edge pixels
getMode
public int getMode()
- Returns the mode of this pad mode.
Copyright © 2000 Apache Software Foundation. All Rights Reserved.