@maxgraph/core
    Preparing search index...

    Class CellStatePreview

    CellStatePreview

    Implements a live preview for moving cells.

    Index

    Constructors

    Properties

    count: number = 0

    Contains the number of entries in the map.

    deltas: Dictionary<Cell, { point: Point; state: CellState }>

    Reference to the enclosing Graph.

    graph: Graph

    Reference to the enclosing Graph.

    Methods

    • Parameters

      • state: CellState
      • dx: number
      • dy: number
      • add: boolean = true
      • includeEdges: boolean = true

      Returns Point

      {mxPoint}

      mxCellStatePreview

    • Parameters

      • state: CellState
      • dx: number
      • dy: number
      • visitor: null | Function = null

      Returns void

      mxCellStatePreview