org.freedesktop.cairo
public class SubpixelOrder extends Enum
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) |