Package com.github.weisj.darklaf.icons
Class OverlayIcon
java.lang.Object
com.github.weisj.darklaf.icons.OverlayIcon
- All Implemented Interfaces:
Icon
-
Constructor Summary
ConstructorsConstructorDescriptionOverlayIcon(Icon icon, Icon overlay, com.github.weisj.darklaf.util.Alignment alignment) -
Method Summary
Modifier and TypeMethodDescriptiongetIcon()intintvoidvoidsetAlignment(com.github.weisj.darklaf.util.Alignment alignment)voidvoidsetOverlay(Icon overlay)
-
Constructor Details
-
OverlayIcon
-
-
Method Details
-
getIcon
-
setIcon
-
setOverlay
-
setAlignment
public void setAlignment(com.github.weisj.darklaf.util.Alignment alignment) -
paintIcon
-
getIconWidth
public int getIconWidth()- Specified by:
getIconWidthin interfaceIcon
-
getIconHeight
public int getIconHeight()- Specified by:
getIconHeightin interfaceIcon
-