org.freedesktop.cairo
Class Operator

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.freedesktop.cairo.Operator

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.freedesktop.cairo.Operator. As this package was never correctly implemented in java-gnome 2.x, any new code written will likely have a considerably different public API.

public class Operator
extends org.gnu.glib.Enum


Field Summary
static Operator ADD
          Deprecated.  
static Operator ATOP
          Deprecated.  
static Operator CLEAR
          Deprecated.  
static Operator DEST
          Deprecated.  
static Operator DEST_ATOP
          Deprecated.  
static Operator DEST_IN
          Deprecated.  
static Operator DEST_OUT
          Deprecated.  
static Operator DEST_OVER
          Deprecated.  
static Operator IN
          Deprecated.  
static Operator OUT
          Deprecated.  
static Operator OVER
          Deprecated.  
static Operator SATURATE
          Deprecated.  
static Operator SOURCE
          Deprecated.  
static Operator XOR
          Deprecated.  
 
Method Summary
static Operator intern(int value)
          Deprecated.  
 boolean test(Operator 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

CLEAR

public static final Operator CLEAR
Deprecated. 

SOURCE

public static final Operator SOURCE
Deprecated. 

OVER

public static final Operator OVER
Deprecated. 

IN

public static final Operator IN
Deprecated. 

OUT

public static final Operator OUT
Deprecated. 

ATOP

public static final Operator ATOP
Deprecated. 

DEST

public static final Operator DEST
Deprecated. 

DEST_OVER

public static final Operator DEST_OVER
Deprecated. 

DEST_IN

public static final Operator DEST_IN
Deprecated. 

DEST_OUT

public static final Operator DEST_OUT
Deprecated. 

DEST_ATOP

public static final Operator DEST_ATOP
Deprecated. 

XOR

public static final Operator XOR
Deprecated. 

ADD

public static final Operator ADD
Deprecated. 

SATURATE

public static final Operator SATURATE
Deprecated. 
Method Detail

intern

public static Operator intern(int value)
Deprecated. 

test

public boolean test(Operator other)
Deprecated.