|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.trolltech.qt.gui.QPainter.RenderHint
public static final class QPainter.RenderHint
Renderhints are used to specify flags to QPainter that may or may not be respected by any given engine.
renderHints(), setRenderHint(), Rendering Quality, and Concentric Circles Example.
| Field Summary | |
|---|---|
static QPainter.RenderHint |
Antialiasing
Indicates that the engine should antialias edges of primitives if possible. |
static QPainter.RenderHint |
HighQualityAntialiasing
An OpenGL-specific rendering hint indicating that the engine should use fragment programs and offscreen rendering for antialiasing. |
static QPainter.RenderHint |
NonCosmeticDefaultPen
The engine should interpret pens with a width of 0 (which otherwise enables QPen::isCosmetic()) as being a non-cosmetic pen with a width of 1. |
static QPainter.RenderHint |
SmoothPixmapTransform
Indicates that the engine should use a smooth pixmap transformation algorithm (such as bilinear) rather than nearest neighbor. |
static QPainter.RenderHint |
TextAntialiasing
Indicates that the engine should antialias text if possible. |
| Method Summary | |
|---|---|
static QPainter.RenderHints |
createQFlags(QPainter.RenderHint[] values)
|
static QPainter.RenderHint |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QPainter.RenderHint |
valueOf(java.lang.String name)
|
static QPainter.RenderHint[] |
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 QPainter.RenderHint Antialiasing
public static final QPainter.RenderHint TextAntialiasing
public static final QPainter.RenderHint SmoothPixmapTransform
public static final QPainter.RenderHint HighQualityAntialiasing
public static final QPainter.RenderHint NonCosmeticDefaultPen
QPen::isCosmetic()) as being a non-cosmetic pen with a width of 1.
| Method Detail |
|---|
public static QPainter.RenderHint[] values()
public static QPainter.RenderHint valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QPainter.RenderHints createQFlags(QPainter.RenderHint[] values)
public static QPainter.RenderHint resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||