public abstract static class AbstractLayoutCache.NodeDimensions extends Object
AbstractLayoutCache
尺寸的确定与特定节点x的起源。
Constructor and Description |
---|
NodeDimensions() |
public abstract Rectangle getNodeDimensions(Object value, int row, int depth, boolean expanded, Rectangle bounds)
null
界限,创造了新的
Rectangle
应该归还,否则价值应该放在边界和返回。
value
-
value
来表示
row
排正在查询
depth
-行的深度
expanded
-如果行扩大,否则为假
bounds
-
Rectangle
含有需要
value
大小
Rectangle
包含节点的尺寸,或
null
如果节点没有尺寸
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, 2014, Oracle and/or its affiliates. All rights reserved.