Class TLcdIconFactory.Theme

java.lang.Object
com.luciad.gui.TLcdIconFactory.Theme
Enclosing class:
TLcdIconFactory

public static final class TLcdIconFactory.Theme extends Object

Class representing a set of icons with a specific style.

Currently it is not possible to create your own Themes. The only available Theme instances are the constants in this class. This might change in a future release.

Since:
2016.0
  • Field Details

    • DEFAULT_THEME

      public static final TLcdIconFactory.Theme DEFAULT_THEME

      Theme containing the default icons.

      This theme doesn't have a fallback theme.

    • WHITE_THEME

      public static final TLcdIconFactory.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.