Interface SkinProgress

All Superinterfaces:
SkinComponent
All Known Implementing Classes:
AbstractSkinProgress

public interface SkinProgress extends SkinComponent
Skin Progress.
Version:
$Revision: 1.2 $, $Date: 2003/11/23 14:47:45 $
Author:
$Author: l2fprod $
  • Method Details

    • getMinimumSize

      Dimension getMinimumSize(JProgressBar progress)
      Gets the MinimumSize attribute of the SkinProgress object
      Parameters:
      progress - Description of Parameter
      Returns:
      The MinimumSize value
    • paintProgress

      boolean paintProgress(Graphics g, JProgressBar progress)
      Description of the Method
      Parameters:
      g - Description of Parameter
      progress - Description of Parameter
      Returns:
      Description of the Returned Value
    • paintIndeterminateProgress

      boolean paintIndeterminateProgress(Graphics g, JProgressBar progress, Rectangle rec)