JavaTM 2 Platform
Standard Ed. 6

javax.swing.plaf.metal
類別 MetalComboBoxIcon

java.lang.Object
  繼承者 javax.swing.plaf.metal.MetalComboBoxIcon
所有已實作的介面:
Serializable, Icon

public class MetalComboBoxIcon
extends Object
implements Icon, Serializable

此實用工具類別繪製指示 MetalComboBox 的水平條

另請參見:
MetalComboBoxUI

建構子摘要
MetalComboBoxIcon()
           
 
方法摘要
 int getIconHeight()
          創建一個滿足該介面的 stub。
 int getIconWidth()
          創建一個滿足該介面的 stub。
 void paintIcon(Component c, Graphics g, int x, int y)
          繪製 MetalComboBox 的水平條
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

MetalComboBoxIcon

public MetalComboBoxIcon()
方法詳細資訊

paintIcon

public void paintIcon(Component c,
                      Graphics g,
                      int x,
                      int y)
繪製 MetalComboBox 的水平條

指定者:
介面 Icon 中的 paintIcon

getIconWidth

public int getIconWidth()
創建一個滿足該介面的 stub。

指定者:
介面 Icon 中的 getIconWidth
返回:
一個指定圖標的固定寬度的 int 值。

getIconHeight

public int getIconHeight()
創建一個滿足該介面的 stub。

指定者:
介面 Icon 中的 getIconHeight
返回:
一個指定圖標的固定高度的 int 值。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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