jp.hishidama.swing.icon
クラス StringIcon

java.lang.Object
  上位を拡張 jp.hishidama.swing.icon.StringIcon
すべての実装されたインタフェース:
Icon

public class StringIcon
extends Object
implements Icon

導入されたバージョン:
2009.03.29

コンストラクタの概要
StringIcon(String str)
           
 
メソッドの概要
 int getIconHeight()
           
 int getIconWidth()
           
 void paintIcon(Component c, Graphics g, int x, int y)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

StringIcon

public StringIcon(String str)
メソッドの詳細

getIconWidth

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

getIconHeight

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

paintIcon

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