Class SkinRadioButtonUI

Direct Known Subclasses:
SkinCheckBoxUI

public class SkinRadioButtonUI extends BasicRadioButtonUI
Description of the Class
Author:
fred
  • Field Details

    • dashedRectGapWidth

      protected int dashedRectGapWidth
      Description of the Field
    • dashedRectGapHeight

      protected int dashedRectGapHeight
      Description of the Field
    • focusColor

      protected Color focusColor
      Description of the Field
    • skin

      protected Skin skin
      Description of the Field
  • Constructor Details

    • SkinRadioButtonUI

      public SkinRadioButtonUI()
  • Method Details

    • createUI

      public static ComponentUI createUI(JComponent c)
      Description of the Method
      Parameters:
      c - Description of Parameter
      Returns:
      Description of the Returned Value
    • installDefaults

      public void installDefaults(AbstractButton b)
      Description of the Method
      Overrides:
      installDefaults in class BasicRadioButtonUI
      Parameters:
      b - Description of Parameter
    • paint

      public void paint(Graphics g, JComponent c)
      paint the radio button
      Overrides:
      paint in class BasicRadioButtonUI
      Parameters:
      g - Description of Parameter
      c - Description of Parameter
    • getFocusColor

      protected Color getFocusColor()
      Gets the FocusColor attribute of the SkinRadioButtonUI object
      Returns:
      The FocusColor value
    • paintFocus

      protected void paintFocus(Graphics g, Rectangle textRect, Dimension d)
      Description of the Method
      Overrides:
      paintFocus in class BasicRadioButtonUI
      Parameters:
      g - Description of Parameter
      textRect - Description of Parameter
      d - Description of Parameter