Class GlowingIcon
- java.lang.Object
-
- org.pushingpixels.substance.internal.utils.icon.GlowingIcon
-
-
Field Summary
Fields Modifier and Type Field Description protected Icon
delegate
protected IconGlowTracker
iconGlowTracker
protected 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 Icon
getDelegate()
int
getIconHeight()
int
getIconWidth()
void
paintIcon(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:
getIconHeight
in interfaceIcon
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth
in interfaceIcon
-
-