Interface DerivableIcon<T extends Icon>

    • Method Detail

      • derive

        T derive​(int width,
                 int height)
        Derive a new icon with the specified size.
        Parameters:
        width - the new width
        height - the new height.
        Returns:
        the derived icon.
      • copy

        default T copy()