Node.drawImpl

Draw this node.

Note: Instead of directly accessing style, use pickStyle to enable temporarily changing styles as visual feedback. resize should still use the normal style.

class Node
protected abstract
void
drawImpl

Parameters

paddingBox Rectangle

Area which should be used by the node. It should include styling elements such as background, but no content.

contentBox Rectangle

Area which should be filled with content of the node, such as child nodes, text, etc.

Meta