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

cytoscape.visual.calculators
Interface NodeLabelColorCalculator

All Superinterfaces:
Calculator, Cloneable
All Known Implementing Classes:
GenericNodeLabelColorCalculator

Deprecated. Use Calculator instead. Will be removed 10/2007

public interface NodeLabelColorCalculator
extends Calculator


Method Summary
 Color calculateNodeLabelColor(Node node, CyNetwork network)
          Deprecated. Use Calculator.apply() instead. Will be removed 10/2007
 
Methods inherited from interface cytoscape.visual.calculators.Calculator
addChangeListener, apply, apply, clone, getMapping, getMappings, getProperties, getPropertyLabel, getType, getTypeName, getUI, removeChangeListener, setName, toString
 

Method Detail

calculateNodeLabelColor

Color calculateNodeLabelColor(Node node,
                              CyNetwork network)
Deprecated. Use Calculator.apply() instead. Will be removed 10/2007


www.cytoscape.org