Package com.github.weisj.darklaf.icons
Class IconDelegate
- java.lang.Object
-
- com.github.weisj.darklaf.icons.IconDelegate
-
-
Constructor Summary
Constructors Constructor Description IconDelegate(Icon icon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIconHeight()intgetIconWidth()voidpaintIcon(Component c, Graphics g, int x, int y)
-
-
-
Constructor Detail
-
IconDelegate
public IconDelegate(Icon icon)
-
-
Method Detail
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidthin interfaceIcon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeightin interfaceIcon
-
-