|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.pango.AttrType
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.
public class AttrType
Distinguishes between different types of attributes.
Field Summary | |
---|---|
static AttrType |
BACKGROUND
Deprecated. |
static AttrType |
FALLBACK
Deprecated. |
static AttrType |
FAMILY
Deprecated. |
static AttrType |
FONT_DESC
Deprecated. |
static AttrType |
FOREGROUND
Deprecated. |
static AttrType |
INVALID
Deprecated. |
static AttrType |
LANGUAGE
Deprecated. |
static AttrType |
LETTER_SPACING
Deprecated. |
static AttrType |
RISE
Deprecated. |
static AttrType |
SCALE
Deprecated. |
static AttrType |
SHAPE
Deprecated. |
static AttrType |
SIZE
Deprecated. |
static AttrType |
STRETCH
Deprecated. |
static AttrType |
STRIKETHROUGH
Deprecated. |
static AttrType |
STRIKETHROUGH_COLOR
Deprecated. |
static AttrType |
STYLE
Deprecated. |
static AttrType |
UNDERLINE
Deprecated. |
static AttrType |
UNDERLINE_COLOR
Deprecated. |
static AttrType |
VARIANT
Deprecated. |
static AttrType |
WEIGHT
Deprecated. |
Method Summary | |
---|---|
AttrType |
and(AttrType other)
Deprecated. |
static AttrType |
intern(int value)
Deprecated. |
AttrType |
or(AttrType other)
Deprecated. |
boolean |
test(AttrType other)
Deprecated. |
AttrType |
xor(AttrType other)
Deprecated. |
Methods inherited from class org.gnu.glib.Enum |
---|
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final AttrType INVALID
public static final AttrType LANGUAGE
public static final AttrType FAMILY
public static final AttrType STYLE
public static final AttrType WEIGHT
public static final AttrType VARIANT
public static final AttrType STRETCH
public static final AttrType SIZE
public static final AttrType FONT_DESC
public static final AttrType FOREGROUND
public static final AttrType BACKGROUND
public static final AttrType UNDERLINE
public static final AttrType STRIKETHROUGH
public static final AttrType RISE
public static final AttrType SHAPE
public static final AttrType SCALE
public static final AttrType FALLBACK
public static final AttrType LETTER_SPACING
public static final AttrType UNDERLINE_COLOR
public static final AttrType STRIKETHROUGH_COLOR
Method Detail |
---|
public static AttrType intern(int value)
public AttrType or(AttrType other)
public AttrType and(AttrType other)
public AttrType xor(AttrType other)
public boolean test(AttrType other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |