|
|||||||||
| 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.QGradient.Type
public static final class QGradient.Type
Specifies the type of gradient.
type().
| Field Summary | |
|---|---|
static QGradient.Type |
ConicalGradient
Interpolate colors around a center point ( QConicalGradient). |
static QGradient.Type |
LinearGradient
Interpolates colors between start and end points ( QLinearGradient). |
static QGradient.Type |
NoGradient
No gradient is used. |
static QGradient.Type |
RadialGradient
Interpolate colors between a focal point and end points on a circle surrounding it ( QRadialGradient). |
| Method Summary | |
|---|---|
static QGradient.Type |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QGradient.Type |
valueOf(java.lang.String name)
|
static QGradient.Type[] |
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 QGradient.Type LinearGradient
QLinearGradient).
public static final QGradient.Type RadialGradient
QRadialGradient).
public static final QGradient.Type ConicalGradient
QConicalGradient).
public static final QGradient.Type NoGradient
| Method Detail |
|---|
public static QGradient.Type[] values()
public static QGradient.Type valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QGradient.Type resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||