com.jtattoo.plaf
Class BaseProgressBarUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ProgressBarUI
javax.swing.plaf.basic.BasicProgressBarUI
com.jtattoo.plaf.BaseProgressBarUI
public class BaseProgressBarUI
- extends BasicProgressBarUI
- Author:
- Michael Hagen
Methods inherited from class javax.swing.plaf.basic.BasicProgressBarUI |
getAmountFull, getAnimationIndex, getBaseline, getBaselineResizeBehavior, getBox, getBoxLength, getCellLength, getCellSpacing, getFrameCount, getMaximumSize, getMinimumSize, getPreferredInnerHorizontal, getPreferredInnerVertical, getPreferredSize, getStringPlacement, incrementAnimationIndex, installListeners, paintString, setAnimationIndex, setCellLength, setCellSpacing, startAnimationTimer, stopAnimationTimer, uninstallDefaults, uninstallListeners |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertyChangeListener
protected PropertyChangeListener propertyChangeListener
BaseProgressBarUI
public BaseProgressBarUI()
createUI
public static ComponentUI createUI(JComponent c)
installUI
public void installUI(JComponent c)
- Overrides:
installUI
in class BasicProgressBarUI
uninstallUI
public void uninstallUI(JComponent c)
- Overrides:
uninstallUI
in class BasicProgressBarUI
installDefaults
protected void installDefaults()
- Overrides:
installDefaults
in class BasicProgressBarUI
getSelectionForeground
protected Color getSelectionForeground()
- The "selectionForeground" is the color of the text when it is painted
over a filled area of the progress bar.
- Overrides:
getSelectionForeground
in class BasicProgressBarUI
getSelectionBackground
protected Color getSelectionBackground()
- The "selectionBackground" is the color of the text when it is painted
over an unfilled area of the progress bar.
- Overrides:
getSelectionBackground
in class BasicProgressBarUI
paintIndeterminate
protected void paintIndeterminate(Graphics g,
JComponent c)
- Overrides:
paintIndeterminate
in class BasicProgressBarUI
paintDeterminate
protected void paintDeterminate(Graphics g,
JComponent c)
- Overrides:
paintDeterminate
in class BasicProgressBarUI
paint
public void paint(Graphics g,
JComponent c)
- Overrides:
paint
in class BasicProgressBarUI
Copyright © 2011. All Rights Reserved.