Package com.nomagic.ui
Class ImageHelper
java.lang.Object
com.nomagic.ui.ImageHelper
Deprecated.
Helper methods to work with the images.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ResizableIcon
createResizableIcon
(Image image) Deprecated.Create resizable icon from given image..static ResizableIcon
createResizableIcon
(URL url, ImageFormat imageFormat) Deprecated.Create resizable icon from given image resource URL.
-
Constructor Details
-
ImageHelper
public ImageHelper()Deprecated.
-
-
Method Details
-
createResizableIcon
public static ResizableIcon createResizableIcon(URL url, ImageFormat imageFormat) throws IOException Deprecated.Create resizable icon from given image resource URL.- Parameters:
url
- url of the image resource (file).imageFormat
- the image format.- Returns:
- created image as resizable icon.
- Throws:
IOException
- See Also:
-
createResizableIcon
Deprecated.Create resizable icon from given image..- Parameters:
image
- image to create icon for.- Returns:
- created image as resizable icon.
-
ScalableImageIcon
to load icons of any supported format