public class MeterProgressBarUI
extends javax.swing.plaf.basic.BasicProgressBarUI
| Modifier and Type | Field and Description |
|---|---|
protected java.awt.Color |
_cellBackground |
protected java.awt.Color |
_cellForeground |
protected int |
_cellLength |
protected int |
_cellSpacing |
| Constructor and Description |
|---|
MeterProgressBarUI() |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
protected void |
installDefaults() |
protected void |
installListeners() |
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c) |
protected void |
uninstallDefaults() |
protected void |
uninstallListeners() |
getAmountFull, getAnimationIndex, getBaseline, getBaselineResizeBehavior, getBox, getBoxLength, getCellLength, getCellSpacing, getFrameCount, getMaximumSize, getMinimumSize, getPreferredInnerHorizontal, getPreferredInnerVertical, getPreferredSize, getSelectionBackground, getSelectionForeground, getStringPlacement, incrementAnimationIndex, installUI, paintDeterminate, paintIndeterminate, paintString, setAnimationIndex, setCellLength, setCellSpacing, startAnimationTimer, stopAnimationTimer, uninstallUIprotected java.awt.Color _cellBackground
protected java.awt.Color _cellForeground
protected int _cellLength
protected int _cellSpacing
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
protected void installDefaults()
installDefaults in class javax.swing.plaf.basic.BasicProgressBarUIprotected void uninstallDefaults()
uninstallDefaults in class javax.swing.plaf.basic.BasicProgressBarUIprotected void installListeners()
installListeners in class javax.swing.plaf.basic.BasicProgressBarUIprotected void uninstallListeners()
uninstallListeners in class javax.swing.plaf.basic.BasicProgressBarUIpublic void paint(java.awt.Graphics g,
javax.swing.JComponent c)
paint in class javax.swing.plaf.basic.BasicProgressBarUI