cytoscape.visual.calculators
Class GenericNodeShapeCalculator
java.lang.Object
   cytoscape.visual.calculators.AbstractCalculator
cytoscape.visual.calculators.AbstractCalculator
       cytoscape.visual.calculators.BasicCalculator
cytoscape.visual.calculators.BasicCalculator
           cytoscape.visual.calculators.NodeCalculator
cytoscape.visual.calculators.NodeCalculator
               cytoscape.visual.calculators.GenericNodeShapeCalculator
cytoscape.visual.calculators.GenericNodeShapeCalculator
- All Implemented Interfaces: 
- Calculator, NodeShapeCalculator, Cloneable
Deprecated. Use BasicCalculator(VisualPropertyType,...) instead. 
 Will be hidden, although probably not removed, in 5/2008.
- @Deprecated
public class GenericNodeShapeCalculator 
- extends NodeCalculator- implements NodeShapeCalculator
 
| 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 | 
 
GenericNodeShapeCalculator
public GenericNodeShapeCalculator(String name,
                                  ObjectMapping m)
- Deprecated. - Creates a new GenericNodeShapeCalculator object.
 
- Parameters:
- name- DOCUMENT ME!
- m- DOCUMENT ME!
 
GenericNodeShapeCalculator
public GenericNodeShapeCalculator(String name,
                                  Properties props,
                                  String baseKey)
- Deprecated. - Creates a new GenericNodeShapeCalculator object.
 
- Parameters:
- name- DOCUMENT ME!
- props- DOCUMENT ME!
- baseKey- DOCUMENT ME!
 
calculateNodeShape
public byte calculateNodeShape(Node e,
                               CyNetwork n)
- Deprecated. - DOCUMENT ME!
 
- 
- Specified by:
- calculateNodeShapein interface- NodeShapeCalculator
 
- 
- Parameters:
- e- DOCUMENT ME!
- n- DOCUMENT ME!
- Returns:
- DOCUMENT ME!