Uses of Class
com.luciad.gui.TLcdIconFactory.Theme
Packages that use TLcdIconFactory.Theme
-
Uses of TLcdIconFactory.Theme in com.luciad.gui
Fields in com.luciad.gui declared as TLcdIconFactory.ThemeModifier and TypeFieldDescriptionstatic final TLcdIconFactory.Theme
TLcdIconFactory.Theme.DEFAULT_THEME
Theme containing the default icons.static final TLcdIconFactory.Theme
TLcdIconFactory.Theme.WHITE_THEME
Theme containing icons in a white color.Methods in com.luciad.gui that return TLcdIconFactory.ThemeModifier and TypeMethodDescriptionstatic TLcdIconFactory.Theme
TLcdIconFactory.getDefaultTheme()
Returns the defaultTheme
.Methods in com.luciad.gui with parameters of type TLcdIconFactory.ThemeModifier 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.setDefaultTheme
(TLcdIconFactory.Theme aDefaultTheme) Sets the defaultTheme
.