canPaint(JNIEnv *env, jlong graphicsPointer) | QSwingGraphics | [inline, static] |
drawImage(jbyteArray imageData, jint length, jint x, jint y) | QSwingGraphics | |
fillOval(jint x, jint y, jint w, jint h) | QSwingGraphics | |
fillRect(jint x, jint y, jint w, jint h) | QSwingGraphics | |
getColor() | QSwingGraphics | |
getFont() | QSwingGraphics | |
pop() | QSwingGraphics | |
push() | QSwingGraphics | |
QSwingGraphics(QPaintDevice *device) | QSwingGraphics | |
QSwingGraphics(QPaintDevice *device, jint x, jint y, jint width, jint height) | QSwingGraphics | |
setBasicStroke(jfloat width, jint cap, jint join, jfloat miterLimit, jfloatArray dash, jfloat dashPhase) | QSwingGraphics | |
setColor(jint argb) | QSwingGraphics | |
setFont(jobject font) | QSwingGraphics | |
setLinearGradient(jint x1, jint y1, jint argb1, jint x2, jint y2, jint argb2, jboolean cyclic) | QSwingGraphics | |
setTextureGradient(QPixmap *image) | QSwingGraphics | |