makeAdornment method
(undocumented) Create and return an Adornment that lets the user grab a handle to rotate an object in the selected part. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose @param {GraphObject} rotateObj the GraphObject being rotated. @return {Adornment}
Implementation
_i3.Adornment? makeAdornment(_i3.GraphObject rotateObj) => _i4.callMethod(
this,
'makeAdornment',
[rotateObj],
);