Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Enum
org.freedesktop.cairo.SubpixelOrder
public class SubpixelOrder
extends Enum
Field Summary | |
static SubpixelOrder |
|
static SubpixelOrder |
|
static SubpixelOrder |
|
static SubpixelOrder |
|
static SubpixelOrder |
|
Method Summary | |
static SubpixelOrder |
|
boolean |
|
public static final 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.
Subpixel elements are arranged horizontally with blue at the left
public static final 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.
Use the default subpixel order for for the target device
public static final 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.
Subpixel elements are arranged horizontally with red at the left
public static final 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.
Subpixel elements are arranged vertically with blue at the top
public static final 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.
Subpixel elements are arranged vertically with red at the top