模块  java.desktop
软件包  javax.swing

Interface Icon

    • 方法详细信息

      • paintIcon

        void paintIcon​(Component c,
                       Graphics g,
                       int x,
                       int y)
        在指定位置绘制图标。 图标实现可以使用Component参数来获取对绘画有用的属性,例如前景色或背景色。
        参数
        c - Component获取对绘画有用的属性
        g - 图形上下文
        x - 图标左上角的X坐标
        y - 图标左上角的Y坐标
      • getIconWidth

        int getIconWidth()
        返回图标的宽度。
        结果
        指定图标固定宽度的int。
      • getIconHeight

        int getIconHeight()
        返回图标的高度。
        结果
        一个int,指定图标的固定高度。