public void setHierarchy(com.sas.models.TreeInterface hierarchy)
Sets the hierarchy from which to determine the depth of an item.
Parameters:
hierarchy - the hierarchy from which to determine the depth of an item
setIndent
public void setIndent(int indent)
Sets the number of pixels to indent the item for each depth value. For example,
if the indent is 10 and the depth is 3, the item will be indented 30 pixels (3 x 10).
Parameters:
indent - the amount of pixels for each depth value to indent the item