gnu.x11.test
Class Blend
java.lang.Object
gnu.app.Application
gnu.x11.Application
gnu.x11.test.Graphics
gnu.x11.test.Blend
public class Blend
- extends Graphics
Test blending in X Rendering Extension.
Modified from blend.c
in render sample
code by Keith Packard.
- See Also:
-
screenshot,
help output
Fields inherited from class gnu.app.Application |
exit_now, help_option |
Constructor Summary |
Blend(java.lang.String[] args)
|
Method Summary |
static void |
main(java.lang.String[] args)
|
void |
paint()
|
Methods inherited from class gnu.app.Application |
about, exit |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
alpha_gc
public GC alpha_gc
color_gc
public GC color_gc
alpha_picture
public Picture alpha_picture
color_picture
public Picture color_picture
window_picture
public Picture window_picture
alpha_pixmap
public Pixmap alpha_pixmap
color_pixmap
public Pixmap color_pixmap
render
public Render render
Blend
public Blend(java.lang.String[] args)
throws NotFoundException
- Throws:
NotFoundException
paint
public void paint()
- Overrides:
paint
in class Graphics
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception