Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RectangularBoxMarkerGrips

RectangularBoxMarkerGrips is a set of resize/rotation grips for a rectangular marker.

Hierarchy

  • RectangularBoxMarkerGrips

Index

Constructors

constructor

Properties

bottomCenter

bottomCenter: ResizeGrip

Bottom-center grip.

bottomLeft

bottomLeft: ResizeGrip

Bottom-left grip.

bottomRight

bottomRight: ResizeGrip

Bottom-right grip.

centerLeft

centerLeft: ResizeGrip

Center-left grip.

centerRight

centerRight: ResizeGrip

Center-right grip.

topCenter

topCenter: ResizeGrip

Top-center grip.

topLeft

topLeft: ResizeGrip

Top-left grip.

topRight

topRight: ResizeGrip

Top-right grip.

Methods

findGripByVisual

  • findGripByVisual(gripVisual: EventTarget): ResizeGrip | undefined
  • Returns a marker grip owning the specified visual.

    Parameters

    • gripVisual: EventTarget

      visual for owner to be determined.

    Returns ResizeGrip | undefined

Generated using TypeDoc