Class BasicBusyLabelUI

    • Constructor Detail

      • BasicBusyLabelUI

        public BasicBusyLabelUI​(JXBusyLabel lbl)
        Creates a new instance of BasicBusyLabelUI
    • Method Detail

      • getBusyPainter

        public BusyPainter getBusyPainter​(Dimension dim)
        Specified by:
        getBusyPainter in interface BusyLabelUI
        Returns:
        The BusyPainter for the JXBusyLabel. If this method returns null, then no progress indication will be shown by busy label.
      • getDelay

        public int getDelay()
        Description copied from interface: BusyLabelUI
        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).
        Specified by:
        getDelay in interface BusyLabelUI
        Returns:
        Delay in ms.