|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.gui.QFont.Stretch
public static final class QFont.Stretch
Predefined stretch values that follow the CSS naming convention. The higher the value, the more stretched the text is.
setStretch()
, and stretch()
.
Field Summary | |
---|---|
static QFont.Stretch |
Condensed
75 |
static QFont.Stretch |
Expanded
125 |
static QFont.Stretch |
ExtraCondensed
62 |
static QFont.Stretch |
ExtraExpanded
150 |
static QFont.Stretch |
SemiCondensed
87 |
static QFont.Stretch |
SemiExpanded
112 |
static QFont.Stretch |
UltraCondensed
50 |
static QFont.Stretch |
UltraExpanded
200 |
static QFont.Stretch |
Unstretched
100 |
Method Summary | |
---|---|
static QFont.Stretch |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QFont.Stretch |
valueOf(java.lang.String name)
|
static QFont.Stretch[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final QFont.Stretch UltraCondensed
public static final QFont.Stretch ExtraCondensed
public static final QFont.Stretch Condensed
public static final QFont.Stretch SemiCondensed
public static final QFont.Stretch Unstretched
public static final QFont.Stretch SemiExpanded
public static final QFont.Stretch Expanded
public static final QFont.Stretch ExtraExpanded
public static final QFont.Stretch UltraExpanded
Method Detail |
---|
public static QFont.Stretch[] values()
public static QFont.Stretch valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QFont.Stretch resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |