Package com.l2fprod.gui.plaf.skin
Interface SkinProgress
- All Superinterfaces:
SkinComponent
- All Known Implementing Classes:
AbstractSkinProgress
Skin Progress.
- Version:
- $Revision: 1.2 $, $Date: 2003/11/23 14:47:45 $
- Author:
- $Author: l2fprod $
-
Method Summary
Modifier and TypeMethodDescriptiongetMinimumSize
(JProgressBar progress) Gets the MinimumSize attribute of the SkinProgress objectboolean
paintIndeterminateProgress
(Graphics g, JProgressBar progress, Rectangle rec) boolean
paintProgress
(Graphics g, JProgressBar progress) Description of the MethodMethods inherited from interface com.l2fprod.gui.plaf.skin.SkinComponent
installSkin, status, uninstallSkin
-
Method Details
-
getMinimumSize
Gets the MinimumSize attribute of the SkinProgress object- Parameters:
progress
- Description of Parameter- Returns:
- The MinimumSize value
-
paintProgress
Description of the Method- Parameters:
g
- Description of Parameterprogress
- Description of Parameter- Returns:
- Description of the Returned Value
-
paintIndeterminateProgress
-