Class RadioButtonMenuItemIcon
java.lang.Object
org.pushingpixels.radiance.theming.internal.utils.icon.RadioButtonMenuItemIcon
- All Implemented Interfaces:
Icon, UIResource
Icon for the
JRadioButtonMenuItems.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate JMenuItemThe associated menu item.private BladeContainerColorTokensprivate intThe size ofthisicon. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoid
-
Field Details
-
size
private int sizeThe size ofthisicon. -
mutableContainerTokens
-
-
Constructor Details
-
RadioButtonMenuItemIcon
Creates a new icon.- Parameters:
menuItem- The corresponding menu item.size- The size ofthisicon.
-
-
Method Details
-
paintIcon
-
getIconWidth
public int getIconWidth()- Specified by:
getIconWidthin interfaceIcon
-
getIconHeight
public int getIconHeight()- Specified by:
getIconHeightin interfaceIcon
-