TreeAction.beforeDraw

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

  1. void beforeDraw(Node node, Rectangle space, Rectangle paddingBox, Rectangle contentBox)
  2. void beforeDraw(Node node, Rectangle space)
    class TreeAction
    void
    beforeDraw

Parameters

node Node

Node that's about to be drawn.

space Rectangle

Space given for the node.

Meta