org.gnu.pango

Class Stretch

public class Stretch extends Enum

An enumeration specifying the width of the font relative to other designs within a family.
Field Summary
static StretchCONDENSED
static StretchEXPANDED
static StretchEXTRA_CONDENSED
static StretchEXTRA_EXPANDED
static StretchNORMAL
static StretchSEMI_CONDENSED
static StretchSEMI_EXPANDED
static StretchULTRA_CONDENSED
static StretchULTRA_EXPANDED
Method Summary
Stretchand(Stretch other)
static Stretchintern(int value)
Stretchor(Stretch other)
booleantest(Stretch other)
Stretchxor(Stretch other)

Field Detail

CONDENSED

public static final Stretch CONDENSED

EXPANDED

public static final Stretch EXPANDED

EXTRA_CONDENSED

public static final Stretch EXTRA_CONDENSED

EXTRA_EXPANDED

public static final Stretch EXTRA_EXPANDED

NORMAL

public static final Stretch NORMAL

SEMI_CONDENSED

public static final Stretch SEMI_CONDENSED

SEMI_EXPANDED

public static final Stretch SEMI_EXPANDED

ULTRA_CONDENSED

public static final Stretch ULTRA_CONDENSED

ULTRA_EXPANDED

public static final Stretch ULTRA_EXPANDED

Method Detail

and

public Stretch and(Stretch other)

intern

public static Stretch intern(int value)

or

public Stretch or(Stretch other)

test

public boolean test(Stretch other)

xor

public Stretch xor(Stretch other)