org.freedesktop.cairo

Class SubpixelOrder


public class SubpixelOrder
extends Enum

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
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.

Method Summary

static SubpixelOrder
intern(int value)
boolean
test(SubpixelOrder other)

Field Details

BGR

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

DEFAULT

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

RGB

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

VBGR

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

VRGB

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

Method Details

intern

public static SubpixelOrder intern(int value)

test

public boolean test(SubpixelOrder other)