cytoscape.visual.calculators
Interface NodeFontSizeCalculator

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

public interface NodeFontSizeCalculator
extends Calculator


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

Method Detail

calculateNodeFontSize

float calculateNodeFontSize(giny.model.Node node,
                            CyNetwork network)