Package com.jtattoo.plaf.base
Class BaseProgressBarUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ProgressBarUI
javax.swing.plaf.basic.BasicProgressBarUI
com.jtattoo.plaf.base.BaseProgressBarUI
BaseProgressBarUI class.
Author Michael Hagen-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class javax.swing.plaf.basic.BasicProgressBarUI
BasicProgressBarUI.ChangeHandler -
Field Summary
FieldsFields inherited from class javax.swing.plaf.basic.BasicProgressBarUI
boxRect, changeListener, progressBar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUIcreateUI()protected Colorprotected Colorvoidvoidpaint(Graphics g, JComponent c) protected voidprotected voidprotected voidpaintString(Graphics g, int x, int y, int width, int height, int amountFull, Insets b) voidMethods 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, uninstallListenersMethods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
-
Field Details
-
propertyChangeListener
-
-
Constructor Details
-
BaseProgressBarUI
public BaseProgressBarUI()
-
-
Method Details
-
createUI
-
getSelectionBackground
- Overrides:
getSelectionBackgroundin classBasicProgressBarUI
-
getSelectionForeground
- Overrides:
getSelectionForegroundin classBasicProgressBarUI
-
installUI
- Overrides:
installUIin classBasicProgressBarUI
-
paint
- Overrides:
paintin classBasicProgressBarUI
-
paintDeterminate
- Overrides:
paintDeterminatein classBasicProgressBarUI
-
paintIndeterminate
- Overrides:
paintIndeterminatein classBasicProgressBarUI
-
paintString
protected void paintString(Graphics g, int x, int y, int width, int height, int amountFull, Insets b) - Overrides:
paintStringin classBasicProgressBarUI
-
uninstallUI
- Overrides:
uninstallUIin classBasicProgressBarUI
-