javax.swing.tree
public abstract static class AbstractLayoutCache.NodeDimensions extends Object
Constructor Summary | |
---|---|
NodeDimensions()
Creates NodeDimensions object. |
Method Summary | |
---|---|
abstract Rectangle | getNodeDimensions(Object value, int row, int depth, boolean expanded, Rectangle bounds)
Get the node dimensions. |
NodeDimensions
object.Parameters: value the last node in the path row the node row depth the indentation depth expanded true if this node is expanded, false otherwise bounds the area where the tree is displayed