org.jvnet.substance.utils.icon
Interface TransitionAwareIcon.Delegate

Enclosing class:
TransitionAwareIcon

public static interface TransitionAwareIcon.Delegate

The delegate needs to implement the method in this interface based on the provided theme. The theme is computed based on the transitions that are happening on the associated button.

Author:
Kirill Grouchnikov

Method Summary
 javax.swing.Icon getThemeIcon(SubstanceTheme theme)
          Returns the icon that matches the specified theme.
 

Method Detail

getThemeIcon

javax.swing.Icon getThemeIcon(SubstanceTheme theme)
Returns the icon that matches the specified theme.

Parameters:
theme - Theme.
Returns:
Icon that matches the specified theme.