public final class SkinProgressBarUI
extends javax.swing.plaf.basic.BasicProgressBarUI
Constructor and Description |
---|
SkinProgressBarUI() |
Modifier and Type | Method and Description |
---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent x)
Description of the Method
|
protected void |
installDefaults()
Description of the Method
|
void |
installUI(javax.swing.JComponent c) |
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c)
Description of the Method
|
protected void |
uninstallDefaults()
Description of the Method
|
getAmountFull, getAnimationIndex, getBaseline, getBaselineResizeBehavior, getBox, getBoxLength, getCellLength, getCellSpacing, getFrameCount, getMaximumSize, getMinimumSize, getPreferredInnerHorizontal, getPreferredInnerVertical, getPreferredSize, getSelectionBackground, getSelectionForeground, getStringPlacement, incrementAnimationIndex, installListeners, paintDeterminate, paintIndeterminate, paintString, setAnimationIndex, setCellLength, setCellSpacing, startAnimationTimer, stopAnimationTimer, uninstallListeners, uninstallUI
public void paint(java.awt.Graphics g, javax.swing.JComponent c)
paint
in class javax.swing.plaf.basic.BasicProgressBarUI
g
- Description of Parameterc
- Description of Parameterprotected void installDefaults()
installDefaults
in class javax.swing.plaf.basic.BasicProgressBarUI
public void installUI(javax.swing.JComponent c)
installUI
in class javax.swing.plaf.basic.BasicProgressBarUI
protected void uninstallDefaults()
uninstallDefaults
in class javax.swing.plaf.basic.BasicProgressBarUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent x)
x
- Description of Parameter