- java.lang.Object
-
- javax.swing.plaf.metal.MetalComboBoxIcon
-
- All Implemented Interfaces:
-
Serializable
,Icon
public class MetalComboBoxIcon extends Object implements Icon, Serializable
此实用程序类绘制指示MetalComboBox的水平条- 另请参见:
-
MetalComboBoxUI
, Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 MetalComboBoxIcon()
-
方法摘要
所有方法 接口方法 具体的方法 Modifier and Type 方法 描述 int
getIconHeight()
创建一个存根来满足界面。int
getIconWidth()
创建一个存根来满足界面。void
paintIcon(Component c, Graphics g, int x, int y)
涂上水平条
-
-
-
方法详细信息
-
getIconWidth
public int getIconWidth()
创建一个存根来满足界面。- Specified by:
-
getIconWidth
在接口Icon
- 结果
- int指定图标的固定宽度。
-
getIconHeight
public int getIconHeight()
创建一个存根来满足界面。- Specified by:
-
getIconHeight
在接口Icon
- 结果
- 一个int指定图标的固定高度。
-
-