org.freedesktop.cairo
Class SubpixelOrder

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.freedesktop.cairo.SubpixelOrder

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.

public class SubpixelOrder
extends org.gnu.glib.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)
          Deprecated.  
 boolean test(SubpixelOrder other)
          Deprecated.  
 
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

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


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


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


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

Method Detail

intern

public static SubpixelOrder intern(int value)
Deprecated. 

test

public boolean test(SubpixelOrder other)
Deprecated.