Package com.nomagic.ui
Class ImageHelper
java.lang.Object
com.nomagic.ui.ImageHelper
Deprecated.
Helper methods to work with the images.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResizableIconcreateResizableIcon(Image image) Deprecated.Create resizable icon from given image..static ResizableIconcreateResizableIcon(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.
-
ScalableImageIconto load icons of any supported format