|
|||||||||
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.PenJoinStyle
public static final class Qt.PenJoinStyle
This enum type defines the pen join styles supported by Qt, i.e. which joins between two connected lines can be drawn using QPainter
.
QPen
.
Field Summary | |
---|---|
static Qt.PenJoinStyle |
BevelJoin
The triangular notch between the two lines is filled. |
static Qt.PenJoinStyle |
MiterJoin
The outer edges of the lines are extended to meet at an angle, and this area is filled. |
static Qt.PenJoinStyle |
MPenJoinStyle
|
static Qt.PenJoinStyle |
RoundJoin
A circular arc between the two lines is filled. |
static Qt.PenJoinStyle |
SvgMiterJoin
A miter join corresponding to the definition of a miter join in the SVG 1.2 Tiny specification. |
Method Summary | |
---|---|
static Qt.PenJoinStyle |
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.PenJoinStyle |
valueOf(java.lang.String name)
|
static Qt.PenJoinStyle[] |
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.PenJoinStyle MiterJoin
public static final Qt.PenJoinStyle BevelJoin
public static final Qt.PenJoinStyle RoundJoin
public static final Qt.PenJoinStyle SvgMiterJoin
public static final Qt.PenJoinStyle MPenJoinStyle
Method Detail |
---|
public static Qt.PenJoinStyle[] values()
public static Qt.PenJoinStyle valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static Qt.PenJoinStyle resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |