org.freedesktop.cairo
org.freedesktop.cairo.SubpixelOrder
.
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 SubpixelOrder extends org.gnu.glib.Enum
Modifier and Type | Field and Description |
---|---|
static SubpixelOrder |
BGR
Deprecated.
Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries.
|
static SubpixelOrder |
DEFAULT
Deprecated.
Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries.
|
static SubpixelOrder |
RGB
Deprecated.
Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries.
|
static SubpixelOrder |
VBGR
Deprecated.
Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries.
|
static SubpixelOrder |
VRGB
Deprecated.
Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries.
|
Modifier and Type | Method and Description |
---|---|
static SubpixelOrder |
intern(int value)
Deprecated.
|
boolean |
test(SubpixelOrder other)
Deprecated.
|
public static final SubpixelOrder DEFAULT
public static final SubpixelOrder RGB
public static final SubpixelOrder BGR
public static final SubpixelOrder VRGB
public static final SubpixelOrder VBGR
public static SubpixelOrder intern(int value)
public boolean test(SubpixelOrder other)