suvi.alg.interfaces
Interface NodePositioning

All Known Subinterfaces:
AugmentedNodePositioning

public interface NodePositioning

Node positioning as computed by a node positioning policy.


Method Summary
 java.awt.Point positionOf(java.lang.Object node)
          The position of the upper-left corner of the specified node.
 

Method Detail

positionOf

public java.awt.Point positionOf(java.lang.Object node)

The position of the upper-left corner of the specified node.