makeAdornment method

Adornment? makeAdornment(
  1. GraphObject resizeObj
)

(undocumented) Create and return an Adornment that lets the user grab a handle to resize the selected part. The Adornment will be a "Spot" Panel with a Placeholder and eight copies of #handleArchetype. Each handle will have one of the standard Spots as their GraphObject#alignment.

Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose @param {GraphObject} resizeObj the GraphObject being resized. @return {Adornment}

Implementation

_i3.Adornment? makeAdornment(_i3.GraphObject resizeObj) => _i4.callMethod(
      this,
      'makeAdornment',
      [resizeObj],
    );