java.lang.Objectcom.realtime.crossfire.jxclient.util.Images
public class Images
Utility class for manipulating images.
| Constructor Summary | |
|---|---|
private |
Images()
Private constructor to prevent instantiation. |
| Method Summary | |
|---|---|
static void |
saveImageIcon(java.io.File outputFile,
javax.swing.Icon imageIcon)
Saves an ImageIcon to a file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
private Images()
| Method Detail |
|---|
public static void saveImageIcon(@NotNull
java.io.File outputFile,
@NotNull
javax.swing.Icon imageIcon)
ImageIcon to a file. I/O errors are reported to System.err but otherwise ignored.
outputFile - the file to save toimageIcon - the image to save