org.gnu.gdk
Class Function

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gdk.Function

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.

public class Function
extends org.gnu.glib.Enum

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

COPY

public static final Function COPY
Deprecated. 

INVERT

public static final Function INVERT
Deprecated. 

XOR

public static final Function XOR
Deprecated. 

CLEAR

public static final Function CLEAR
Deprecated. 

AND

public static final Function AND
Deprecated. 

AND_REVERSE

public static final Function AND_REVERSE
Deprecated. 

AND_INVERT

public static final Function AND_INVERT
Deprecated. 

NOOP

public static final Function NOOP
Deprecated. 

OR

public static final Function OR
Deprecated. 

EQUIV

public static final Function EQUIV
Deprecated. 

OR_REVERSE

public static final Function OR_REVERSE
Deprecated. 

COPY_INVERT

public static final Function COPY_INVERT
Deprecated. 

OR_INVERT

public static final Function OR_INVERT
Deprecated. 

NAND

public static final Function NAND
Deprecated. 

NOR

public static final Function NOR
Deprecated. 

SET

public static final Function SET
Deprecated. 
Method Detail

intern

public static Function intern(int value)
Deprecated. 

or

public Function or(Function other)
Deprecated. 

and

public Function and(Function other)
Deprecated. 

xor

public Function xor(Function other)
Deprecated. 

test

public boolean test(Function other)
Deprecated.