Up: W3Kit Class Reference

XDPS_Window

Superclass: X11_Window

An X11_Window into which PostScript can be drawn. (In X11 terminology, this offscreen window is actually a "Pixmap".)

Since we are interested in creating a bitmap, and do not care about the physical parameters of the local display, the initial coordinate system is set to be different than the default established by DPS for X. If the window is w-by-h pixels, then the corners are initially at these points:

		(0,h)------(w,h)
		  |          |
		(0,0)------(w,0)
- initIntSize:(const IntSize *)theSize;
- free;
Subclasses override drawPostScript to define their appearance; this method only needs to perform the actual PS drawing. However, you never call drawPostScript directly; instead, you call methods like display which do all the necessary plumbing before calling drawPostScript themselves.
- display;
- drawPostScript;
- flushWindow;
These are the lower-level methods which route PS calls to this window.
- (BOOL)lockFocus;
- unlockFocus;


Up: W3Kit Class Reference

[HOME] The Geometry Center Home Page

Author: Paul Burchard
Comments to: webmaster@www.geom.uiuc.edu
Created: Apr 18 1994 --- Last modified: Tue Jun 18 10:44:58 1996