|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gnu.glib.Enum
org.gnu.pango.Style
org.gnome.pango.Style.
As this package was never fully implemented in java-gnome 2.x,
however, any new code written will have a considerably different
public API.
public class Style
An enumeration specifying the various slant styles possible for a font.
| Field Summary | |
|---|---|
static Style |
ITALIC
Deprecated. the font is slanted in an italic style. |
static Style |
NORMAL
Deprecated. the font is upright. |
static Style |
OBLIQUE
Deprecated. the font is slanted, but in a roman style. |
| Method Summary | |
|---|---|
Style |
and(Style other)
Deprecated. |
static Style |
intern(int value)
Deprecated. |
Style |
or(Style other)
Deprecated. |
boolean |
test(Style other)
Deprecated. |
Style |
xor(Style 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 Style NORMAL
public static final Style OBLIQUE
public static final Style ITALIC
| Method Detail |
|---|
public static Style intern(int value)
public Style or(Style other)
public Style and(Style other)
public Style xor(Style other)
public boolean test(Style other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||