fern.cytoscape
Class FernVisualStyle

java.lang.Object
  extended by VisualStyle
      extended by fern.cytoscape.FernVisualStyle

public class FernVisualStyle
extends VisualStyle


Field Summary
static ColorCalculator colorCalculator
           
 
Constructor Summary
FernVisualStyle()
           
 
Method Summary
 void resetColors()
           
 void setNetworkChecker(NetworkChecker networkChecker)
           
 void setReactionFire(Node node)
           
 void setReactionUnFire(Node node)
           
 void setValue(Node node, double val, double max)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

colorCalculator

public static ColorCalculator colorCalculator
Constructor Detail

FernVisualStyle

public FernVisualStyle()
Method Detail

setNetworkChecker

public void setNetworkChecker(NetworkChecker networkChecker)

setValue

public void setValue(Node node,
                     double val,
                     double max)

setReactionFire

public void setReactionFire(Node node)

setReactionUnFire

public void setReactionUnFire(Node node)

resetColors

public void resetColors()