Uses of Class
org.gnu.gdk.Function

Packages that use Function
org.gnu.gdk   
 

Uses of Function in org.gnu.gdk
 

Fields in org.gnu.gdk declared as Function
static Function Function.COPY
           
static Function Function.INVERT
           
static Function Function.XOR
           
static Function Function.CLEAR
           
static Function Function.AND
           
static Function Function.AND_REVERSE
           
static Function Function.AND_INVERT
           
static Function Function.NOOP
           
static Function Function.OR
           
static Function Function.EQUIV
           
static Function Function.OR_REVERSE
           
static Function Function.COPY_INVERT
           
static Function Function.OR_INVERT
           
static Function Function.NAND
           
static Function Function.NOR
           
static Function Function.SET
           
 

Methods in org.gnu.gdk that return Function
static Function Function.intern(int value)
           
 Function Function.or(Function other)
           
 Function Function.and(Function other)
           
 Function Function.xor(Function other)
           
 

Methods in org.gnu.gdk with parameters of type Function
 Function Function.or(Function other)
           
 Function Function.and(Function other)
           
 Function Function.xor(Function other)
           
 boolean Function.test(Function other)
           
 void GC.setFunction(Function func)
          Determines how the current pixel values and the pixel values being drawn are combined to produce the final pixel values.
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net