Search this API

y.view
Interface GenericNodeRealizer.BoundsChangedHandler

Enclosing class:
GenericNodeRealizer

public static interface GenericNodeRealizer.BoundsChangedHandler

This interface is used by GenericNodeRealizer as a callback to GenericNodeRealizer.boundsChanged(). Classes implementing this interface should query the given context NodeRealizer for the necessary information each time the methods are called since they will be shared instances for multiple GenericNodeRealizer instances.

 

Method Summary
 void boundsChanged(NodeRealizer context)
          Called when the bounds of the given NodeRealizer have been changed.
 

Method Detail

boundsChanged

void boundsChanged(NodeRealizer context)
Called when the bounds of the given NodeRealizer have been changed.

Parameters:
context - the NodeRealizer whose bounds changed.

© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.