Package org.jdesktop.swingx.plaf
Interface BusyLabelUI
- All Known Implementing Classes:
BasicBusyLabelUI
public interface BusyLabelUI
- Author:
- rah003
-
Method Summary
Modifier and TypeMethodDescriptiongetBusyPainter
(Dimension dim) int
getDelay()
Delay between moving from one point to another.
-
Method Details
-
getBusyPainter
- Parameters:
dim
- Dimension of the BusyPainter- 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 guaranteed to be precise (subject to the timing precision of underlaying jvm).- Returns:
- Delay in ms.
-