fluid.node_chain

Base node for node chains. Used for I/O implementations.

Members

Classes

NodeChain
class NodeChain

A node chain makes it possible to create a stack of nodes — one node draws another, which draws another, and so on — in a more efficient manner than nodes usually are drawn.

Functions

chain
Node chain(Node node)

Assemble a node chain out of NodeChain nodes.

chain
NodeChain chain(Ts chain, Node node)

Assemble a node chain out of NodeChain nodes.

Meta