org.freedesktop.cairo
Class Antialias

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

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.Antialias. 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 Antialias
extends org.gnu.glib.Enum

Specifies the type of antialiasing to do when rendering text.


Field Summary
static Antialias 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 Antialias GRAY
          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 Antialias NONE
          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 Antialias SUBPIXEL
          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 Antialias intern(int value)
          Deprecated.  
 boolean test(Antialias 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 Antialias 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 antialiasing for the font subsystem and target device


NONE

public static final Antialias NONE
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.
Do no antialiasing of fonts; use bilevel text.


GRAY

public static final Antialias GRAY
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.
Perform single-color antialiasing (using shades of gray for black text on a white background, for example).


SUBPIXEL

public static final Antialias SUBPIXEL
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.
Perform antialiasing by taking advantage of the order of subpixel elements on devices such as LCD panels

Method Detail

intern

public static Antialias intern(int value)
Deprecated. 

test

public boolean test(Antialias other)
Deprecated.