Class GroupIDClut

java.lang.Object
  |
  +--GroupIDClut

public class GroupIDClut
extends java.lang.Object

Assigns random colors to each PCA Group for visualization. The Group's corresponding line segment is also drawn this color.


Constructor Summary
GroupIDClut()
           
 
Method Summary
 java.awt.Color getColor(int groupID)
          if getColor has not yet been called on groupID, assigns and returns a new random color.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupIDClut

public GroupIDClut()
Method Detail

getColor

public java.awt.Color getColor(int groupID)
if getColor has not yet been called on groupID, assigns and returns a new random color. Otherwise, returns the previously assigned color.