com.jidesoft.plaf.basic
Class MeterProgressBarUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ProgressBarUI
javax.swing.plaf.basic.BasicProgressBarUI
com.jidesoft.plaf.basic.MeterProgressBarUI
public class MeterProgressBarUI
- extends BasicProgressBarUI
Methods inherited from class javax.swing.plaf.basic.BasicProgressBarUI |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_cellBackground
protected Color _cellBackground
_cellForeground
protected Color _cellForeground
_cellLength
protected int _cellLength
_cellSpacing
protected int _cellSpacing
MeterProgressBarUI
public MeterProgressBarUI()
createUI
public static ComponentUI createUI(JComponent c)
installDefaults
protected void installDefaults()
- Overrides:
installDefaults
in class BasicProgressBarUI
uninstallDefaults
protected void uninstallDefaults()
- Overrides:
uninstallDefaults
in class BasicProgressBarUI
installListeners
protected void installListeners()
- Overrides:
installListeners
in class BasicProgressBarUI
uninstallListeners
protected void uninstallListeners()
- Overrides:
uninstallListeners
in class BasicProgressBarUI
paint
public void paint(Graphics g,
JComponent c)
- Overrides:
paint
in class BasicProgressBarUI