JavaTM 2 Platform
Standard Ed. 5.0

javax.swing
インタフェース Icon

既知の実装クラスの一覧:
IconUIResource, ImageIcon, MetalCheckBoxIcon, MetalComboBoxIcon, MetalIconFactory.FileIcon16, MetalIconFactory.FolderIcon16, MetalIconFactory.PaletteCloseIcon, MetalIconFactory.TreeControlIcon, MetalIconFactory.TreeFolderIcon, MetalIconFactory.TreeLeafIcon

public interface Icon

通常はコンポーネントを装飾するために使う、固定サイズの小型イメージです。

関連項目:
ImageIcon

メソッドの概要
 int getIconHeight()
          アイコンの高さを返します。
 int getIconWidth()
          アイコンの幅を返します。
 void paintIcon(Component c, Graphics g, int x, int y)
          指定された位置にアイコンを描画します。
 

メソッドの詳細

paintIcon

void paintIcon(Component c,
               Graphics g,
               int x,
               int y)
指定された位置にアイコンを描画します。Icon の実装はコンポーネント引数を使って、フォアグラウンドカラーまたはバックグラウンドカラーなどを描画するのに使用するプロパティを取得します。


getIconWidth

int getIconWidth()
アイコンの幅を返します。

戻り値:
アイコンの固定の幅を指定する int 値

getIconHeight

int getIconHeight()
アイコンの高さを返します。

戻り値:
アイコンの固定の高さを指定する int 値

JavaTM 2 Platform
Standard Ed. 5.0

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java 2 SDK SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。