Idris2Doc : CyBy.Draw.PeriodicTableCanvas

CyBy.Draw.PeriodicTableCanvas

(source)

Definitions

recordSceneDims : Type
  Dimensions of the SVG element (its `width` and `height`).

Totality: total
Visibility: public export
Constructor: 
SD : Double->Double->SceneDims

Projections:
.sheight : SceneDims->Double
.swidth : SceneDims->Double
.swidth : SceneDims->Double
Totality: total
Visibility: public export
swidth : SceneDims->Double
Totality: total
Visibility: public export
.sheight : SceneDims->Double
Totality: total
Visibility: public export
sheight : SceneDims->Double
Totality: total
Visibility: public export
sceneCenter : SceneDims->PointId
  Center of the SVG scene.

Totality: total
Visibility: export
sceneBounds : SceneDims->Bounds2DId
  Bounds of the SVG scene.

Totality: total
Visibility: export
recordCell : Type
Totality: total
Visibility: public export
Constructor: 
PC : Elem->Nat->Nat->Cell

Projections:
.element : Cell->Elem
.posX : Cell->Nat
  0-based x-position in the periodic table.
.posY : Cell->Nat
  0-based y-position in the periodic table.

Hints:
EqCell
ShowCell
.element : Cell->Elem
Totality: total
Visibility: public export
element : Cell->Elem
Totality: total
Visibility: public export
.posX : Cell->Nat
  0-based x-position in the periodic table.

Totality: total
Visibility: public export
posX : Cell->Nat
  0-based x-position in the periodic table.

Totality: total
Visibility: public export
.posY : Cell->Nat
  0-based y-position in the periodic table.

Totality: total
Visibility: public export
posY : Cell->Nat
  0-based y-position in the periodic table.

Totality: total
Visibility: public export
PSERows : Nat
Totality: total
Visibility: public export
PSEColumns : Nat
Totality: total
Visibility: public export
0Cells : Type
Totality: total
Visibility: public export
cells : Cells
Totality: total
Visibility: public export
hoveredElem : DrawSettings=>SceneDims->Pointt->MaybeElem
Totality: total
Visibility: export
displayPSE : DrawSettings=>SceneDims->MaybeElem->SVGNode
Totality: total
Visibility: export