public class UISpecProgressBarUI extends BasicProgressBarUI
BasicProgressBarUI.ChangeHandler
boxRect, changeListener, progressBar
Constructor and Description |
---|
UISpecProgressBarUI() |
Modifier and Type | Method and Description |
---|---|
static ComponentUI |
createUI(JComponent component) |
Dimension |
getMaximumSize(JComponent c) |
Dimension |
getMinimumSize(JComponent c) |
Dimension |
getPreferredSize(JComponent c) |
protected void |
maybeUpdateLayoutState() |
void |
paint(Graphics g,
JComponent c) |
getAmountFull, getAnimationIndex, getBaseline, getBaselineResizeBehavior, getBox, getBoxLength, getCellLength, getCellSpacing, getFrameCount, getPreferredInnerHorizontal, getPreferredInnerVertical, getSelectionBackground, getSelectionForeground, getStringPlacement, incrementAnimationIndex, installDefaults, installListeners, installUI, paintDeterminate, paintIndeterminate, paintString, setAnimationIndex, setCellLength, setCellSpacing, startAnimationTimer, stopAnimationTimer, uninstallDefaults, uninstallListeners, uninstallUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
public static ComponentUI createUI(JComponent component)
public void paint(Graphics g, JComponent c)
paint
in class BasicProgressBarUI
protected void maybeUpdateLayoutState()
public Dimension getPreferredSize(JComponent c)
getPreferredSize
in class BasicProgressBarUI
public Dimension getMaximumSize(JComponent c)
getMaximumSize
in class BasicProgressBarUI
public Dimension getMinimumSize(JComponent c)
getMinimumSize
in class BasicProgressBarUI
Copyright © 2004–2016. All rights reserved.