Next Previous Up Top Contents Index

4.3 DUIM-DCs Module

<brush>

Abstract instantiable class

Summary

The protocol class for brushes.

Superclasses

<object>

Init-keywords

foreground:
An instance of type <ink>.

background:
An instance of type <ink>.

mode:
An instance of type <integer>.

fill-style:
An instance of type false-or(<integer>). Default value: #f.

fill-rule:
An instance of type false-or(<integer>). Default value: #f.

tile:
An instance of type false-or(<integer>). Default value: #f.

stipple:
An instance of type false-or(<integer>). Default value: #f.

ts-x:
An instance of false-or(<integer>). Default value: #f.

ts-y:
An instance of false-or(<integer>). Default value: #f.

Library

duim-dcs

Module

duim-dcs

Description

The protocol class for brushes.

Operations

The following operations are exported from the DUIM-DCs module.

= brush? brush-background brush-fill-rule brush-fill-style brush-foreground brush-mode brush-stipple brush-stretch-mode brush-tile brush-ts-x brush-ts-y

See also

make, page 159


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index