|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kemet.lf.components.ComponentsKemet.RadioButtonIcon
public static class ComponentsKemet.RadioButtonIcon
RadioButtonIcon : redefine the radioButtonIcon.
| Constructor Summary | |
|---|---|
ComponentsKemet.RadioButtonIcon()
|
|
| Method Summary | |
|---|---|
int |
getIconHeight()
return the height of icon. |
int |
getIconWidth()
return the width of icon. |
void |
paintIcon(java.awt.Component component,
java.awt.Graphics g,
int x,
int y)
paint icon with news icons. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentsKemet.RadioButtonIcon()
| Method Detail |
|---|
public void paintIcon(java.awt.Component component,
java.awt.Graphics g,
int x,
int y)
paint icon with news icons.
paintIcon in interface javax.swing.Iconcomponent - current componentg - graphics area for current componentx - x coordinatey - y coordinatepublic int getIconWidth()
return the width of icon.
getIconWidth in interface javax.swing.Iconpublic int getIconHeight()
return the height of icon.
getIconHeight in interface javax.swing.Icon
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||