所有类
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
从类 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 值。
所有类