Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.visual.calculators
Class GenericNodeFillColorCalculator

java.lang.Object
  extended by cytoscape.visual.calculators.AbstractCalculator
      extended by cytoscape.visual.calculators.BasicCalculator
          extended by cytoscape.visual.calculators.NodeCalculator
              extended by cytoscape.visual.calculators.GenericNodeColorCalculator
                  extended by cytoscape.visual.calculators.GenericNodeFillColorCalculator
All Implemented Interfaces:
Calculator, NodeColorCalculator, Cloneable

Deprecated. Use BasicCalculator(VisualPropertyType,...) instead. Will be hidden, although probably not removed, in 5/2008.

@Deprecated
public class GenericNodeFillColorCalculator
extends GenericNodeColorCalculator
implements NodeColorCalculator


Field Summary
 
Fields inherited from interface cytoscape.visual.calculators.Calculator
ID
 
Constructor Summary
GenericNodeFillColorCalculator(String name, ObjectMapping m)
          Deprecated. Creates a new GenericNodeFillColorCalculator object.
GenericNodeFillColorCalculator(String name, Properties props, String baseKey)
          Deprecated. Creates a new GenericNodeFillColorCalculator object.
 
Method Summary
 Color calculateNodeColor(Node e, CyNetwork n)
          DOCUMENT ME!
 void set(VisualPropertyType t)
          Deprecated. This only exists to support deprecated code. DO NOT USE!!! will be removed 10/2007
 
Methods inherited from class cytoscape.visual.calculators.AbstractCalculator
addChangeListener, addMapping, apply, apply, clone, getDupeCount, getMapping, getMappings, getProperties, getProperties, getPropertyLabel, getType, getTypeName, getUI, getVisualPropertyType, removeChangeListener, setName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface cytoscape.visual.calculators.NodeColorCalculator
calculateNodeColor, set
 
Methods inherited from interface cytoscape.visual.calculators.Calculator
addChangeListener, apply, apply, clone, getMapping, getMappings, getProperties, getPropertyLabel, getType, getTypeName, getUI, getVisualPropertyType, removeChangeListener, setName, toString
 

Constructor Detail

GenericNodeFillColorCalculator

public GenericNodeFillColorCalculator(String name,
                                      ObjectMapping m)
Deprecated. 
Creates a new GenericNodeFillColorCalculator object.

Parameters:
name - DOCUMENT ME!
m - DOCUMENT ME!

GenericNodeFillColorCalculator

public GenericNodeFillColorCalculator(String name,
                                      Properties props,
                                      String baseKey)
Deprecated. 
Creates a new GenericNodeFillColorCalculator object.

Parameters:
name - DOCUMENT ME!
props - DOCUMENT ME!
baseKey - DOCUMENT ME!
Method Detail

set

public void set(VisualPropertyType t)
Deprecated. This only exists to support deprecated code. DO NOT USE!!! will be removed 10/2007


calculateNodeColor

public Color calculateNodeColor(Node e,
                                CyNetwork n)
DOCUMENT ME!

Parameters:
e - DOCUMENT ME!
n - DOCUMENT ME!
Returns:
DOCUMENT ME!

www.cytoscape.org