| Modifier and Type | Method and Description |
|---|---|
static GuiIconSize |
GuiIconSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuiIconSize[] |
GuiIconSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ImageIcon |
GuiIconDecorator.decorate(GuiIconSize size,
DecorationPosition position,
IGuiIcon icon,
IGuiIcon decorationIcon) |
static ImageIcon |
GuiIconDecorator.decorate(GuiIconSize size,
DecorationPosition position,
ImageIcon icon,
String extention,
Color fontColor,
Color backGroundColor) |
static ImageIcon |
GuiIconDecorator.decorate(GuiIconSize size,
IGuiIcon icon,
IGuiIcon decorationIcon) |
static ImageIcon |
GuiIconDecorator.decorate(GuiIconSize size,
IGuiIcon icon,
IGuiIconDecoration decoration) |
static ImageIcon |
GuiIconDecorator.decorate(GuiIconSize size,
ImageIcon icon,
IGuiIcon decorationIcon) |
static ImageIcon |
GuiIconDecorator.decorate(GuiIconSize size,
ImageIcon icon,
IGuiIconDecoration decoration) |
ImageIcon |
StringDecorationIcon.getIcon(GuiIconSize size) |
ImageIcon |
IGuiIcon.getIcon(GuiIconSize size) |
ImageIcon |
ConcatinatedGuiIcon.getIcon(GuiIconSize size) |
ImageIcon |
DecoratedGuiIcon.getIcon(GuiIconSize size) |
ImageIcon |
GuiImageIcon.getIcon(GuiIconSize size) |
ImageIcon |
GuiIcon.getIcon(GuiIconSize size) |
| Constructor and Description |
|---|
GuiIconDecorator(GuiIconSize size,
ImageIcon icon) |
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.