javax.swing.plaf.metal
public class MetalProgressBarUI extends BasicProgressBarUI
Constructor Summary | |
---|---|
MetalProgressBarUI()
Constructs a new instance of MetalProgressBarUI . |
Method Summary | |
---|---|
static ComponentUI | createUI(JComponent component)
Returns a new instance of MetalProgressBarUI .
|
void | paintDeterminate(Graphics g, JComponent c)
Performs the painting for determinate progress bars. |
void | paintIndeterminate(Graphics g, JComponent c)
Performs the painting for indeterminate progress bars. |
MetalProgressBarUI
.MetalProgressBarUI
.
Parameters: component the component for which we return an UI instance
Returns: A new instance of MetalProgressBarUI
.
Parameters: g the graphics context c not used here
Parameters: g the graphics context c not used here