org.gnu.pango

Class AttrType

public class AttrType extends Enum

Distinguishes between different types of attributes.
Field Summary
static AttrTypeBACKGROUND
static AttrTypeFALLBACK
static AttrTypeFAMILY
static AttrTypeFONT_DESC
static AttrTypeFOREGROUND
static AttrTypeINVALID
static AttrTypeLANGUAGE
static AttrTypeLETTER_SPACING
static AttrTypeRISE
static AttrTypeSCALE
static AttrTypeSHAPE
static AttrTypeSIZE
static AttrTypeSTRETCH
static AttrTypeSTRIKETHROUGH
static AttrTypeSTRIKETHROUGH_COLOR
static AttrTypeSTYLE
static AttrTypeUNDERLINE
static AttrTypeUNDERLINE_COLOR
static AttrTypeVARIANT
static AttrTypeWEIGHT
Method Summary
AttrTypeand(AttrType other)
static AttrTypeintern(int value)
AttrTypeor(AttrType other)
booleantest(AttrType other)
AttrTypexor(AttrType other)

Field Detail

BACKGROUND

public static final AttrType BACKGROUND

FALLBACK

public static final AttrType FALLBACK

FAMILY

public static final AttrType FAMILY

FONT_DESC

public static final AttrType FONT_DESC

FOREGROUND

public static final AttrType FOREGROUND

INVALID

public static final AttrType INVALID

LANGUAGE

public static final AttrType LANGUAGE

LETTER_SPACING

public static final AttrType LETTER_SPACING

RISE

public static final AttrType RISE

SCALE

public static final AttrType SCALE

SHAPE

public static final AttrType SHAPE

SIZE

public static final AttrType SIZE

STRETCH

public static final AttrType STRETCH

STRIKETHROUGH

public static final AttrType STRIKETHROUGH

STRIKETHROUGH_COLOR

public static final AttrType STRIKETHROUGH_COLOR

STYLE

public static final AttrType STYLE

UNDERLINE

public static final AttrType UNDERLINE

UNDERLINE_COLOR

public static final AttrType UNDERLINE_COLOR

VARIANT

public static final AttrType VARIANT

WEIGHT

public static final AttrType WEIGHT

Method Detail

and

public AttrType and(AttrType other)

intern

public static AttrType intern(int value)

or

public AttrType or(AttrType other)

test

public boolean test(AttrType other)

xor

public AttrType xor(AttrType other)