Package com.github.weisj.darklaf.icons
Class ScaledIcon
java.lang.Object
com.github.weisj.darklaf.icons.ScaledIcon
- All Implemented Interfaces:
Icon
public class ScaledIcon extends Object implements Icon
-
Constructor Summary
Constructors Constructor Description ScaledIcon(Image img) -
Method Summary
Modifier and Type Method Description intgetIconHeight()intgetIconWidth()voidpaintIcon(Component c, Graphics g2, int x, int y)
-
Constructor Details
-
Method Details
-
paintIcon
-
getIconWidth
public int getIconWidth()- Specified by:
getIconWidthin interfaceIcon
-
getIconHeight
public int getIconHeight()- Specified by:
getIconHeightin interfaceIcon
-