|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.core.Qt.FillRule
public static final class Qt.FillRule
Specifies which method should be used to fill the paths and polygons.
Field Summary | |
---|---|
static Qt.FillRule |
OddEvenFill
Specifies that the region is filled using the odd even fill rule. |
static Qt.FillRule |
WindingFill
Specifies that the region is filled using the non zero winding rule. |
Method Summary | |
---|---|
static Qt.FillRule |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static Qt.FillRule |
valueOf(java.lang.String name)
|
static Qt.FillRule[] |
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 Qt.FillRule OddEvenFill
public static final Qt.FillRule WindingFill
Method Detail |
---|
public static Qt.FillRule[] values()
public static Qt.FillRule valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static Qt.FillRule resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |