cytoscape.visual.calculators
Class GenericNodeHeightCalculator
java.lang.Object
cytoscape.visual.calculators.AbstractCalculator
cytoscape.visual.calculators.BasicCalculator
cytoscape.visual.calculators.NodeCalculator
cytoscape.visual.calculators.GenericNodeSizeCalculator
cytoscape.visual.calculators.GenericNodeHeightCalculator
- All Implemented Interfaces:
- Calculator, NodeSizeCalculator, Cloneable
Deprecated. Use BasicCalculator(VisualPropertyType,...) instead.
Will be hidden, although probably not removed, in 5/2008.
@Deprecated
public class GenericNodeHeightCalculator
- extends GenericNodeSizeCalculator
- implements NodeSizeCalculator
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 |
GenericNodeHeightCalculator
public GenericNodeHeightCalculator(String name,
ObjectMapping m)
- Deprecated.
- Creates a new GenericNodeHeightCalculator object.
- Parameters:
name
- DOCUMENT ME!m
- DOCUMENT ME!
GenericNodeHeightCalculator
public GenericNodeHeightCalculator(String name,
Properties props,
String baseKey)
- Deprecated.
- Creates a new GenericNodeHeightCalculator object.
- Parameters:
name
- DOCUMENT ME!props
- DOCUMENT ME!baseKey
- DOCUMENT ME!
set
public void set(VisualPropertyType t)
- Deprecated. This only exists to support deprecated code. DO NOT USE!!!
will be removed 10/2007
- DO NOT USE THIS METHOD (unless you're an appearance calculator)!!!
calculateNodeSize
public double calculateNodeSize(Node e,
CyNetwork n)
- DOCUMENT ME!
- Parameters:
e
- DOCUMENT ME!n
- DOCUMENT ME!
- Returns:
- DOCUMENT ME!