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