Package com.github.weisj.darklaf.icons
Class TwoIcon
- java.lang.Object
-
- com.github.weisj.darklaf.icons.TwoIcon
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIconHeight()intgetIconWidth()IcongetLeftIcon()IcongetRightIcon()voidpaintIcon(Component c, Graphics g, int x, int y)voidsetIconGap(int iconGap)voidsetLeftIcon(Icon leftIcon)voidsetRightIcon(Icon rightIcon)
-
-
-
Method Detail
-
setIconGap
public void setIconGap(int iconGap)
-
setLeftIcon
public void setLeftIcon(Icon leftIcon)
-
setRightIcon
public void setRightIcon(Icon rightIcon)
-
getLeftIcon
public Icon getLeftIcon()
-
getRightIcon
public Icon getRightIcon()
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidthin interfaceIcon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeightin interfaceIcon
-
-