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 Weight
BOLD
static Weight
HEAVY
static Weight
LIGHT
static Weight
NORMAL
static Weight
ULTRABOLD
static Weight
ULTRALIGHT

Fields inherited from class org.gnu.glib.Enum

value_

Constructor Summary

Weight(int value)

Method Summary

Weight
and(Weight other)
static Weight
intern(int value)
Weight
or(Weight other)
boolean
test(Weight other)
Weight
xor(Weight other)

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

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 Details

Weight

public Weight(int value)

Method Details

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)