Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Enum
org.freedesktop.cairo.Antialias
public class Antialias
extends Enum
Field Summary | |
static Antialias |
|
static Antialias |
|
static Antialias |
|
static Antialias |
|
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
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).
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.
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