org.freedesktop.cairo
public class SubpixelOrder extends Enum
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.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.
Field Summary | |
---|---|
static SubpixelOrder | BGR
Subpixel elements are arranged horizontally with blue at the left |
static SubpixelOrder | DEFAULT
Use the default subpixel order for for the target device |
static SubpixelOrder | RGB
Subpixel elements are arranged horizontally with red at the left |
static SubpixelOrder | VBGR
Subpixel elements are arranged vertically with blue at the top |
static SubpixelOrder | VRGB
Subpixel elements are arranged vertically with red at the top |
Method Summary | |
---|---|
static SubpixelOrder | intern(int value) |
boolean | test(SubpixelOrder other) |
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.
Subpixel elements are arranged horizontally with blue at the leftDeprecated: 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.
Use the default subpixel order for for the target deviceDeprecated: 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.
Subpixel elements are arranged horizontally with red at the leftDeprecated: 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.
Subpixel elements are arranged vertically with blue at the topDeprecated: 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.
Subpixel elements are arranged vertically with red at the top