Class PlasticIconFactory.RadioButtonMenuItemIcon

java.lang.Object
com.jgoodies.looks.plastic.PlasticIconFactory.RadioButtonMenuItemIcon
All Implemented Interfaces:
Serializable, Icon, UIResource
Enclosing class:
PlasticIconFactory

private static class PlasticIconFactory.RadioButtonMenuItemIcon extends Object implements Icon, UIResource, Serializable
  • Field Details

  • Constructor Details

    • RadioButtonMenuItemIcon

      private RadioButtonMenuItemIcon()
  • Method Details

    • getIconWidth

      public int getIconWidth()
      Specified by:
      getIconWidth in interface Icon
    • getIconHeight

      public int getIconHeight()
      Specified by:
      getIconHeight in interface Icon
    • paintIcon

      public void paintIcon(Component c, Graphics g, int x, int y)
      Specified by:
      paintIcon in interface Icon
    • drawDot

      private static void drawDot(Graphics g, int x, int y)