|
|||||||||
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.Weight
org.gnome.pango.Weight
.
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 Weight
An enumeration specifying the weight (boldness) of a font. This is a numerical value ranging from 100 to 900,
Field Summary | |
---|---|
static Weight |
BOLD
Deprecated. |
static Weight |
HEAVY
Deprecated. |
static Weight |
LIGHT
Deprecated. |
static Weight |
NORMAL
Deprecated. |
static Weight |
ULTRABOLD
Deprecated. |
static Weight |
ULTRALIGHT
Deprecated. |
Constructor Summary | |
---|---|
Weight(int value)
Deprecated. |
Method Summary | |
---|---|
Weight |
and(Weight other)
Deprecated. |
static Weight |
intern(int value)
Deprecated. |
Weight |
or(Weight other)
Deprecated. |
boolean |
test(Weight other)
Deprecated. |
Weight |
xor(Weight 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 Weight ULTRALIGHT
public static final Weight LIGHT
public static final Weight NORMAL
public static final Weight BOLD
public static final Weight ULTRABOLD
public static final Weight HEAVY
Constructor Detail |
---|
public Weight(int value)
Method Detail |
---|
public static Weight intern(int value)
public Weight or(Weight other)
public Weight and(Weight other)
public Weight xor(Weight other)
public boolean test(Weight other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |