ChartDirector 7.0 (Java Edition)

TreeMapNode.getNode


Usage

public TreeMapNode getNode(int i)

Description

Gets the child node at the specified index.

Arguments

ArgumentDefaultDescription
i(Mandatory)The index of the child node.

Return Value

The TreeMapNode object representing the child node at the specified index.