net.sf.sqs_xml.swing
Class IconFactory
java.lang.Object
net.sf.sqs_xml.swing.IconFactory
- public class IconFactory
- extends java.lang.Object
- Author:
- hiroya
Method Summary |
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)
|
Methods inherited from class 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)