Interface ImageSource

All Known Implementing Classes:
CustomThemedIcon, DarkSVGIcon, DerivableImageIcon, ThemedSVGIcon

public interface ImageSource
  • Method Summary

    Modifier and Type
    Method
    Description
    default Image
    createImage​(int width, int height)
     
     
  • Method Details

    • createImage

      Image createImage(Dimension size)
    • createImage

      default Image createImage(int width, int height)