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)
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.