public class BasicTreeUI.NodeDimensionsHandler extends AbstractLayoutCache.NodeDimensions
Constructor and Description |
---|
NodeDimensionsHandler() |
Modifier and Type | Method and Description |
---|---|
Rectangle |
getNodeDimensions(Object value,
int row,
int depth,
boolean expanded,
Rectangle size)
Responsible for getting the size of a particular node.
|
protected int |
getRowX(int row,
int depth) |
public Rectangle getNodeDimensions(Object value, int row, int depth, boolean expanded, Rectangle size)
getNodeDimensions
in class AbstractLayoutCache.NodeDimensions
value
- the value
to be representedrow
- row being querieddepth
- the depth of the rowexpanded
- true if row is expanded, false otherwisesize
- a Rectangle
containing the size needed
to represent value
Rectangle
containing the node dimensions,
or null
if node has no dimensionprotected int getRowX(int row, int depth)
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.