computeMaxSize method
The effective maximum resizing size is the minimum of the #maxSize and the #adornedObject's GraphObject#maxSize.
This is called once when the tool is activated.
This method may be overridden. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose @return {Size}
Implementation
_i3.Size computeMaxSize() => _i4.callMethod(
this,
'computeMaxSize',
[],
);