public static interface TransitionAwareResizableIcon.Delegate
| Modifier and Type | Method | Description |
|---|---|---|
javax.swing.Icon |
getColorSchemeIcon(org.pushingpixels.substance.api.SubstanceColorScheme scheme,
int width,
int height) |
Returns the icon that matches the specified theme.
|
javax.swing.Icon getColorSchemeIcon(org.pushingpixels.substance.api.SubstanceColorScheme scheme,
int width,
int height)
scheme - Color scheme.width - Icon width.height - Icon height.