Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MeasureState

TODO: implement properly and incorporate into Catana! CatanaState to measure distances between elements (atoms, residues, bonds, etc).

Hierarchy

Index

Properties

Static Protected Readonly WHAT

WHAT: {}

Type declaration

Static Readonly dnaFactory

dnaFactory: DnaFactory = new DnaFactory()

Static Readonly proteinFactory

proteinFactory: ProteinFactory = new ProteinFactory()

Methods

Protected _click_left

Protected _descriptions

  • _descriptions(): [string, string][]

Protected _down_left

Protected _drag_left

Protected _enter

  • _enter(): void

Protected _exit

  • _exit(): void

Protected _hover

Protected _keyDown

  • _keyDown(stage: Stage, key: string): boolean

Protected _up_left

click_left

description

  • description(): string

Protected done

  • done(stage: Stage): boolean
  • Signals to CatanaActions (see catana-actions.ts) that this state should be exited This is particularly useful for changes in UI elements that are related to a CatanaState

    Parameters

    Returns boolean

    False if SHIFT is currently being pressed True otherwise (state was exited)

down_left

drag_left

enter

  • enter(): void

exit

  • exit(): void

hover

keyDown

  • keyDown(stage: Stage, key: string): boolean
  • Parameters

    • stage: Stage
    • key: string

    Returns boolean

     True if 'key' is "Shift"
     Otherwise,the keyDown is forwarded to the subclass, and its result is returned
     True is then returned if further actions should be blocked. False is returned otherwise (action propagates)
    

up_left

Generated using TypeDoc