TreeAction.afterDraw

Called after each drawImpl call of any node in the tree, so supplying children nodes before their parents.

  1. void afterDraw(Node node, Rectangle space, Rectangle paddingBox, Rectangle contentBox)
  2. void afterDraw(Node node, Rectangle space)

Parameters

node Node

Node that's about to be drawn.

space Rectangle

Space given for the node.

paddingBox Rectangle

Padding box of the node.

contentBox Rectangle

Content box of teh node.

Meta