org.gnu.gdk
public class Function extends Enum
Deprecated: This class is part of the java-gnome 2.x family of libraries,
which, due to their inefficiency and complexity, are no longer
being maintained and have been abandoned by the java-gnome
project. This class may exist in java-gnome 4.0; look out for
org.gnome.gdk.Function
.
Field Summary | |
---|---|
static Function | AND |
static Function | AND_INVERT |
static Function | AND_REVERSE |
static Function | CLEAR |
static Function | COPY |
static Function | COPY_INVERT |
static Function | EQUIV |
static Function | INVERT |
static Function | NAND |
static Function | NOOP |
static Function | NOR |
static Function | OR |
static Function | OR_INVERT |
static Function | OR_REVERSE |
static Function | SET |
static Function | XOR |
Method Summary | |
---|---|
Function | and(Function other) |
static Function | intern(int value) |
Function | or(Function other) |
boolean | test(Function other) |
Function | xor(Function other) |