org.gnu.pango
public class AttrType extends Enum
Deprecated: This class is part of the java-gnome 2.x family of libraries,
which, due to their inefficiency and complexity, are no longer
being maintained and have been abandoned by the java-gnome
project. This class may exist in java-gnome 4.0; look out for
org.gnome.pango.AttrType
.
As this package was never fully implemented in java-gnome 2.x,
however, any new code written will have a considerably different
public API.
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) |