draw-on-printer

Generic Function

Package: common-graphics

Arguments: object printer-stream &key left top

Prints object on printer-stream at left, top from the top-left margin.

Currently the grid-widget and outline controls implement methods for this generic function, so that they may be drawn in high resolution at an arbitrary position in printed output. If an application implements a custom control (by defining a subclass of lisp-widget and supplying lisp code for drawing it and handling mouse clicks and so on), then a draw-on-printer method could be written for the control.

Common Graphics and IDE documentation is described in About Common Graphics and IDE documentation in cgide.htm.

The documentation is described in introduction.htm and the index is in index.htm.

Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.

Created 2000.10.5.