Class Images
java.lang.Object
com.realtime.crossfire.jxclient.util.Images
Utility class for manipulating images.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidsaveImageIcon(@NotNull Path outputFile, @NotNull Icon imageIcon) Saves anImageIconto a file.
-
Method Details
-
saveImageIcon
public static void saveImageIcon(@NotNull @NotNull Path outputFile, @NotNull @NotNull 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
-