Interface BladeTransitionAwareIcon.Delegate
-
- Enclosing class:
- BladeTransitionAwareIcon
public static interface BladeTransitionAwareIcon.DelegateThe delegate needs to implement the method in this interface based on the provided color tokens. The color tokens are 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 voiddrawColorTokensIcon(java.awt.Graphics2D g, ContainerColorTokens colorTokens, float alpha)java.awt.DimensiongetIconDimension()
-
-
-
Method Detail
-
drawColorTokensIcon
void drawColorTokensIcon(java.awt.Graphics2D g, ContainerColorTokens colorTokens, float alpha)
-
getIconDimension
java.awt.Dimension getIconDimension()
-
-