Class ImageHelper


  • @OpenApiAll
    @Deprecated
    public class ImageHelper
    extends java.lang.Object
    Deprecated.
    use ScalableImageIcon to load icons of any supported format
    Helper methods to work with the images.
    • Constructor Detail

      • ImageHelper

        public ImageHelper()
        Deprecated.
    • Method Detail

      • createResizableIcon

        public static ResizableIcon createResizableIcon​(java.awt.Image image)
        Deprecated.
        Create resizable icon from given image..
        Parameters:
        image - image to create icon for.
        Returns:
        created image as resizable icon.