|
|||||||||
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.PenCapStyle
public static final class Qt.PenCapStyle
This enum type defines the pen cap styles supported by Qt, i. . the line end caps that can be drawn using QPainter
.
![]() | ![]() | ![]() |
Qt::SquareCap | Qt::FlatCap | Qt::RoundCap |
QPen
.
Field Summary | |
---|---|
static Qt.PenCapStyle |
FlatCap
a square line end that does not cover the end point of the line. |
static Qt.PenCapStyle |
MPenCapStyle
|
static Qt.PenCapStyle |
RoundCap
a rounded line end. |
static Qt.PenCapStyle |
SquareCap
a square line end that covers the end point and extends beyond it by half the line width. |
Method Summary | |
---|---|
static Qt.PenCapStyle |
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.PenCapStyle |
valueOf(java.lang.String name)
|
static Qt.PenCapStyle[] |
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.PenCapStyle FlatCap
public static final Qt.PenCapStyle SquareCap
public static final Qt.PenCapStyle RoundCap
public static final Qt.PenCapStyle MPenCapStyle
Method Detail |
---|
public static Qt.PenCapStyle[] values()
public static Qt.PenCapStyle valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static Qt.PenCapStyle resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |