cytoscape.visual.calculators
Interface NodeSizeCalculator

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

public interface NodeSizeCalculator
extends Calculator


Method Summary
 double calculateNodeSize(giny.model.Node node, CyNetwork network)
           
 
Methods inherited from interface cytoscape.visual.calculators.Calculator
addChangeListener, clone, getProperties, getUI, removeChangeListener, setName, toString
 

Method Detail

calculateNodeSize

double calculateNodeSize(giny.model.Node node,
                         CyNetwork network)