org.cybertory.MSS
Class NumberOfChannels

java.lang.Object
  extended byorg.cybertory.MSS.NumberOfChannels

public class NumberOfChannels
extends java.lang.Object

Encapsulation of the number of channels to be in the image. This data is handled separately (and in an anomylous way) because it is useful in many contexts and easier for some objects to have the data in advance.


Field Summary
 int numberOfChannels
           
 
Constructor Summary
NumberOfChannels(int numberOfChannels)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numberOfChannels

public final int numberOfChannels
Constructor Detail

NumberOfChannels

public NumberOfChannels(int numberOfChannels)