Skip to content

Layouts

c4.diagrams.core.LayD

Bases: Layout

Positions from_element below to_element using shorthand 'Lay_D' layout.

c4.diagrams.core.LayDown

Bases: Layout

Positions from_element explicitly below to_element using 'Lay_Down' layout.

c4.diagrams.core.LayU

Bases: Layout

Positions from_element above to_element using shorthand 'Lay_U' layout.

c4.diagrams.core.LayUp

Bases: Layout

Positions from_element explicitly above to_element using 'Lay_Up' layout.

c4.diagrams.core.LayR

Bases: Layout

Positions from_element to the right of to_element using shorthand 'Lay_R' layout.

c4.diagrams.core.LayRight

Bases: Layout

Positions from_element explicitly to the right of to_element using 'Lay_Right' layout.

c4.diagrams.core.LayL

Bases: Layout

Positions from_element to the left of to_element using shorthand 'Lay_L' layout.

c4.diagrams.core.LayLeft

Bases: Layout

Positions from_element explicitly to the left of to_element using 'Lay_Left' layout.