Package com.luciad.gui
Class TLcdIconFactory.Theme
java.lang.Object
com.luciad.gui.TLcdIconFactory.Theme
- Enclosing class:
TLcdIconFactory
Class representing a set of icons with a specific style.
Currently it is not possible to create your own Theme
s.
The only available Theme
instances are the constants in this class.
This might change in a future release.
- Since:
- 2016.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdIconFactory.Theme
Theme containing the default icons.static final TLcdIconFactory.Theme
Theme containing icons in a white color. -
Method Summary
-
Field Details
-
DEFAULT_THEME
Theme containing the default icons.
This theme doesn't have a fallback theme.
-
WHITE_THEME
Theme containing icons in a white color. Icons are a perfect match for a look-and-feel with dark background colors.
This theme has the
DEFAULT_THEME
as fallback theme.
-