Class Image2ColorModule

java.lang.Object
   |
   +----Image2ColorModule

class Image2ColorModule
extends Object
implements Modulable
Convert Image data (the java Image class) to Colour picture data.

See Also:
Image, Colour

Constructor Index

 o Image2ColorModule()

Method Index

 o image2Color(ImageData, Colour)
Convert the java data Image object to the easier to use Color data object.
 o run(DataStore, DataStore, ParameterStore)
The run method is called when the module is run from the framework.

Constructors

 o Image2ColorModule
 Image2ColorModule()

Methods

 o run
 public boolean run(DataStore input,
                    DataStore output,
                    ParameterStore parameters)
The run method is called when the module is run from the framework.

See Also:
run
 o image2Color
 private void image2Color(ImageData imageData,
                          Colour colorData)
Convert the java data Image object to the easier to use Color data object.