Package com.github.weisj.darklaf.icons
Interface DerivableIcon<T extends Icon>
- All Superinterfaces:
Icon
- All Known Implementing Classes:
CustomThemedIcon,DarkSVGIcon,DerivableImageIcon,TextIcon,ThemedSVGIcon
-
Method Summary
Methods inherited from interface javax.swing.Icon
getIconHeight, getIconWidth, paintIcon
-
Method Details
-
derive
Derive a new icon with the specified size.- Parameters:
width- the new widthheight- the new height.- Returns:
- the derived icon.
-
copy
-