public class MeterProgressBarUI extends BasicProgressBarUI
BasicProgressBarUI.ChangeHandler| Modifier and Type | Field and Description |
|---|---|
protected Color |
_cellBackground |
protected Color |
_cellForeground |
protected int |
_cellLength |
protected int |
_cellSpacing |
boxRect, changeListener, progressBar| Constructor and Description |
|---|
MeterProgressBarUI() |
| Modifier and Type | Method and Description |
|---|---|
static ComponentUI |
createUI(JComponent c) |
protected void |
installDefaults() |
protected void |
installListeners() |
void |
paint(Graphics g,
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, uninstallUIcontains, getAccessibleChild, getAccessibleChildrenCount, updateprotected Color _cellBackground
protected Color _cellForeground
protected int _cellLength
protected int _cellSpacing
public static ComponentUI createUI(JComponent c)
protected void installDefaults()
installDefaults in class BasicProgressBarUIprotected void uninstallDefaults()
uninstallDefaults in class BasicProgressBarUIprotected void installListeners()
installListeners in class BasicProgressBarUIprotected void uninstallListeners()
uninstallListeners in class BasicProgressBarUIpublic void paint(Graphics g, JComponent c)
paint in class BasicProgressBarUICopyright © 2017. All rights reserved.