Package 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
BaseProgressBarUI class.
Author Michael Hagen-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicProgressBarUI
BasicProgressBarUI.ChangeHandler
-
Field Summary
Fields inherited from class javax.swing.plaf.basic.BasicProgressBarUI
boxRect, changeListener, progressBar
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
createUI()
protected Color
protected Color
void
void
paint
(Graphics g, JComponent c) protected void
protected void
protected void
paintString
(Graphics g, int x, int y, int width, int height, int amountFull, Insets b) void
Methods inherited from class javax.swing.plaf.basic.BasicProgressBarUI
createUI, getAmountFull, getAnimationIndex, getBaseline, getBaselineResizeBehavior, getBox, getBoxLength, getCellLength, getCellSpacing, getFrameCount, getMaximumSize, getMinimumSize, getPreferredInnerHorizontal, getPreferredInnerVertical, getPreferredSize, getStringPlacement, incrementAnimationIndex, installDefaults, installListeners, setAnimationIndex, setCellLength, setCellSpacing, startAnimationTimer, stopAnimationTimer, uninstallDefaults, uninstallListeners
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
-
Field Details
-
propertyChangeListener
-
-
Constructor Details
-
BaseProgressBarUI
public BaseProgressBarUI()
-
-
Method Details
-
createUI
-
getSelectionBackground
- Overrides:
getSelectionBackground
in classBasicProgressBarUI
-
getSelectionForeground
- Overrides:
getSelectionForeground
in classBasicProgressBarUI
-
installUI
- Overrides:
installUI
in classBasicProgressBarUI
-
paint
- Overrides:
paint
in classBasicProgressBarUI
-
paintDeterminate
- Overrides:
paintDeterminate
in classBasicProgressBarUI
-
paintIndeterminate
- Overrides:
paintIndeterminate
in classBasicProgressBarUI
-
paintString
protected void paintString(Graphics g, int x, int y, int width, int height, int amountFull, Insets b) - Overrides:
paintString
in classBasicProgressBarUI
-
uninstallUI
- Overrides:
uninstallUI
in classBasicProgressBarUI
-