| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
creates a window whose size is xsize x ysize.
Window coordinate can be specified
with x-begin, y-begin, x-end and y-end.
If you specify x-begin and so on
coordinate system of the window has direction which is used in mathematics
(x-axis is right directed and y-axis is up directed).
If you don’t specify x-begin and so on
coordinate system has direction which is used in computer graphics
(x-axis is right directed and y-axis is down directed).
Coordinate which you specify is conserved when the window is resized.
The window is disposed when it is closed.
creates a painter frame whose size is xsize x ysize.
Coordinate which you specify is conserved when the window is resized.
reads the image file as a image painter. JPEG, GIF and PNG image formats are available.
paints the given painter along y-axis. Size of the painter is half of the given size along y-axis.
paints the given painter along x-axis. Size of the painter is half of the given size along x-axis.
paints the painter to the given frame. Coordinates which the frame has are used.
draws a line to the frame.
draws the given string to the frame.
draws a rectangle to the frame.
draws a oval to the frame.
draws and fills a rectangle to the frame.
draws and fills a oval to the frame.
clears a rectangle to the frame, i.e. fills a rectangle with the background color.
clears the frame and cancels what has been painted.
sets foreground color of the frame to the given color.
creates a color object. red, green, blue and alpha are specified with a real number in range [0.0, 1.0].
Predefined color objects.
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | 
 
  This document was generated on August 9, 2012 using texi2html 5.0.