Package docking.util
Class AnimatedIcon
- java.lang.Object
- 
- docking.util.AnimatedIcon
 
- 
- All Implemented Interfaces:
- javax.swing.Icon
 
 public class AnimatedIcon extends java.lang.Object implements javax.swing.Icon
- 
- 
Constructor SummaryConstructors Constructor Description AnimatedIcon(java.util.List<? extends javax.swing.Icon> icons, int frameDelay, int framesToSkip)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIconHeight()intgetIconWidth()voidpaintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
 
- 
- 
- 
Method Detail- 
getIconHeightpublic int getIconHeight() - Specified by:
- getIconHeightin interface- javax.swing.Icon
 
 - 
getIconWidthpublic int getIconWidth() - Specified by:
- getIconWidthin interface- javax.swing.Icon
 
 - 
paintIconpublic void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)- Specified by:
- paintIconin interface- javax.swing.Icon
 
 
- 
 
-