Package org.kopi.vkopi.lib.ui.swing.plaf
Class KopiProgressBarUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.ProgressBarUI
-
- javax.swing.plaf.basic.BasicProgressBarUI
-
- javax.swing.plaf.metal.MetalProgressBarUI
-
- org.kopi.vkopi.lib.ui.swing.plaf.KopiProgressBarUI
-
public class KopiProgressBarUI extends javax.swing.plaf.metal.MetalProgressBarUI
-
-
Constructor Summary
Constructors Constructor Description KopiProgressBarUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.swing.plaf.ComponentUIcreateUI(javax.swing.JComponent x)voidpaintDeterminate(java.awt.Graphics g, javax.swing.JComponent c)Draws a bit of special highlighting on the progress bar.voidpaintIndeterminate(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
-
-
-
-
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'spaintDeterminatemethod.- Overrides:
paintDeterminatein classjavax.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'spaintIndeterminatemethod.- Overrides:
paintIndeterminatein classjavax.swing.plaf.metal.MetalProgressBarUI
-
-