com.trolltech.qt.gui
Class QTransform.TransformationType
java.lang.Object
java.lang.Enum
com.trolltech.qt.gui.QTransform.TransformationType
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing class:
- QTransform
public static final class QTransform.TransformationType
- extends java.lang.Enum
- implements QtEnumerator
- See Also:
- Serialized Form
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 |
TxNone
public static final QTransform.TransformationType TxNone
TxTranslate
public static final QTransform.TransformationType TxTranslate
TxScale
public static final QTransform.TransformationType TxScale
TxRotate
public static final QTransform.TransformationType TxRotate
TxShear
public static final QTransform.TransformationType TxShear
TxProject
public static final QTransform.TransformationType TxProject
values
public static QTransform.TransformationType[] values()
valueOf
public static QTransform.TransformationType 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 QTransform.TransformationType resolve(int value)
- Returns the QTransform$TransformationType constant with the specified int.