Crossfire JXClient, Trunk
R20561
|
Utility class for manipulating images. More...
Static Public Member Functions | |
static void | saveImageIcon (@NotNull final File outputFile, @NotNull final Icon imageIcon) |
Saves an ImageIcon to a file. More... | |
Private Member Functions | |
Images () | |
Private constructor to prevent instantiation. More... | |
Utility class for manipulating images.
Definition at line 36 of file Images.java.
|
private |
Private constructor to prevent instantiation.
Definition at line 41 of file Images.java.
|
static |
Saves an ImageIcon to a file.
I/O errors are reported to System#err but otherwise ignored.
outputFile | the file to save to |
imageIcon | the image to save |
Definition at line 50 of file Images.java.
Referenced by com.realtime.crossfire.jxclient.faces.FileCache.save().