redepthChildren method

  1. @protected
void redepthChildren()

Adjust the depth of this node's children, if any.

Override this method in subclasses with child nodes to call ContainerLayer.redepthChild for each child. Do not call this method directly.

Implementation

@protected
void redepthChildren() {
  // ContainerLayer provides an implementation since its the only one that
  // can actually have children.
}