public class BasicTreeUI.NodeDimensionsHandler extends AbstractLayoutCache.NodeDimensions
Constructor | Description |
---|---|
NodeDimensionsHandler() |
Modifier and Type | Method | 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) |
Returns amount to indent the given row.
|
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)
row
- a rowdepth
- a 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, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-internal+0-adhoc.mlchung.jdk9-jdeps