public class KopiProgressBarUI
extends javax.swing.plaf.metal.MetalProgressBarUI
| Constructor and Description |
|---|
KopiProgressBarUI() |
| Modifier and Type | Method and 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.
|
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, uninstallUIpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent x)
public void paintDeterminate(java.awt.Graphics g,
javax.swing.JComponent c)
paintDeterminate method.paintDeterminate in class javax.swing.plaf.metal.MetalProgressBarUIpublic void paintIndeterminate(java.awt.Graphics g,
javax.swing.JComponent c)
paintIndeterminate method.paintIndeterminate in class javax.swing.plaf.metal.MetalProgressBarUI