Class PointAnnotationEditProcessor

description

This class is the utility to edit the Point Annotaion

Hierarchy

  • PointAnnotationEditProcessor

Index

Constructors

constructor

Properties

Protected renderEngine

renderEngine: any

Private selectedAnnotation

selectedAnnotation: PointGraphicAnnotation = null

Protected viewport

viewport: HTMLViewport

Methods

movePoint

  • movePoint(currentPoint: Point): boolean
  • description

    Move the point annotation to given point

    Parameters

    • currentPoint: Point

      Specifies the point where to move the point annotation

    Returns boolean

reset

  • reset(): void
  • description

    Reset the Point annotation to be edit to null

    Returns void

setAnnotation

  • description

    Set the point annotation to edit

    Parameters

    Returns void