org.freedesktop.cairo
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
Modifier and Type | Field and Description |
---|---|
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.
|
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