JavaTM 2 Platform
Standard Ed. 6

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 原點。


建構子摘要
AbstractLayoutCache.NodeDimensions()
           
 
方法摘要
abstract  Rectangle getNodeDimensions(Object value, int row, int depth, boolean expanded, Rectangle bounds)
          通過對 bounds 的參考,返回用於保存值的節點的大小和其在 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,否則為 false
bounds - 套件含表示 value 所需大小的 Rectangle
返回:
包含節點尺寸的 Rectangle,如果節點沒有尺寸,則返回 null

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only