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.ThemeTLcdIconFactory.Theme.DEFAULT_THEMETheme containing the default icons.static final TLcdIconFactory.ThemeTLcdIconFactory.Theme.WHITE_THEMETheme containing icons in a white color.Methods in com.luciad.gui that return TLcdIconFactory.ThemeModifier and TypeMethodDescriptionstatic TLcdIconFactory.ThemeTLcdIconFactory.getDefaultTheme()Returns the defaultTheme.Methods in com.luciad.gui with parameters of type TLcdIconFactory.ThemeModifier and TypeMethodDescriptionstatic ILcdIconTLcdIconFactory.create(String aIconIdentifier, TLcdIconFactory.Theme aTheme, TLcdIconFactory.Size aSize) Creates an icon for the specified identifier using the specified theme and size.static voidTLcdIconFactory.setDefaultTheme(TLcdIconFactory.Theme aDefaultTheme) Sets the defaultTheme.