|
||||||||
| 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.Antialias
public class Antialias
Specifies the type of antialiasing to do when rendering text.
| Field Summary | |
|---|---|
static Antialias |
DEFAULT
Use the default antialiasing for the font subsystem and target device |
static Antialias |
GRAY
Perform single-color antialiasing (using shades of gray for black text on a white background, for example). |
static Antialias |
NONE
Do no antialiasing of fonts; use bilevel text. |
static Antialias |
SUBPIXEL
Perform antialiasing by taking advantage of the order of subpixel elements on devices such as LCD panels |
| Method Summary | |
|---|---|
static Antialias |
intern(int value)
|
boolean |
test(Antialias 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 Antialias DEFAULT
public static final Antialias NONE
public static final Antialias GRAY
public static final Antialias SUBPIXEL
| Method Detail |
|---|
public static Antialias intern(int value)
public boolean test(Antialias other)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||