Class SectorReshapingTool

GoJS® Diagramming Components
version 3.0.1
by Northwoods Software®

This is an extension and not part of the main GoJS library. Note that the API for this class may change at any time. If you intend to use an extension in production, you should copy the code to your own source directory. See the Extensions intro page for more information.

Hierarchy

  • Tool
    • SectorReshapingTool

The SectorReshapingTool class lets the user interactively modify the angles of a "pie"-shaped sector of a circle. When a node is selected, this shows two handles for changing the angles of the sides of the sector and one handle for changing the radius.

This depends on there being three data properties, "angle", "sweep", and "radius", that hold the needed information to be able to reproduce the sector.

If you want to experiment with this extension, try the Sector Reshaping sample.

Index

Constructors

Accessors

  • Gets or sets the name of the data property for the sector start angle.

    The default value is "angle".

  • Gets or sets the name of the data property for the sector radius.

    The default value is "radius".

  • Gets or sets the name of the data property for the sector sweep angle.

    The default value is "sweep".

Methods

  • This tool can only start if Diagram.allowReshape is true and the mouse-down event is at a tool handle created by this tool.

    Returns boolean

  • Remember the original angles and radius and start a transaction.

    Returns void

  • Restore the original angles and radius and then stop this tool.

    Returns void

  • Stop the transaction.

    Returns void

  • Depending on the current handle being dragged, update the "radius", the "angle", or the "sweep" properties on the model data. Those property names are currently parameterized as static members of SectorReshapingTool.

    Returns void

  • Finish the transaction and stop the tool.

    Returns void

  • If the Part is selected, show two angle-changing tool handles and one radius-changing tool handle.

    Parameters

    Returns void