org.gnu.pango
public class AttrType extends Enum
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) |