public class MeterProgressBarUI extends BasicProgressBarUI
BasicProgressBarUI.ChangeHandler
Modifier and Type | Field | Description |
---|---|---|
protected Color |
_cellBackground |
|
protected Color |
_cellForeground |
|
protected int |
_cellLength |
|
protected int |
_cellSpacing |
boxRect, changeListener, progressBar
Constructor | Description |
---|---|
MeterProgressBarUI() |
Modifier and Type | Method | 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, uninstallUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
protected Color _cellBackground
protected Color _cellForeground
protected int _cellLength
protected int _cellSpacing
public static ComponentUI createUI(JComponent c)
protected void installDefaults()
installDefaults
in class BasicProgressBarUI
protected void uninstallDefaults()
uninstallDefaults
in class BasicProgressBarUI
protected void installListeners()
installListeners
in class BasicProgressBarUI
protected void uninstallListeners()
uninstallListeners
in class BasicProgressBarUI
public void paint(Graphics g, JComponent c)
paint
in class BasicProgressBarUI