java.lang.Object
net.anwiba.commons.swing.icon.GuiImageIcon
- All Implemented Interfaces:
IGuiIcon
-
Constructor Summary
ConstructorsConstructorDescriptionGuiImageIcon(Icon smallImageIcon) GuiImageIcon(ImageIcon smallImageIcon) GuiImageIcon(ImageIcon smallImageIcon, ImageIcon mediumImageIcon, ImageIcon largeImageIcon) -
Method Summary
Modifier and TypeMethodDescriptiongetIcon(GuiIconSize size) booleanstatic GuiImageIconstatic GuiImageIcon
-
Constructor Details
-
GuiImageIcon
-
GuiImageIcon
-
GuiImageIcon
-
-
Method Details
-
of
public static GuiImageIcon of(ImageIcon smallImageIcon, ImageIcon mediumImageIcon, ImageIcon largeImageIcon) -
of
-
getSmallIcon
- Specified by:
getSmallIconin interfaceIGuiIcon
-
getMediumIcon
- Specified by:
getMediumIconin interfaceIGuiIcon
-
getLargeIcon
- Specified by:
getLargeIconin interfaceIGuiIcon
-
getIcon
-
isDecorator
public boolean isDecorator()- Specified by:
isDecoratorin interfaceIGuiIcon
-