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

cytoscape.visual.calculators
Interface EdgeFontFaceCalculator

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

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

public interface EdgeFontFaceCalculator
extends Calculator


Method Summary
 Font calculateEdgeFontFace(Edge edge, 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

calculateEdgeFontFace

Font calculateEdgeFontFace(Edge edge,
                           CyNetwork network)
Deprecated. Use Calculator.apply() instead. Will be removed 10/2007


www.cytoscape.org