NodeChain.this

Create this node and set the next node in chain.

  1. this()
  2. this(Node next)
    class NodeChain
    this

Parameters

next Node

Node to draw inside this node.

Meta