Package com.github.weisj.darklaf.icons
Class OverlayIcon
- java.lang.Object
-
- com.github.weisj.darklaf.icons.OverlayIcon
-
-
Constructor Summary
Constructors Constructor Description OverlayIcon(Icon icon, Icon overlay, com.github.weisj.darklaf.util.Alignment alignment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IcongetIcon()intgetIconHeight()intgetIconWidth()voidpaintIcon(Component c, Graphics g, int x, int y)voidsetAlignment(com.github.weisj.darklaf.util.Alignment alignment)voidsetIcon(Icon icon)voidsetOverlay(Icon overlay)
-
-
-
Method Detail
-
getIcon
public Icon getIcon()
-
setIcon
public void setIcon(Icon icon)
-
setOverlay
public void setOverlay(Icon overlay)
-
setAlignment
public void setAlignment(com.github.weisj.darklaf.util.Alignment alignment)
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidthin interfaceIcon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeightin interfaceIcon
-
-