Java プラットフォーム 1.2

javax.swing.plaf.metal
クラス MetalIconFactory.TreeControlIcon

java.lang.Object
  |
  +--javax.swing.plaf.metal.MetalIconFactory.TreeControlIcon

public static class MetalIconFactory.TreeControlIcon
extends Object
implements Icon, Serializable

警告: このクラスの直列化されたオブジェクトは、今後の Swing リリースと互換ではなくなる予定です。現在の直列化のサポートは、短期間の運用や、同じバージョンの Swing を実行するアプリケーション間の RMI に適しています。今後の Swing リリースでは、長期間の持続性をサポートする予定です。

関連項目:
直列化された形式

フィールドの概要
protected  boolean isLight
           
 
コンストラクタの概要
MetalIconFactory.TreeControlIcon(boolean isCollapsed)
           
 
メソッドの概要
 int getIconHeight()
           
 int getIconWidth()
           
 void paintIcon(Component c, Graphics g, int x, int y)
           
 void paintMe(Component c, Graphics g, int x, int y)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

isLight

protected boolean isLight
コンストラクタの詳細

MetalIconFactory.TreeControlIcon

public MetalIconFactory.TreeControlIcon(boolean isCollapsed)
メソッドの詳細

paintIcon

public void paintIcon(Component c,
                      Graphics g,
                      int x,
                      int y)
定義:
インタフェース Icon 内の paintIcon

paintMe

public void paintMe(Component c,
                    Graphics g,
                    int x,
                    int y)

getIconWidth

public int getIconWidth()
定義:
インタフェース Icon 内の getIconWidth

getIconHeight

public int getIconHeight()
定義:
インタフェース Icon 内の getIconHeight

Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.