public class PgsProgressBarUI extends BasicProgressBarUI
BasicProgressBarUI.ChangeHandlerchangeListener, progressBar| Constructor and Description |
|---|
PgsProgressBarUI() |
| Modifier and Type | Method and Description |
|---|---|
static ComponentUI |
createUI(JComponent x) |
void |
paint(Graphics g,
JComponent c) |
protected void |
paintDeterminate(Graphics g,
JComponent c)
All purpose paint method that should do the right thing for almost
all linear, determinate progress bars.
|
protected void |
paintIndeterminate(Graphics g,
JComponent c)
All purpose paint method that should do the right thing for all
linear bouncing-box progress bars.
|
getAmountFull, getAnimationIndex, getBaseline, getBaselineResizeBehavior, getBox, getBoxLength, getCellLength, getCellSpacing, getFrameCount, getMaximumSize, getMinimumSize, getPreferredInnerHorizontal, getPreferredInnerVertical, getPreferredSize, getSelectionBackground, getSelectionForeground, getStringPlacement, incrementAnimationIndex, installDefaults, installListeners, installUI, paintString, setAnimationIndex, setCellLength, setCellSpacing, startAnimationTimer, stopAnimationTimer, uninstallDefaults, uninstallListeners, uninstallUIcontains, getAccessibleChild, getAccessibleChildrenCount, updatepublic static ComponentUI createUI(JComponent x)
public void paint(Graphics g, JComponent c)
paint in class BasicProgressBarUIprotected void paintDeterminate(Graphics g, JComponent c)
paintDeterminate in class BasicProgressBarUIpaintIndeterminate(java.awt.Graphics, javax.swing.JComponent)protected void paintIndeterminate(Graphics g, JComponent c)
paintIndeterminate in class BasicProgressBarUIpaintDeterminate(java.awt.Graphics, javax.swing.JComponent)Copyright © 2015. All rights reserved.