org.gnu.pango

Class Weight

public class Weight extends Enum

An enumeration specifying the weight (boldness) of a font. This is a numerical value ranging from 100 to 900,
Field Summary
static WeightBOLD
static WeightHEAVY
static WeightLIGHT
static WeightNORMAL
static WeightULTRABOLD
static WeightULTRALIGHT
Constructor Summary
Weight(int value)
Method Summary
Weightand(Weight other)
static Weightintern(int value)
Weightor(Weight other)
booleantest(Weight other)
Weightxor(Weight other)

Field Detail

BOLD

public static final Weight BOLD

HEAVY

public static final Weight HEAVY

LIGHT

public static final Weight LIGHT

NORMAL

public static final Weight NORMAL

ULTRABOLD

public static final Weight ULTRABOLD

ULTRALIGHT

public static final Weight ULTRALIGHT

Constructor Detail

Weight

public Weight(int value)

Method Detail

and

public Weight and(Weight other)

intern

public static Weight intern(int value)

or

public Weight or(Weight other)

test

public boolean test(Weight other)

xor

public Weight xor(Weight other)