|
|||||||||
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.Stretch
org.gnome.pango.Stretch
.
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 Stretch
An enumeration specifying the width of the font relative to other designs within a family.
Field Summary | |
---|---|
static Stretch |
CONDENSED
Deprecated. |
static Stretch |
EXPANDED
Deprecated. |
static Stretch |
EXTRA_CONDENSED
Deprecated. |
static Stretch |
EXTRA_EXPANDED
Deprecated. |
static Stretch |
NORMAL
Deprecated. |
static Stretch |
SEMI_CONDENSED
Deprecated. |
static Stretch |
SEMI_EXPANDED
Deprecated. |
static Stretch |
ULTRA_CONDENSED
Deprecated. |
static Stretch |
ULTRA_EXPANDED
Deprecated. |
Method Summary | |
---|---|
Stretch |
and(Stretch other)
Deprecated. |
static Stretch |
intern(int value)
Deprecated. |
Stretch |
or(Stretch other)
Deprecated. |
boolean |
test(Stretch other)
Deprecated. |
Stretch |
xor(Stretch 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 Stretch ULTRA_CONDENSED
public static final Stretch EXTRA_CONDENSED
public static final Stretch CONDENSED
public static final Stretch SEMI_CONDENSED
public static final Stretch NORMAL
public static final Stretch SEMI_EXPANDED
public static final Stretch EXPANDED
public static final Stretch EXTRA_EXPANDED
public static final Stretch ULTRA_EXPANDED
Method Detail |
---|
public static Stretch intern(int value)
public Stretch or(Stretch other)
public Stretch and(Stretch other)
public Stretch xor(Stretch other)
public boolean test(Stretch other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |