cytoscape.visual.calculators
Class GenericNodeToolTipCalculator

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

public class GenericNodeToolTipCalculator
extends NodeCalculator
implements NodeToolTipCalculator


Nested Class Summary
 
Nested classes/interfaces inherited from class cytoscape.visual.calculators.AbstractCalculator
AbstractCalculator.CalculatorUI, AbstractCalculator.MappingListener
 
Field Summary
 
Fields inherited from class cytoscape.visual.calculators.AbstractCalculator
acceptedDataClasses, changeEvent, changeListeners, ID, mappings, name
 
Constructor Summary
GenericNodeToolTipCalculator(String name, ObjectMapping m)
           
GenericNodeToolTipCalculator(String name, Properties props, String baseKey)
          Constructor for dynamic creation via properties.
 
Method Summary
 String calculateNodeToolTip(giny.model.Node node, CyNetwork network)
           
 
Methods inherited from class cytoscape.visual.calculators.NodeCalculator
getAttrBundle, getUI
 
Methods inherited from class cytoscape.visual.calculators.AbstractCalculator
addChangeListener, addMapping, clone, fireStateChanged, getAttrBundle, getDupeCount, getMapping, getMappings, getProperties, getUI, removeChangeListener, setName, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface cytoscape.visual.calculators.Calculator
addChangeListener, clone, getProperties, getUI, removeChangeListener, setName, toString
 

Constructor Detail

GenericNodeToolTipCalculator

public GenericNodeToolTipCalculator(String name,
                                    ObjectMapping m)

GenericNodeToolTipCalculator

public GenericNodeToolTipCalculator(String name,
                                    Properties props,
                                    String baseKey)
Constructor for dynamic creation via properties.

Method Detail

calculateNodeToolTip

public String calculateNodeToolTip(giny.model.Node node,
                                   CyNetwork network)
Specified by:
calculateNodeToolTip in interface NodeToolTipCalculator