|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gnu.glib.Enum
org.freedesktop.cairo.SubpixelOrder
public class SubpixelOrder
The subpixel order specifies the order of color elements within each pixel on the display device when rendering with an antialiasing mode of SUBPIXEL.
| 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)
|
| Methods inherited from class org.gnu.glib.Enum |
|---|
equals, getValue, hashCode |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Method Detail |
|---|
public static SubpixelOrder intern(int value)
public boolean test(SubpixelOrder other)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||