Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConstraintSolver

Hierarchy

  • ConstraintSolver

Implements

Index

Constructors

constructor

Methods

addConstraint

addVariable

constraint

Protected didAddConstraint

Protected didAddVariable

Protected didRemoveConstraint

  • didRemoveConstraint(constraint: Constraint): void

Protected didRemoveVariable

Protected didSetVariable

  • didSetVariable(variable: ConstrainVariable, newState: number, oldState: number): void

Protected didUpdateVariable

  • didUpdateVariable(variable: ConstrainVariable, newValue: number, oldValue: number): void

hasConstraint

hasVariable

removeConstraint

removeVariable

setVariable

updateVariable

updateVariables

  • updateVariables(): void

variable

Protected willAddConstraint

Protected willAddVariable

Protected willRemoveConstraint

  • willRemoveConstraint(constraint: Constraint): void

Protected willRemoveVariable

Protected willSetVariable

Protected willUpdateVariable