java.lang.Object
javax.swing.plaf.metal.MetalComboBoxIcon
- 所有已实现的接口:
-
Serializable
,Icon
这个实用类绘制指示MetalComboBox的水平条
- 参见:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
创建一个存根以满足接口。int
创建一个存根以满足接口。void
为水平条绘制
-
Constructor Details
-
MetalComboBoxIcon
public MetalComboBoxIcon()构造一个MetalComboBoxIcon
。
-
-
Method Details
-
paintIcon
为水平条绘制 -
getIconWidth
public int getIconWidth()创建一个存根以满足接口。- 指定者:
-
getIconWidth
在接口Icon
中 - 返回:
- 一个int,指定图标的固定宽度。
-
getIconHeight
public int getIconHeight()创建一个存根以满足接口。- 指定者:
-
getIconHeight
在接口Icon
中 - 返回:
- 一个int,指定图标的固定高度。
-