Class KopiProgressBarUI


  • public class KopiProgressBarUI
    extends javax.swing.plaf.metal.MetalProgressBarUI
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicProgressBarUI

        javax.swing.plaf.basic.BasicProgressBarUI.ChangeHandler
    • Field Summary

      • Fields inherited from class javax.swing.plaf.basic.BasicProgressBarUI

        boxRect, changeListener, progressBar
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent x)  
      void paintDeterminate​(java.awt.Graphics g, javax.swing.JComponent c)
      Draws a bit of special highlighting on the progress bar.
      void paintIndeterminate​(java.awt.Graphics g, javax.swing.JComponent c)
      Draws a bit of special highlighting on the progress bar and bouncing box.
      • Methods inherited from class javax.swing.plaf.basic.BasicProgressBarUI

        getAmountFull, getAnimationIndex, getBaseline, getBaselineResizeBehavior, getBox, getBoxLength, getCellLength, getCellSpacing, getFrameCount, getMaximumSize, getMinimumSize, getPreferredInnerHorizontal, getPreferredInnerVertical, getPreferredSize, getSelectionBackground, getSelectionForeground, getStringPlacement, incrementAnimationIndex, installDefaults, installListeners, installUI, paint, paintString, setAnimationIndex, setCellLength, setCellSpacing, startAnimationTimer, stopAnimationTimer, uninstallDefaults, uninstallListeners, uninstallUI
      • Methods inherited from class javax.swing.plaf.ComponentUI

        contains, getAccessibleChild, getAccessibleChildrenCount, update
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KopiProgressBarUI

        public KopiProgressBarUI()
    • Method Detail

      • createUI

        public static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent x)
      • paintDeterminate

        public void paintDeterminate​(java.awt.Graphics g,
                                     javax.swing.JComponent c)
        Draws a bit of special highlighting on the progress bar. The core painting is deferred to the BasicProgressBar's paintDeterminate method.
        Overrides:
        paintDeterminate in class javax.swing.plaf.metal.MetalProgressBarUI
      • paintIndeterminate

        public void paintIndeterminate​(java.awt.Graphics g,
                                       javax.swing.JComponent c)
        Draws a bit of special highlighting on the progress bar and bouncing box. The core painting is deferred to the BasicProgressBar's paintIndeterminate method.
        Overrides:
        paintIndeterminate in class javax.swing.plaf.metal.MetalProgressBarUI