org.gnu.gdk
public class Function extends Enum
| 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) |