Raster

Name

Raster --  A two dimension color display class.

Description

2 dimensional, colour pixel images. Raster is based on a Tk frame widget with our own code for fast display of images. You can draw coloured dots on a Raster, or generic Drawers. Raster widgets are double buffered - the pixels you draw are not actually put on the screen until drawSelf is called. In addition, Rasters handle mouse clicks.

Protocols adopted by Raster

ArchivedGeometryWidget CREATABLE

Methods

Phase: Using