|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gdk.Function
org.gnome.gdk.Function
.
public class Function
Determines how the bit values for the source pixels are combined with the bit values for destination pixels to produce the final result.
Field Summary | |
---|---|
static Function |
AND
Deprecated. |
static Function |
AND_INVERT
Deprecated. |
static Function |
AND_REVERSE
Deprecated. |
static Function |
CLEAR
Deprecated. |
static Function |
COPY
Deprecated. |
static Function |
COPY_INVERT
Deprecated. |
static Function |
EQUIV
Deprecated. |
static Function |
INVERT
Deprecated. |
static Function |
NAND
Deprecated. |
static Function |
NOOP
Deprecated. |
static Function |
NOR
Deprecated. |
static Function |
OR
Deprecated. |
static Function |
OR_INVERT
Deprecated. |
static Function |
OR_REVERSE
Deprecated. |
static Function |
SET
Deprecated. |
static Function |
XOR
Deprecated. |
Method Summary | |
---|---|
Function |
and(Function other)
Deprecated. |
static Function |
intern(int value)
Deprecated. |
Function |
or(Function other)
Deprecated. |
boolean |
test(Function other)
Deprecated. |
Function |
xor(Function other)
Deprecated. |
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 |
Field Detail |
---|
public static final Function COPY
public static final Function INVERT
public static final Function XOR
public static final Function CLEAR
public static final Function AND
public static final Function AND_REVERSE
public static final Function AND_INVERT
public static final Function NOOP
public static final Function OR
public static final Function EQUIV
public static final Function OR_REVERSE
public static final Function COPY_INVERT
public static final Function OR_INVERT
public static final Function NAND
public static final Function NOR
public static final Function SET
Method Detail |
---|
public static Function intern(int value)
public Function or(Function other)
public Function and(Function other)
public Function xor(Function other)
public boolean test(Function other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |