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
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicProgressBarUI
BasicProgressBarUI.ChangeHandler -
Field Summary
Fields inherited from class javax.swing.plaf.basic.BasicProgressBarUI
boxRect, changeListener, progressBar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUIvoidDraws a bit of special highlighting on the progress bar.voidDraws 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, uninstallUIMethods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
-
Constructor Details
-
KopiProgressBarUI
public KopiProgressBarUI()
-
-
Method Details
-
createUI
-
paintDeterminate
Draws a bit of special highlighting on the progress bar. The core painting is deferred to the BasicProgressBar'spaintDeterminatemethod.- Overrides:
paintDeterminatein classMetalProgressBarUI
-
paintIndeterminate
Draws a bit of special highlighting on the progress bar and bouncing box. The core painting is deferred to the BasicProgressBar'spaintIndeterminatemethod.- Overrides:
paintIndeterminatein classMetalProgressBarUI
-