gnu.x11.test
Class Shape

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

public class Shape
extends Graphics

Test Nonrectangular Window Extension.

See Also:
screenshot, text output, help output

Field Summary
static int[] xbm_data
           
 
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
Shape(java.lang.String[] args)
           
 
Method Summary
 void dispatch_event()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class gnu.x11.test.Graphics
about, exec, 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
 

Field Detail

xbm_data

public static final int[] xbm_data
Constructor Detail

Shape

public Shape(java.lang.String[] args)
      throws NotFoundException
Throws:
NotFoundException
Method Detail

dispatch_event

public void dispatch_event()
Overrides:
dispatch_event in class Graphics

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception