Interface BusyLabelUI

  • All Known Implementing Classes:
    BasicBusyLabelUI

    public interface BusyLabelUI
    Author:
    rah003
    • Method Detail

      • getBusyPainter

        BusyPainter getBusyPainter​(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.