Packagecom.yworks.graph.model
Interfacepublic interface INodeBoundsChangedListener
ImplementorsGraphCanvasComponent, GroupedGraph

Implements a function that will be called when the bounds of a node changed. The node and the old bounds are passed as parameters.



Public Methods
 MethodDefined by
  
nodeBoundsChanged(node:INode, oldBounds:IRectangle):void
Function to be called when the bounds of a node changed.
INodeBoundsChangedListener
Method detail
nodeBoundsChanged()method
public function nodeBoundsChanged(node:INode, oldBounds:IRectangle):void

Function to be called when the bounds of a node changed. The node an the old bounds are passed as parameters.

Parameters
node:INode — Node, which was changed
 
oldBounds:IRectangle — The node's bounds before the change.