org.gnu.pango

Class AttrType


public class AttrType
extends Enum

Distinguishes between different types of attributes.

Field Summary

static AttrType
BACKGROUND
static AttrType
FALLBACK
static AttrType
FAMILY
static AttrType
FONT_DESC
static AttrType
FOREGROUND
static AttrType
INVALID
static AttrType
LANGUAGE
static AttrType
LETTER_SPACING
static AttrType
RISE
static AttrType
SCALE
static AttrType
SHAPE
static AttrType
SIZE
static AttrType
STRETCH
static AttrType
STRIKETHROUGH
static AttrType
STRIKETHROUGH_COLOR
static AttrType
STYLE
static AttrType
UNDERLINE
static AttrType
UNDERLINE_COLOR
static AttrType
VARIANT
static AttrType
WEIGHT

Method Summary

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

Field Details

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 Details

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)