|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Enum | +--org.gnu.pango.Variant
An enumeration specifying capitalization variant of the font.
Field Summary | |
static Variant |
NORMAL
A normal font. |
static Variant |
SMALL_CAPS
|
Method Summary | |
Variant |
and(Variant other)
|
static Variant |
intern(int value)
|
Variant |
or(Variant other)
|
boolean |
test(Variant other)
|
Variant |
xor(Variant 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 Variant NORMAL
public static final Variant SMALL_CAPS
Method Detail |
public static Variant intern(int value)
public Variant or(Variant other)
public Variant and(Variant other)
public Variant xor(Variant other)
public boolean test(Variant other)
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |