cytoscape.visual.calculators
Class GenericNodeSizeCalculator
java.lang.Object
cytoscape.visual.calculators.AbstractCalculator
cytoscape.visual.calculators.NodeCalculator
cytoscape.visual.calculators.GenericNodeSizeCalculator
- All Implemented Interfaces:
- Calculator, NodeSizeCalculator, Cloneable
- Direct Known Subclasses:
- GenericNodeHeightCalculator, GenericNodeUniformSizeCalculator, GenericNodeWidthCalculator
Deprecated. Use NodeWidth,NodeHeight, or NodeUniformSize instead.
will be removed 10/2007
public class GenericNodeSizeCalculator
- extends NodeCalculator
- implements NodeSizeCalculator
Methods inherited from class cytoscape.visual.calculators.AbstractCalculator |
addChangeListener, addMapping, apply, clone, getDupeCount, getMapping, getMappings, getProperties, getProperties, removeChangeListener, setName, toString |
GenericNodeSizeCalculator
public GenericNodeSizeCalculator(String name,
ObjectMapping m)
- Deprecated.
GenericNodeSizeCalculator
public GenericNodeSizeCalculator(String name,
Properties props,
String baseKey)
- Deprecated.
getType
public byte getType()
- Deprecated.
- Specified by:
getType
in interface Calculator
getPropertyLabel
public String getPropertyLabel()
- Deprecated.
- Specified by:
getPropertyLabel
in interface Calculator
getTypeName
public String getTypeName()
- Deprecated.
- Specified by:
getTypeName
in interface Calculator
apply
public void apply(NodeAppearance appr,
Node node,
CyNetwork network)
- Deprecated.
- Specified by:
apply
in interface Calculator
calculateNodeSize
public double calculateNodeSize(Node e,
CyNetwork n)
- Deprecated.
- Specified by:
calculateNodeSize
in interface NodeSizeCalculator
set
public void set(byte b,
String p,
String n)
- Deprecated. This only exists to support deprecated code. DO NOT USE!!!
will be removed 10/2007