Interface BusyLabelUI

All Known Implementing Classes:
BasicBusyLabelUI

public interface BusyLabelUI
Author:
rah003
  • Method Details

    • getBusyPainter

      BusyPainter getBusyPainter(Dimension dim)
      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.