Uses of Enum Class
com.luciad.gui.TLcdIconFactory.Size
-
Uses of TLcdIconFactory.Size in com.luciad.gui
Modifier and TypeMethodDescriptionstatic TLcdIconFactory.Size
TLcdIconFactory.getDefaultSize()
Returns the defaultSize
static TLcdIconFactory.Size
Returns the enum constant of this class with the specified name.static TLcdIconFactory.Size[]
TLcdIconFactory.Size.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic ILcdIcon
TLcdIconFactory.create
(String aIconIdentifier, TLcdIconFactory.Theme aTheme, TLcdIconFactory.Size aSize) Creates an icon for the specified identifier using the specified theme and size.static void
TLcdIconFactory.setDefaultSize
(TLcdIconFactory.Size aDefaultSize) Set the defaultSize
.