public class MeterProgressBarUI
extends javax.swing.plaf.basic.BasicProgressBarUI
Modifier and Type | Field | Description |
---|---|---|
protected java.awt.Color |
_cellBackground |
|
protected java.awt.Color |
_cellForeground |
|
protected int |
_cellLength |
|
protected int |
_cellSpacing |
Constructor | Description |
---|---|
MeterProgressBarUI() |
Modifier and Type | Method | 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, uninstallUI
protected 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.BasicProgressBarUI
protected void uninstallDefaults()
uninstallDefaults
in class javax.swing.plaf.basic.BasicProgressBarUI
protected void installListeners()
installListeners
in class javax.swing.plaf.basic.BasicProgressBarUI
protected void uninstallListeners()
uninstallListeners
in class javax.swing.plaf.basic.BasicProgressBarUI
public void paint(java.awt.Graphics g, javax.swing.JComponent c)
paint
in class javax.swing.plaf.basic.BasicProgressBarUI