Module  java.desktop
软件包  javax.swing

Interface Icon

    • 方法详细信息

      • paintIcon

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

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

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