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

cytoscape.visual.calculators
Class GenericNodeToolTipCalculator

java.lang.Object
  extended by cytoscape.visual.calculators.AbstractCalculator
      extended by cytoscape.visual.calculators.BasicCalculator
          extended by cytoscape.visual.calculators.NodeCalculator
              extended by cytoscape.visual.calculators.GenericNodeToolTipCalculator
All Implemented Interfaces:
Calculator, NodeToolTipCalculator, Cloneable

Deprecated. Use BasicCalculator(VisualPropertyType,...) instead. Will be hidden, although probably not removed, in 5/2008.

@Deprecated
public class GenericNodeToolTipCalculator
extends NodeCalculator
implements NodeToolTipCalculator


Field Summary
 
Fields inherited from interface cytoscape.visual.calculators.Calculator
ID
 
Constructor Summary
GenericNodeToolTipCalculator(String name, ObjectMapping m)
          Deprecated. Creates a new GenericNodeToolTipCalculator object.
GenericNodeToolTipCalculator(String name, Properties props, String baseKey)
          Deprecated. Creates a new GenericNodeToolTipCalculator object.
 
Method Summary
 String calculateNodeToolTip(Node e, CyNetwork n)
          Deprecated. DOCUMENT ME!
 
Methods inherited from class cytoscape.visual.calculators.AbstractCalculator
addChangeListener, addMapping, apply, apply, clone, getDupeCount, getMapping, getMappings, getProperties, getProperties, getPropertyLabel, getType, getTypeName, getUI, getVisualPropertyType, removeChangeListener, setName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface cytoscape.visual.calculators.Calculator
addChangeListener, apply, apply, clone, getMapping, getMappings, getProperties, getPropertyLabel, getType, getTypeName, getUI, getVisualPropertyType, removeChangeListener, setName, toString
 

Constructor Detail

GenericNodeToolTipCalculator

public GenericNodeToolTipCalculator(String name,
                                    ObjectMapping m)
Deprecated. 
Creates a new GenericNodeToolTipCalculator object.

Parameters:
name - DOCUMENT ME!
m - DOCUMENT ME!

GenericNodeToolTipCalculator

public GenericNodeToolTipCalculator(String name,
                                    Properties props,
                                    String baseKey)
Deprecated. 
Creates a new GenericNodeToolTipCalculator object.

Parameters:
name - DOCUMENT ME!
props - DOCUMENT ME!
baseKey - DOCUMENT ME!
Method Detail

calculateNodeToolTip

public String calculateNodeToolTip(Node e,
                                   CyNetwork n)
Deprecated. 
DOCUMENT ME!

Specified by:
calculateNodeToolTip in interface NodeToolTipCalculator
Parameters:
e - DOCUMENT ME!
n - DOCUMENT ME!
Returns:
DOCUMENT ME!

www.cytoscape.org