javax.swing.tree
類別 AbstractLayoutCache.NodeDimensions
java.lang.Object
javax.swing.tree.AbstractLayoutCache.NodeDimensions
- 直接已知子類別:
- BasicTreeUI.NodeDimensionsHandler
- 正在封閉類別:
- AbstractLayoutCache
public abstract static class AbstractLayoutCache.NodeDimensions
- extends Object
由 AbstractLayoutCache
使用,用於確定特定節點的大小和 x 原點。
從類別 java.lang.Object 繼承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractLayoutCache.NodeDimensions
public AbstractLayoutCache.NodeDimensions()
getNodeDimensions
public abstract Rectangle getNodeDimensions(Object value,
int row,
int depth,
boolean expanded,
Rectangle bounds)
- 通過對 bounds 的參考,返回用於保存值的節點的大小和其在 x 軸上的起點。調用方法負責確定 Y 坐標。如果 bounds 為
null
,則返回新創建的 Rectangle
,否則,將該值保存在 bounds 中,並返回該值。
- 參數:
value
- 要表示的 value
row
- 查詢的行depth
- 行的深度expanded
- 如果行已擴展,則為 true,否則為 falsebounds
- 套件含表示 value
所需大小的 Rectangle
- 返回:
- 包含節點尺寸的
Rectangle
,如果節點沒有尺寸,則返回 null
提交錯誤或意見版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。