Package com.github.weisj.darklaf.icons
Class EmptyIcon
- java.lang.Object
-
- com.github.weisj.darklaf.icons.EmptyIcon
-
- All Implemented Interfaces:
Icon,UIResource
public final class EmptyIcon extends Object implements Icon, UIResource
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Iconcreate(int size)static Iconcreate(int width, int height)static Iconcreate(Icon base)booleanequals(Object o)intgetIconHeight()intgetIconWidth()inthashCode()voidpaintIcon(Component component, Graphics g, int i, int j)
-
-
-
Method Detail
-
create
public static Icon create(int width, int height)
-
create
public static Icon create(int size)
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidthin interfaceIcon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeightin interfaceIcon
-
-