swarm.gui
Interface ColormapC


public abstract interface ColormapC
extends CreateS, CreateC

An class for creating a color palette for use with a Raster.. Mechanism used to map numbers in the range [0, 255] to colour names. Create an XColormap, allocate colours in it, and pass it to a Raster widget for drawing.


Method Summary
 Object createEnd()
           
 

Method Detail

createEnd

public Object createEnd()
Specified by:
createEnd in interface CreateC