add_child


Description:

public void add_child (PaintNode child)

Adds child to the list of children of this.

This function will acquire a reference on child.

Parameters:

this

a PaintNode

child

the child PaintNode to add