Class GlowingIcon
- java.lang.Object
-
- org.pushingpixels.substance.internal.utils.icon.GlowingIcon
-
-
Field Summary
Fields Modifier and Type Field Description protected Icondelegateprotected IconGlowTrackericonGlowTrackerprotected Map<Float,Icon>iconMap
-
Constructor Summary
Constructors Constructor Description GlowingIcon(Icon delegate, IconGlowTracker iconGlowTracker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IcongetDelegate()intgetIconHeight()intgetIconWidth()voidpaintIcon(Component c, Graphics g, int x, int y)
-
-
-
Field Detail
-
delegate
protected Icon delegate
-
iconGlowTracker
protected IconGlowTracker iconGlowTracker
-
-
Constructor Detail
-
GlowingIcon
public GlowingIcon(Icon delegate, IconGlowTracker iconGlowTracker)
-
-
Method Detail
-
getDelegate
public Icon getDelegate()
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeightin interfaceIcon
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidthin interfaceIcon
-
-