com.trolltech.qt.gui
Class QColor.Spec
java.lang.Object
java.lang.Enum
com.trolltech.qt.gui.QColor.Spec
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing class:
- QColor
public static final class QColor.Spec
- extends java.lang.Enum
- implements QtEnumerator
- See Also:
- Serialized Form
Method Summary |
static QColor.Spec |
resolve(int value)
Returns the Spec constant with the specified int. |
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QColor.Spec |
valueOf(java.lang.String name)
|
static QColor.Spec[] |
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 |
Invalid
public static final QColor.Spec Invalid
Rgb
public static final QColor.Spec Rgb
Hsv
public static final QColor.Spec Hsv
Cmyk
public static final QColor.Spec Cmyk
values
public static QColor.Spec[] values()
valueOf
public static QColor.Spec valueOf(java.lang.String name)
value
public int value()
- This function should return an integer value for the enum values of the enumeration that implements this interface.
- Specified by:
value
in interface QtEnumerator
resolve
public static QColor.Spec resolve(int value)
- Returns the Spec constant with the specified int.