Welcome to the NetCologne GmbH open source mirroring service!

This machine mirrors various open-source projects. 20 Gbit/s uplink.

If there are any issues or you want another project mirrored, please contact mirror-service -=AT=- netcologne DOT de !

Swarm 2.2 Reference Guide: Interface RasterS

swarm.gui
Interface RasterS

All Known Subinterfaces:
ZoomRaster, ZoomRasterC, ZoomRasterS
All Known Implementing Classes:
RasterImpl, ZoomRasterImpl, RasterCImpl, ZoomRasterCImpl

public interface RasterS
extends ArchivedGeometryWidgetS

A two dimension color display class.. 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.