Class Images
- java.lang.Object
-
- com.realtime.crossfire.jxclient.util.Images
-
public class Images extends java.lang.ObjectUtility class for manipulating images.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsaveImageIcon(@NotNull java.nio.file.Path outputFile, @NotNull javax.swing.Icon imageIcon)Saves anImageIconto a file.
-
-
-
Method Detail
-
saveImageIcon
public static void saveImageIcon(@NotNull @NotNull java.nio.file.Path outputFile, @NotNull @NotNull javax.swing.Icon imageIcon)Saves anImageIconto a file. I/O errors are reported toSystem.errbut otherwise ignored.- Parameters:
outputFile- the file to save toimageIcon- the image to save
-
-