Interface BladeTransitionAwareIcon.Delegate
-
- Enclosing class:
- BladeTransitionAwareIcon
public static interface BladeTransitionAwareIcon.Delegate
The delegate needs to implement the method in this interface based on the provided color scheme. The color scheme is computed based on the transitions that are happening on the associated component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
drawColorSchemeIcon(java.awt.Graphics2D g, RadianceColorScheme scheme, float alpha)
java.awt.Dimension
getIconDimension()
-
-
-
Method Detail
-
drawColorSchemeIcon
void drawColorSchemeIcon(java.awt.Graphics2D g, RadianceColorScheme scheme, float alpha)
-
getIconDimension
java.awt.Dimension getIconDimension()
-
-