documentationfor yFiles for HTML 2.6

IReshapeHandler

Interface for an object that can be interactively reshaped in a CanvasComponent

Inheritance Hierarchy

Remarks

Items can be reshaped interactively and an instance of this class can be used to handle that process. A reshape operation will be initialized by a call to initializeReshape, then zero or more handleReshape calls follow, and the operation will be finalized by a call to either reshapeFinished or cancelReshape. Note that implementations of this class will only be used during interactive reshape operations.

Type Details

yfiles module
view-component
yfiles-umd modules
All view modules
Legacy UMD name
yfiles.input.IReshapeHandler

See Also

Properties

Methods

Static Methods