Package com.github.weisj.darklaf.icons
Interface DerivableIcon<T extends Icon>
-
- All Superinterfaces:
Icon
- All Known Implementing Classes:
CustomThemedIcon,DarkSVGIcon,DerivableImageIcon,TextIcon,ThemedSVGIcon
public interface DerivableIcon<T extends Icon> extends Icon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Tcopy()Tderive(int width, int height)Derive a new icon with the specified size.-
Methods inherited from interface javax.swing.Icon
getIconHeight, getIconWidth, paintIcon
-
-