public class UIRadioButtonIcon extends UICheckBoxIcon
UICheckBoxIcon.CheckKey, UICheckBoxIcon.DisabledCheckKey, UICheckBoxIcon.EnabledCheckKey
构造器和说明 |
---|
UIRadioButtonIcon() |
限定符和类型 | 方法和说明 |
---|---|
void |
paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x,
int y)
Draws the check box icon at the specified location.
|
getControlSize, getIconHeight, getIconWidth
public void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
paintIcon
在接口中 javax.swing.Icon
paintIcon
在类中 UICheckBoxIcon
c
- The component to draw on.g
- The graphics context.x
- The x coordinate of the top left corner.y
- The y coordinate of the top left corner.