net.sf.sqs_xml.swing
クラス IconFactory

java.lang.Object
  拡張net.sf.sqs_xml.swing.IconFactory

public class IconFactory
extends java.lang.Object

作成者:
hiroya

コンストラクタの概要
IconFactory()
           
 
メソッドの概要
static javax.swing.ImageIcon create(java.lang.String filename)
           
static javax.swing.ImageIcon create(java.lang.String filename, java.lang.String description)
           
static javax.swing.ImageIcon create(java.lang.String filename, java.lang.String overlayText, int overlayTextSize, int overlayTextXOffset)
           
static void setBaseURI(java.lang.String baseuri)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

IconFactory

public IconFactory()
メソッドの詳細

setBaseURI

public static void setBaseURI(java.lang.String baseuri)

create

public static javax.swing.ImageIcon create(java.lang.String filename)

create

public static javax.swing.ImageIcon create(java.lang.String filename,
                                           java.lang.String description)

create

public static javax.swing.ImageIcon create(java.lang.String filename,
                                           java.lang.String overlayText,
                                           int overlayTextSize,
                                           int overlayTextXOffset)