|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Flags
org.gnu.pango.FontMask
org.gnome.pango.FontMask
.
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 FontMask
The bits in a PangoFontMask correspond to fields in a PangoFontDescription that have been set.
Field Summary | |
---|---|
static FontMask |
FAMILY
Deprecated. |
static FontMask |
SIZE
Deprecated. |
static FontMask |
STRETCH
Deprecated. |
static FontMask |
STYLE
Deprecated. |
static FontMask |
VARIANT
Deprecated. |
static FontMask |
WEIGHT
Deprecated. |
Method Summary | |
---|---|
FontMask |
and(FontMask other)
Deprecated. |
static FontMask |
intern(int value)
Deprecated. |
FontMask |
or(FontMask other)
Deprecated. |
boolean |
test(FontMask other)
Deprecated. |
FontMask |
xor(FontMask other)
Deprecated. |
Methods inherited from class org.gnu.glib.Flags |
---|
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final FontMask FAMILY
public static final FontMask STYLE
public static final FontMask VARIANT
public static final FontMask WEIGHT
public static final FontMask STRETCH
public static final FontMask SIZE
Method Detail |
---|
public static FontMask intern(int value)
public FontMask or(FontMask other)
public FontMask and(FontMask other)
public FontMask xor(FontMask other)
public boolean test(FontMask other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |