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 Stretch
CONDENSED
static Stretch
EXPANDED
static Stretch
EXTRA_CONDENSED
static Stretch
EXTRA_EXPANDED
static Stretch
NORMAL
static Stretch
SEMI_CONDENSED
static Stretch
SEMI_EXPANDED
static Stretch
ULTRA_CONDENSED
static Stretch
ULTRA_EXPANDED

Method Summary

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

Field Details

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 Details

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)