cytoscape.visual.calculators
Interface NodeShapeCalculator

All Superinterfaces:
Calculator, Cloneable
All Known Implementing Classes:
GenericNodeShapeCalculator

public interface NodeShapeCalculator
extends Calculator


Method Summary
 byte calculateNodeShape(giny.model.Node node, CyNetwork network)
           
 
Methods inherited from interface cytoscape.visual.calculators.Calculator
addChangeListener, clone, getProperties, getUI, removeChangeListener, setName, toString
 

Method Detail

calculateNodeShape

byte calculateNodeShape(giny.model.Node node,
                        CyNetwork network)