Package org.jdesktop.swingx.plaf
Interface BusyLabelUI
-
- All Known Implementing Classes:
BasicBusyLabelUI
public interface BusyLabelUI
- Author:
- rah003
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BusyPainter
getBusyPainter(java.awt.Dimension dim)
int
getDelay()
Delay between moving from one point to another.
-
-
-
Method Detail
-
getBusyPainter
BusyPainter getBusyPainter(java.awt.Dimension dim)
- Returns:
- The BusyPainter for the JXBusyLabel. If this method returns null, then no progress indication will be shown by busy label.
-
getDelay
int getDelay()
Delay between moving from one point to another. The exact timing will be close to the selected value but is not guearantied to be precise (subject to the timing precision of underlaying jvm).- Returns:
- Delay in ms.
-
-