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

cytoscape.visual.calculators
Interface NodeSizeCalculator

All Superinterfaces:
Calculator, Cloneable
All Known Implementing Classes:
GenericNodeHeightCalculator, GenericNodeSizeCalculator, GenericNodeUniformSizeCalculator, GenericNodeWidthCalculator

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

public interface NodeSizeCalculator
extends Calculator


Field Summary
 
Fields inherited from interface cytoscape.visual.calculators.Calculator
ID
 
Method Summary
 double calculateNodeSize(Node node, CyNetwork network)
          Deprecated. Use Calculator.apply() instead. Will be removed 10/2007
 void set(VisualPropertyType t)
          Deprecated. DON'T USE. Only exists to support deprecated code. Will be removed 10/2007
 
Methods inherited from interface cytoscape.visual.calculators.Calculator
addChangeListener, apply, apply, clone, getMapping, getMappings, getProperties, getPropertyLabel, getType, getTypeName, getUI, getVisualPropertyType, removeChangeListener, setName, toString
 

Method Detail

calculateNodeSize

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


set

void set(VisualPropertyType t)
Deprecated. DON'T USE. Only exists to support deprecated code. Will be removed 10/2007


www.cytoscape.org