FileDocCategorySizeDatePackage
SynthRadioButtonUI.javaAPI DocJava SE 5 API1412Fri Aug 26 14:58:12 BST 2005javax.swing.plaf.synth

SynthRadioButtonUI

public class SynthRadioButtonUI extends SynthToggleButtonUI
Synth's RadioButtonUI.
version
1.8, 04/16/04
author
Jeff Dinkins

Fields Summary
Constructors Summary
Methods Summary
public static javax.swing.plaf.ComponentUIcreateUI(javax.swing.JComponent b)

        return new SynthRadioButtonUI();
    
protected java.lang.StringgetPropertyPrefix()

        return "RadioButton.";
    
protected javax.swing.IcongetSizingIcon(javax.swing.AbstractButton b)
Returns the Icon used in calculating the pref/min/max size.

        return getIcon(b);
    
voidpaintBackground(javax.swing.plaf.synth.SynthContext context, java.awt.Graphics g, javax.swing.JComponent c)

        context.getPainter().paintRadioButtonBackground(context, g, 0, 0,
                                                c.getWidth(), c.getHeight());
    
public voidpaintBorder(javax.swing.plaf.synth.SynthContext context, java.awt.Graphics g, int x, int y, int w, int h)

        context.getPainter().paintRadioButtonBorder(context, g, x, y, w, h);