Interface BladeTransitionAwareRadianceIcon.Delegate
- Enclosing class:
BladeTransitionAwareRadianceIcon
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
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 control.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
drawColorSchemeIcon
(Graphics2D g, RadianceColorScheme scheme, int width, int height) Draws the icon that matches the specified color scheme.
-
Method Details
-
drawColorSchemeIcon
Draws the icon that matches the specified color scheme.- Parameters:
scheme
- Color scheme.width
- Icon width.height
- Icon height.
-