org.freedesktop.cairo
Class Operator
java.lang.Object
org.gnu.glib.Enum
org.freedesktop.cairo.Operator
public class Operator
- extends org.gnu.glib.Enum
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
CLEAR
public static final Operator CLEAR
SOURCE
public static final Operator SOURCE
OVER
public static final Operator OVER
IN
public static final Operator IN
OUT
public static final Operator OUT
ATOP
public static final Operator ATOP
DEST
public static final Operator DEST
DEST_OVER
public static final Operator DEST_OVER
DEST_IN
public static final Operator DEST_IN
DEST_OUT
public static final Operator DEST_OUT
DEST_ATOP
public static final Operator DEST_ATOP
XOR
public static final Operator XOR
ADD
public static final Operator ADD
SATURATE
public static final Operator SATURATE
intern
public static Operator intern(int value)
test
public boolean test(Operator other)