|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.plaf.ComponentUI
PIRL.Viewers.Percent_BarUI
PIRL.Viewers.Percent_Bar_UI
public class Percent_Bar_UI
A Percent_Bar_UI provides a ComponentUI delegate for the Percent_Bar component.
Percent_Bar| Field Summary | |
|---|---|
static String |
ID
Class identification name with source code version and date. |
| Constructor Summary | |
|---|---|
Percent_Bar_UI()
Construct a Percent_Bar_UI object. |
|
| Method Summary | |
|---|---|
static ComponentUI |
createUI(JComponent component)
Construct a Percent_Bar_UI object for the specified JComponent. |
void |
paint(Graphics graphics,
JComponent component)
Paint the component on the graphics display device. |
| Methods inherited from class javax.swing.plaf.ComponentUI |
|---|
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, uninstallUI, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ID
| Constructor Detail |
|---|
public Percent_Bar_UI()
| Method Detail |
|---|
public static ComponentUI createUI(JComponent component)
component - The JComponent for which ComponentUI delegation
is to be provided.
public void paint(Graphics graphics,
JComponent component)
paint in class ComponentUIgraphics - The Graphics on which to paint the component.component - The JComponent to be painted.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||