| Did you know ... | Search Documentation: |
| Instance variables |
The variable is defined at the level of class device for technical reasons. The clip_area mechanism is activated at the level of class figure.
Defaults: @nil (no clipping is done).
If a device has a device<-format,
graphicals cannot be moved any more. Also, the position argument of device->display
is simply ignored.
->expose
and friends to change the stacking order of overlapping graphicals.
The contents of this chain may be queried but not changed. Use the
manipulation behaviour defined on devices and graphicals to change the
contents of the device. Note that the collection enumeration
methods
device->for_all
and device->for_some
are also available for devices. The following example changes the pen
thickness of all graphicals of a device to 2:
send(Device, for_some, @default,
message(@arg1, pen, 2)),
<-contains -device <-member ->for_some ->for_all<-level
equals 0. Used for quick detection of a common device for two
graphicals.
See also device->reparent.
->position,
etc.).
->positionThe first element of this chain is the top-most graphical. The others are further and further in the background.
->update_pointed <-pointed_objects->compute