|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.freedesktop.cairo.Operator
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
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 |
---|
public static final Operator CLEAR
public static final Operator SOURCE
public static final Operator OVER
public static final Operator IN
public static final Operator OUT
public static final Operator ATOP
public static final Operator DEST
public static final Operator DEST_OVER
public static final Operator DEST_IN
public static final Operator DEST_OUT
public static final Operator DEST_ATOP
public static final Operator XOR
public static final Operator ADD
public static final Operator SATURATE
Method Detail |
---|
public static Operator intern(int value)
public boolean test(Operator other)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |