cytoscape.visual.calculators
Class GenericNodeLabelCalculator
java.lang.Object
cytoscape.visual.calculators.AbstractCalculator
cytoscape.visual.calculators.BasicCalculator
cytoscape.visual.calculators.NodeCalculator
cytoscape.visual.calculators.GenericNodeLabelCalculator
- All Implemented Interfaces:
- Calculator, NodeLabelCalculator, Cloneable
Deprecated. Use BasicCalculator(VisualPropertyType,...) instead.
Will be hidden, although probably not removed, in 5/2008.
@Deprecated
public class GenericNodeLabelCalculator
- extends NodeCalculator
- implements NodeLabelCalculator
Fields inherited from interface cytoscape.visual.calculators.Calculator |
ID |
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 interface cytoscape.visual.calculators.Calculator |
addChangeListener, apply, apply, clone, getMapping, getMappings, getProperties, getPropertyLabel, getType, getTypeName, getUI, getVisualPropertyType, removeChangeListener, setName, toString |
GenericNodeLabelCalculator
public GenericNodeLabelCalculator(String name,
ObjectMapping m)
- Deprecated.
- Creates a new GenericNodeLabelCalculator object.
- Parameters:
name
- DOCUMENT ME!m
- DOCUMENT ME!
GenericNodeLabelCalculator
public GenericNodeLabelCalculator(String name,
Properties props,
String baseKey)
- Deprecated.
- Creates a new GenericNodeLabelCalculator object.
- Parameters:
name
- DOCUMENT ME!props
- DOCUMENT ME!baseKey
- DOCUMENT ME!
calculateNodeLabel
public String calculateNodeLabel(Node e,
CyNetwork n)
- Deprecated.
- DOCUMENT ME!
- Specified by:
calculateNodeLabel
in interface NodeLabelCalculator
- Parameters:
e
- DOCUMENT ME!n
- DOCUMENT ME!
- Returns:
- DOCUMENT ME!