Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CellStatePreview

Hierarchy

  • CellStatePreview

Index

Constructors

constructor

Properties

count

count: number = 0

Contains the number of entries in the map.

deltas

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

Reference to the enclosing Graph.

graph

graph: Graph

Reference to the enclosing Graph.

Methods

addEdges

isEmpty

  • isEmpty(): boolean

moveState

  • moveState(state: CellState, dx: number, dy: number, add?: boolean, includeEdges?: boolean): Point

revalidateState

  • revalidateState(state: CellState, dx: number, dy: number, visitor?: null | Function): void

show

  • show(visitor?: null | Function): void

translateState

  • translateState(state: CellState, dx: number, dy: number): void

Generated using TypeDoc