gnu.x11.test
Class ZPixmap

java.lang.Object
  extended by gnu.app.Application
      extended by gnu.x11.Application
          extended by gnu.x11.test.Graphics
              extended by gnu.x11.test.ZPixmap

public class ZPixmap
extends Graphics

Test ZPixmap pixel manipulation.

See Also:
screenshot, help output

Field Summary
 
Fields inherited from class gnu.x11.test.Graphics
event, leave_display_open, window
 
Fields inherited from class gnu.x11.Application
display, option
 
Fields inherited from class gnu.app.Application
exit_now, help_option
 
Constructor Summary
ZPixmap(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void paint()
           
 
Methods inherited from class gnu.x11.test.Graphics
about, dispatch_event, exec
 
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
 

Constructor Detail

ZPixmap

public ZPixmap(java.lang.String[] args)
Method Detail

paint

public void paint()
Overrides:
paint in class Graphics

main

public static void main(java.lang.String[] args)