Package | Description |
---|---|
com.yworks.yfiles.graph |
Definitions, default implementations, and support classes that represent graph structures and provide facilities for their programmatic modification.
|
Modifier and Type | Method and Description |
---|---|
void |
IGraph.addNodeLayoutChangedListener(INodeLayoutChangedHandler nodeLayoutChangedEvent)
Adds the given listener for the
NodeLayoutChanged event that occurs when a node layout has been changed. |
void |
DefaultGraph.addNodeLayoutChangedListener(INodeLayoutChangedHandler nodeLayoutChangedEvent) |
void |
AbstractGraphWrapper.addNodeLayoutChangedListener(INodeLayoutChangedHandler nodeLayoutChangedEvent) |
void |
IGraph.removeNodeLayoutChangedListener(INodeLayoutChangedHandler nodeLayoutChangedEvent)
Removes the given listener for the
NodeLayoutChanged event that occurs when a node layout has been changed. |
void |
DefaultGraph.removeNodeLayoutChangedListener(INodeLayoutChangedHandler nodeLayoutChangedEvent) |
void |
AbstractGraphWrapper.removeNodeLayoutChangedListener(INodeLayoutChangedHandler nodeLayoutChangedEvent) |